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/silver-dolphins-remember.md b/.changeset/silver-dolphins-remember.md deleted file mode 100644 index 1a0c7f65b..000000000 --- a/.changeset/silver-dolphins-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": major ---- - -Upgrade to Webpack 5 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/.changeset/warm-schools-move.md b/.changeset/warm-schools-move.md deleted file mode 100644 index 33cd56375..000000000 --- a/.changeset/warm-schools-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Dependency filtering improvements: allow list + wildcards 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..ade0fc9dd 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,36 @@ # modular-scripts +## 3.0.0 + +### Major Changes + +- [#1421](https://github.com/jpmorganchase/modular/pull/1421) + [`e5d772f`](https://github.com/jpmorganchase/modular/commit/e5d772f1b956ea5d2f8c46457504ac1154c7c7f0) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Upgrade + to Webpack 5 + +### 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 + +* [#1561](https://github.com/jpmorganchase/modular/pull/1561) + [`1b05d20`](https://github.com/jpmorganchase/modular/commit/1b05d20cfbe674a5c609d6e44bf3f28eefc41ea1) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - + Dependency filtering improvements: allow list + wildcards + ## 2.3.1 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 773590d12..8a6ae95c7 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": "3.0.0", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"