diff --git a/.changeset/pre.json b/.changeset/pre.json index e58b75c5a..4f5ab4f2b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,6 +10,10 @@ "tree-view-for-tests": "2.0.0" }, "changesets": [ + "dirty-mugs-double", + "hip-bees-act", + "rotten-sloths-travel", + "silent-donkeys-peel", "silver-dolphins-remember", "twelve-days-mix" ] diff --git a/packages/create-modular-react-app/CHANGELOG.md b/packages/create-modular-react-app/CHANGELOG.md index 3ea1a7c27..826f89f17 100644 --- a/packages/create-modular-react-app/CHANGELOG.md +++ b/packages/create-modular-react-app/CHANGELOG.md @@ -1,5 +1,26 @@ # create-modular-react-app +## 3.0.0-alpha-webpack5.0 + +### Major Changes + +- [#1538](https://github.com/jpmorganchase/modular/pull/1538) + [`69da976`](https://github.com/jpmorganchase/modular/commit/69da9762d6a749ddc78e2fd16ecd088c5e75f714) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Drop + support for node 12 + +### Patch Changes + +- [#1546](https://github.com/jpmorganchase/modular/pull/1546) + [`8b3f1f5`](https://github.com/jpmorganchase/modular/commit/8b3f1f5cb9f38ef35302a7cb4ca777f64cf8f1e7) + Thanks [@LukeSheard](https://github.com/LukeSheard)! - support node 16 + explicitly and run test workflow against target node + +* [#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 3ea016f80..047eb33ef 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": "3.0.0-alpha-webpack5.0", "license": "Apache-2.0", "bin": { "create-modular-react-app": "build/cli.js" diff --git a/packages/eslint-config-modular-app/CHANGELOG.md b/packages/eslint-config-modular-app/CHANGELOG.md index 08e8c5e24..43432dcbc 100644 --- a/packages/eslint-config-modular-app/CHANGELOG.md +++ b/packages/eslint-config-modular-app/CHANGELOG.md @@ -1,5 +1,14 @@ # eslint-config-modular-app +## 2.1.0-alpha-webpack5.0 + +### Minor Changes + +- [#1538](https://github.com/jpmorganchase/modular/pull/1538) + [`69da976`](https://github.com/jpmorganchase/modular/commit/69da9762d6a749ddc78e2fd16ecd088c5e75f714) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Drop + support for node 12 + ## 2.0.4 ### Patch Changes diff --git a/packages/eslint-config-modular-app/package.json b/packages/eslint-config-modular-app/package.json index 1350c5bad..c3a7b27bb 100644 --- a/packages/eslint-config-modular-app/package.json +++ b/packages/eslint-config-modular-app/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-modular-app", - "version": "2.0.4", + "version": "2.1.0-alpha-webpack5.0", "license": "Apache-2.0", "main": "index.js", "exports": { diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index bd7f3a141..af618c115 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,31 @@ # modular-scripts +## 3.0.0-alpha-webpack5.1 + +### Major Changes + +- [#1538](https://github.com/jpmorganchase/modular/pull/1538) + [`69da976`](https://github.com/jpmorganchase/modular/commit/69da9762d6a749ddc78e2fd16ecd088c5e75f714) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Drop + support for node 12 + +### Patch Changes + +- [#1546](https://github.com/jpmorganchase/modular/pull/1546) + [`8b3f1f5`](https://github.com/jpmorganchase/modular/commit/8b3f1f5cb9f38ef35302a7cb4ca777f64cf8f1e7) + Thanks [@LukeSheard](https://github.com/LukeSheard)! - support node 16 + explicitly and run test workflow against target node + +* [#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 + ## 3.0.0-alpha-webpack5.0 ### Major Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index e41ca9f01..13f68ca99 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.0.0-alpha-webpack5.0", + "version": "3.0.0-alpha-webpack5.1", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"