Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2405

Merged
merged 1 commit into from
May 31, 2023
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
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