Skip to content
Closed
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
11 changes: 7 additions & 4 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
"modular-scripts": "2.3.1",
"modular-site": "1.0.1",
"modular-views.macro": "3.1.0",
"tree-view-for-tests": "2.0.0"
"tree-view-for-tests": "2.0.0",
"modular-template-app": "1.1.0",
"modular-template-node-env-app": "0.2.0",
"modular-template-package": "1.1.0",
"modular-template-view": "1.1.0"
},
"changesets": [
"dirty-mugs-double",
"hip-bees-act",
"rotten-sloths-travel",
"silent-donkeys-peel",
"new-avocados-chew",
"silver-dolphins-remember",
"twelve-days-mix"
"wild-kings-invent"
]
}
9 changes: 9 additions & 0 deletions packages/create-modular-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-modular-react-app

## 3.0.0-alpha-webpack5.1

### Major Changes

- [#1599](https://github.com/jpmorganchase/modular/pull/1599)
[`6d118fc`](https://github.com/jpmorganchase/modular/commit/6d118fcb4c0a558788909459e1aed1b6fc37110f)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Drop support for node
12 in favor of LTS versions `^14.17.0 || >=16.0.0`.

## 3.0.0-alpha-webpack5.0

### Major 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": "3.0.0-alpha-webpack5.0",
"version": "3.0.0-alpha-webpack5.1",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/cli.js"
Expand Down
14 changes: 14 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# modular-scripts

## 3.0.0-alpha-webpack5.2

### Major Changes

- [#1597](https://github.com/jpmorganchase/modular/pull/1597)
[`dda3c93`](https://github.com/jpmorganchase/modular/commit/dda3c938b28a3586c68a52736cf726b38a5f0504)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Upgrade
html-minifier-terset to v6.

* [#1599](https://github.com/jpmorganchase/modular/pull/1599)
[`6d118fc`](https://github.com/jpmorganchase/modular/commit/6d118fcb4c0a558788909459e1aed1b6fc37110f)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Drop support for node
12 in favor of LTS versions `^14.17.0 || >=16.0.0`.

## 3.0.0-alpha-webpack5.1

### 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.1",
"version": "3.0.0-alpha-webpack5.2",
"license": "Apache-2.0",
"bin": {
"modular": "dist-cjs/cli.js"
Expand Down