Skip to content

Commit 8369d28

Browse files
Version Packages
1 parent d896289 commit 8369d28

File tree

8 files changed

+35
-15
lines changed

8 files changed

+35
-15
lines changed

.changeset/gorgeous-seahorses-grin.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/thick-monkeys-kick.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/create-modular-react-app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# create-modular-react-app
22

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- [#1517](https://github.com/jpmorganchase/modular/pull/1517)
8+
[`22c2114`](https://github.com/jpmorganchase/modular/commit/22c2114989001e732b87c34aad20729db676f216)
9+
Thanks [@LukeSheard](https://github.com/LukeSheard)! - fix node-12
10+
incompatible javascript
11+
312
## 2.1.3
413

514
### Patch Changes

packages/create-modular-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-modular-react-app",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"license": "Apache-2.0",
55
"bin": {
66
"create-modular-react-app": "build/cli.js"

packages/eslint-config-modular-app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# eslint-config-modular-app
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [#1518](https://github.com/jpmorganchase/modular/pull/1518)
8+
[`d896289`](https://github.com/jpmorganchase/modular/commit/d896289b7bda361676f643eba6c93f38ecc9afb3)
9+
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Revert
10+
node engine range
11+
312
## 2.0.3
413

514
### Patch Changes

packages/eslint-config-modular-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-modular-app",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"license": "Apache-2.0",
55
"main": "index.js",
66
"exports": {

packages/modular-scripts/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# modular-scripts
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- [#1518](https://github.com/jpmorganchase/modular/pull/1518)
8+
[`d896289`](https://github.com/jpmorganchase/modular/commit/d896289b7bda361676f643eba6c93f38ecc9afb3)
9+
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Revert
10+
node engine range
11+
12+
* [#1517](https://github.com/jpmorganchase/modular/pull/1517)
13+
[`22c2114`](https://github.com/jpmorganchase/modular/commit/22c2114989001e732b87c34aad20729db676f216)
14+
Thanks [@LukeSheard](https://github.com/LukeSheard)! - fix node-12
15+
incompatible javascript
16+
317
## 2.3.0
418

519
### Minor Changes

packages/modular-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modular-scripts",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"license": "Apache-2.0",
55
"bin": {
66
"modular": "dist-cjs/cli.js"

0 commit comments

Comments
 (0)