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

Merged
merged 1 commit into from
Jan 23, 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
5 changes: 0 additions & 5 deletions .changeset/blue-turtles-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cyan-flowers-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-kangaroos-retire.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/fluffy-dragons-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-shrimps-build.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-dancers-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-icons-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-countries-report.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/odd-bees-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-numbers-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-laws-stare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-buckets-wash.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/tall-turtles-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-mugs-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-gifts-count.md

This file was deleted.

26 changes: 26 additions & 0 deletions packages/create-modular-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# create-modular-react-app

## 4.0.0

### Major Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI)

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Bumped default
TypeScript version to ^4.8.3

### Minor Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Generate README
inside newly created packages Improve root and default workspaces container
README

## 3.0.1

### Patch 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.1",
"version": "4.0.0",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/cli.js"
Expand Down
18 changes: 18 additions & 0 deletions packages/eslint-config-modular-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# eslint-config-modular-app

## 4.0.0

### Major Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI)

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Updated eslint to
^8.0.0 and minimum supported TypeScript version to 4.5.3

## 3.0.2

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

## 4.0.0

### Major Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Removed commands:
convert, init, port, rename

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Changed default CDN
from Skypack to esm.sh as skypack is no longer actively maintained. Add
support for configuring modular through a configuration file.

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI)

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Fully selective
`modular test` command interface, compatible with `modular build`.

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Updated eslint to
^8.0.0 and minimum supported TypeScript version to 4.5.3

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Sunset modular-site
package

### Minor Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Generate README
inside newly created packages Improve root and default workspaces container
README

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - App type modular
packages are no longer required to be private

- [#2228](https://github.com/jpmorganchase/modular/pull/2228)
[`5322a71`](https://github.com/jpmorganchase/modular/commit/5322a718e8bf6589b9bcb0b33889e0a024e2b04d)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - modular
`source` type + `--dangerouslyIgnoreCircularDependencies` build option

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - - Fix prefixed logger
debug method logging as info
- Copy LICENSE files when building packages

### Patch Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Test pattern now
includes jsx

- [#2218](https://github.com/jpmorganchase/modular/pull/2218)
[`15a417c`](https://github.com/jpmorganchase/modular/commit/15a417c3c555f5d8712436e585b94334c8b94060)
Thanks [@joshwooding](https://github.com/joshwooding)! - Fix repository field
generation on Windows

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

- [#2219](https://github.com/jpmorganchase/modular/pull/2219)
[`4a541a9`](https://github.com/jpmorganchase/modular/commit/4a541a904ebff5d4a56a16a3bbb6c57669c17fac)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Fix
`modular build` crashing when the selected workspace(s) are not in `packages`.

## 3.6.0

### Minor 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.6.0",
"version": "4.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
26 changes: 26 additions & 0 deletions packages/modular-template-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# modular-template-app

## 1.2.0

### Minor Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Generate README
inside newly created packages Improve root and default workspaces container
README

### Patch Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI)

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-app",
"version": "1.1.0",
"version": "1.2.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down
26 changes: 26 additions & 0 deletions packages/modular-template-esm-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# modular-template-esm-view

## 1.1.0

### Minor Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Generate README
inside newly created packages Improve root and default workspaces container
README

### Patch Changes

- [#2264](https://github.com/jpmorganchase/modular/pull/2264)
[`75718c4`](https://github.com/jpmorganchase/modular/commit/75718c4feaa19216683523e0ec10165b40b2b059)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added Node 18
engine support Upgraded Jest from 26 to 29 as 26 wasn't compatible with Node
18 Upgraded to rollup-plugin-esbuild 5, dropping support for Node 14.17 and
below Supported Node versions now: ^14.18.0 || >=16.10.0 || >=18.0.0 Changed
Jest flag --watchAll default to false (was previously true if running locally
and not in CI)

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-esm-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-esm-view",
"version": "1.0.0",
"version": "1.1.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-template-node-env-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-template-node-env-app

## 0.2.1

### Patch Changes

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-node-env-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-node-env-app",
"version": "0.2.0",
"version": "0.2.1",
"exports": {
"./package.json": "./package.json"
},
Expand Down
Loading