Skip to content

Commit

Permalink
Merge pull request #2406 from AlbertoBrusa/release-notes-5
Browse files Browse the repository at this point in the history
Add detailed changeset for 5.0 release
  • Loading branch information
AlbertoBrusa committed May 31, 2023
2 parents d34acf8 + 4b2e740 commit f801bb0
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion docs/releases/5.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,54 @@ title: 5.0.x

# Merged Changes

TODO: fill
## 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

## 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

## 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
behavior. 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

## @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)

# Patch Versions

Expand Down

0 comments on commit f801bb0

Please sign in to comment.