Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
21 changes: 21 additions & 0 deletions packages/create-modular-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/create-modular-react-app/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config-modular-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-modular-app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
26 changes: 26 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down