diff --git a/.changeset/rotten-sloths-travel.md b/.changeset/rotten-sloths-travel.md deleted file mode 100644 index 19080a079..000000000 --- a/.changeset/rotten-sloths-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump rollup from 2.67.2 to 2.70.1 diff --git a/.changeset/silent-donkeys-peel.md b/.changeset/silent-donkeys-peel.md deleted file mode 100644 index de5d1c13c..000000000 --- a/.changeset/silent-donkeys-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"create-modular-react-app": patch -"modular-scripts": patch ---- - -Bump commander from 8.2.0 to 9.1.0 diff --git a/.changeset/twelve-days-mix.md b/.changeset/twelve-days-mix.md deleted file mode 100644 index 1e7b268cf..000000000 --- a/.changeset/twelve-days-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': patch ---- - -Fix bug that prevented lint diff from running diff --git a/packages/create-modular-react-app/CHANGELOG.md b/packages/create-modular-react-app/CHANGELOG.md index 3ea1a7c27..39bc618e8 100644 --- a/packages/create-modular-react-app/CHANGELOG.md +++ b/packages/create-modular-react-app/CHANGELOG.md @@ -1,5 +1,14 @@ # create-modular-react-app +## 2.1.5 + +### Patch Changes + +- [#1492](https://github.com/jpmorganchase/modular/pull/1492) + [`810934b`](https://github.com/jpmorganchase/modular/commit/810934b5a15480a2423339c49fcc3d2f77a23a22) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump commander + from 8.2.0 to 9.1.0 + ## 2.1.4 ### Patch Changes diff --git a/packages/create-modular-react-app/package.json b/packages/create-modular-react-app/package.json index 8483dd777..915d2f0d4 100644 --- a/packages/create-modular-react-app/package.json +++ b/packages/create-modular-react-app/package.json @@ -1,6 +1,6 @@ { "name": "create-modular-react-app", - "version": "2.1.4", + "version": "2.1.5", "license": "Apache-2.0", "bin": { "create-modular-react-app": "build/cli.js" diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index 75a462679..691527361 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,24 @@ # modular-scripts +## 2.3.2 + +### Patch Changes + +- [#1478](https://github.com/jpmorganchase/modular/pull/1478) + [`bec55a5`](https://github.com/jpmorganchase/modular/commit/bec55a52a673f9d8d0edb17c9271e01e29c373a8) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump rollup from + 2.67.2 to 2.70.1 + +* [#1492](https://github.com/jpmorganchase/modular/pull/1492) + [`810934b`](https://github.com/jpmorganchase/modular/commit/810934b5a15480a2423339c49fcc3d2f77a23a22) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump commander + from 8.2.0 to 9.1.0 + +- [#1510](https://github.com/jpmorganchase/modular/pull/1510) + [`4846d21`](https://github.com/jpmorganchase/modular/commit/4846d21db0d5aebff1a5041008bbf00e7986c036) + Thanks [@cheemcheem](https://github.com/cheemcheem)! - Fix bug that prevented + lint diff from running + ## 2.3.1 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index fd6df0f24..85b119538 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"