Skip to content

Commit

Permalink
Merge pull request #2405 from jpmorganchase/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AlbertoBrusa authored May 31, 2023
2 parents 90fbb74 + 4308141 commit d34acf8
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 26 deletions.
7 changes: 0 additions & 7 deletions .changeset/eight-bats-double.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/moody-mayflies-lick.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-hornets-hug.md

This file was deleted.

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

## 6.0.0

### Major Changes

- [#2370](https://github.com/jpmorganchase/modular/pull/2370)
[`ef63eb3`](https://github.com/jpmorganchase/modular/commit/ef63eb3982e5984f72b7ea326a8c1da034c83253)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Dropped Node 14
support, added Node 20 support. Changed target to ES2017

## 5.1.0

### Minor 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": "5.1.0",
"version": "6.0.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

## 5.0.0

### Major Changes

- [#2370](https://github.com/jpmorganchase/modular/pull/2370)
[`ef63eb3`](https://github.com/jpmorganchase/modular/commit/ef63eb3982e5984f72b7ea326a8c1da034c83253)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Dropped Node 14
support, added Node 20 support. Changed target to ES2017

## 4.1.0

### Minor 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": "4.1.0",
"version": "5.0.0",
"license": "Apache-2.0",
"main": "index.js",
"engines": {
Expand Down
27 changes: 27 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# modular-scripts

## 5.0.0

### Major Changes

- [#2391](https://github.com/jpmorganchase/modular/pull/2391)
[`6209e17`](https://github.com/jpmorganchase/modular/commit/6209e17bbe90eaa0296c291ba26eafebf8a6591f)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Modular's workspace
resolver now ignores a workspace if covered by a .modularignore or .gitignore
(.modularignore overrides .gitignore)

- [#2384](https://github.com/jpmorganchase/modular/pull/2384)
[`1e9c8cb`](https://github.com/jpmorganchase/modular/commit/1e9c8cb09c523169d196116c5335c04ec6fe9fac)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Standardized lint
and typecheck commands to bring them in line with other modular selective
behaviour. Now lints and typechecks non-modular packages by default

- [#2370](https://github.com/jpmorganchase/modular/pull/2370)
[`ef63eb3`](https://github.com/jpmorganchase/modular/commit/ef63eb3982e5984f72b7ea326a8c1da034c83253)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Dropped Node 14
support, added Node 20 support. Changed target to ES2017

### Patch Changes

- Updated dependencies
[[`6209e17`](https://github.com/jpmorganchase/modular/commit/6209e17bbe90eaa0296c291ba26eafebf8a6591f)]:
- @modular-scripts/workspace-resolver@2.0.0

## 4.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-scripts",
"version": "4.4.2",
"version": "5.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/code-frame": "7.18.6",
"@modular-scripts/workspace-resolver": "1.2.0",
"@modular-scripts/workspace-resolver": "2.0.0",
"@npmcli/arborist": "^6.1.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/workspace-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @modular-scripts/workspace-resolver

## 2.0.0

### Major Changes

- [#2391](https://github.com/jpmorganchase/modular/pull/2391)
[`6209e17`](https://github.com/jpmorganchase/modular/commit/6209e17bbe90eaa0296c291ba26eafebf8a6591f)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Modular's workspace
resolver now ignores a workspace if covered by a .modularignore or .gitignore
(.modularignore overrides .gitignore)

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-scripts/workspace-resolver",
"version": "1.2.0",
"version": "2.0.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit d34acf8

Please sign in to comment.