From 6f81a3e3923e28c98dedb88a019b33113023a6cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 May 2023 10:17:54 +0000 Subject: [PATCH] Version Packages --- .changeset/cool-pumpkins-hammer.md | 6 --- .changeset/eight-rules-drop.md | 5 --- .changeset/gold-wombats-attack.md | 6 --- .changeset/good-brooms-poke.md | 6 --- .changeset/plenty-hounds-judge.md | 5 --- .changeset/proud-ghosts-study.md | 12 ------ .changeset/shiny-rings-hunt.md | 5 --- .changeset/warm-rice-call.md | 6 --- .../create-modular-react-app/CHANGELOG.md | 10 +++++ .../create-modular-react-app/package.json | 2 +- .../eslint-config-modular-app/CHANGELOG.md | 10 +++++ .../eslint-config-modular-app/package.json | 2 +- packages/modular-scripts/CHANGELOG.md | 42 +++++++++++++++++++ packages/modular-scripts/package.json | 2 +- packages/modular-template-app/CHANGELOG.md | 10 +++++ packages/modular-template-app/package.json | 2 +- .../modular-template-esm-view/CHANGELOG.md | 10 +++++ .../modular-template-esm-view/package.json | 2 +- .../modular-template-package/CHANGELOG.md | 10 +++++ .../modular-template-package/package.json | 2 +- packages/modular-template-source/CHANGELOG.md | 10 +++++ packages/modular-template-source/package.json | 2 +- packages/modular-template-view/CHANGELOG.md | 10 +++++ packages/modular-template-view/package.json | 2 +- 24 files changed, 120 insertions(+), 59 deletions(-) delete mode 100644 .changeset/cool-pumpkins-hammer.md delete mode 100644 .changeset/eight-rules-drop.md delete mode 100644 .changeset/gold-wombats-attack.md delete mode 100644 .changeset/good-brooms-poke.md delete mode 100644 .changeset/plenty-hounds-judge.md delete mode 100644 .changeset/proud-ghosts-study.md delete mode 100644 .changeset/shiny-rings-hunt.md delete mode 100644 .changeset/warm-rice-call.md diff --git a/.changeset/cool-pumpkins-hammer.md b/.changeset/cool-pumpkins-hammer.md deleted file mode 100644 index d29f5bfb8..000000000 --- a/.changeset/cool-pumpkins-hammer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'modular-scripts': minor ---- - -`modular add` now cleans up after itself by removing the added template -dependency diff --git a/.changeset/eight-rules-drop.md b/.changeset/eight-rules-drop.md deleted file mode 100644 index 5123be3a9..000000000 --- a/.changeset/eight-rules-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -Support non-modular templates diff --git a/.changeset/gold-wombats-attack.md b/.changeset/gold-wombats-attack.md deleted file mode 100644 index 8db35999a..000000000 --- a/.changeset/gold-wombats-attack.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'modular-scripts': minor ---- - -Added --swc flag to test command: Runs tests with @swc/jest instead of ts-jest & -babel for increased performance diff --git a/.changeset/good-brooms-poke.md b/.changeset/good-brooms-poke.md deleted file mode 100644 index 2645f76e6..000000000 --- a/.changeset/good-brooms-poke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'modular-scripts': minor ---- - -`modular build` now includes the 'engines' field in the dist package.json when -provided in the workspace or root package.json diff --git a/.changeset/plenty-hounds-judge.md b/.changeset/plenty-hounds-judge.md deleted file mode 100644 index 7ce6b3834..000000000 --- a/.changeset/plenty-hounds-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -Enable "strict" compiler option in the [typecheck allowlist](https://modular.js.org/commands/typecheck/#configuration) diff --git a/.changeset/proud-ghosts-study.md b/.changeset/proud-ghosts-study.md deleted file mode 100644 index 5e818b3d3..000000000 --- a/.changeset/proud-ghosts-study.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'modular-template-app': major -'modular-template-esm-view': major -'modular-template-package': major -'modular-template-source': major -'modular-template-view': major -'create-modular-react-app': minor -'eslint-config-modular-app': minor ---- - -Added new recommended eslint configuration that includes import sorting - -"modular-app/recommended" diff --git a/.changeset/shiny-rings-hunt.md b/.changeset/shiny-rings-hunt.md deleted file mode 100644 index 1ea1b746e..000000000 --- a/.changeset/shiny-rings-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': minor ---- - -Added --jest flag to bypass modular test behaviour diff --git a/.changeset/warm-rice-call.md b/.changeset/warm-rice-call.md deleted file mode 100644 index 52e3c47da..000000000 --- a/.changeset/warm-rice-call.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'modular-scripts': minor ---- - -When building with webpack, only typecheck the package being built and its -dependants diff --git a/packages/create-modular-react-app/CHANGELOG.md b/packages/create-modular-react-app/CHANGELOG.md index fa4d4cd9b..b863c200e 100644 --- a/packages/create-modular-react-app/CHANGELOG.md +++ b/packages/create-modular-react-app/CHANGELOG.md @@ -1,5 +1,15 @@ # create-modular-react-app +## 5.1.0 + +### Minor Changes + +- [#2369](https://github.com/jpmorganchase/modular/pull/2369) + [`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new + recommended eslint configuration that includes import sorting - + "modular-app/recommended" + ## 5.0.0 ### Major Changes diff --git a/packages/create-modular-react-app/package.json b/packages/create-modular-react-app/package.json index 649ced90a..92e49bb3e 100644 --- a/packages/create-modular-react-app/package.json +++ b/packages/create-modular-react-app/package.json @@ -1,6 +1,6 @@ { "name": "create-modular-react-app", - "version": "5.0.0", + "version": "5.1.0", "license": "Apache-2.0", "bin": { "create-modular-react-app": "build/cli.js" diff --git a/packages/eslint-config-modular-app/CHANGELOG.md b/packages/eslint-config-modular-app/CHANGELOG.md index 286a006ef..581c4c3ec 100644 --- a/packages/eslint-config-modular-app/CHANGELOG.md +++ b/packages/eslint-config-modular-app/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-config-modular-app +## 4.1.0 + +### Minor Changes + +- [#2369](https://github.com/jpmorganchase/modular/pull/2369) + [`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new + recommended eslint configuration that includes import sorting - + "modular-app/recommended" + ## 4.0.1 ### Patch Changes diff --git a/packages/eslint-config-modular-app/package.json b/packages/eslint-config-modular-app/package.json index f25924e86..a277efa6a 100644 --- a/packages/eslint-config-modular-app/package.json +++ b/packages/eslint-config-modular-app/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-modular-app", - "version": "4.0.1", + "version": "4.1.0", "license": "Apache-2.0", "main": "index.js", "engines": { diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index d9b26a5cc..0e0f073b3 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,47 @@ # modular-scripts +## 4.4.0 + +### Minor Changes + +- [#2365](https://github.com/jpmorganchase/modular/pull/2365) + [`89097fc`](https://github.com/jpmorganchase/modular/commit/89097fc98ffa14af4b223ecf1fbaf5ce5670d1d0) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - `modular add` now + cleans up after itself by removing the added template dependency + +- [#2368](https://github.com/jpmorganchase/modular/pull/2368) + [`2ca7fcd`](https://github.com/jpmorganchase/modular/commit/2ca7fcd39affb4c4033665a80f04053def45d453) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Support + non-modular templates + +- [#2338](https://github.com/jpmorganchase/modular/pull/2338) + [`d4a64ef`](https://github.com/jpmorganchase/modular/commit/d4a64efba3742795d0a0ee280618881a972a6921) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added --swc flag to + test command: Runs tests with @swc/jest instead of ts-jest & babel for + increased performance + +- [#2364](https://github.com/jpmorganchase/modular/pull/2364) + [`fdf2f71`](https://github.com/jpmorganchase/modular/commit/fdf2f71204e4c72fa0468500a0ad271a29420fdc) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - `modular build` now + includes the 'engines' field in the dist package.json when provided in the + workspace or root package.json + +- [#2352](https://github.com/jpmorganchase/modular/pull/2352) + [`ccffbfd`](https://github.com/jpmorganchase/modular/commit/ccffbfd909d4451c030be16b26adf53d3581d52a) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Enable + "strict" compiler option in the + [typecheck allowlist](https://modular.js.org/commands/typecheck/#configuration) + +- [#2363](https://github.com/jpmorganchase/modular/pull/2363) + [`d770c80`](https://github.com/jpmorganchase/modular/commit/d770c80e8afd846d69b82b31d28f5b6904357262) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added --jest flag + to bypass modular test behaviour + +- [#2371](https://github.com/jpmorganchase/modular/pull/2371) + [`4e6fb9b`](https://github.com/jpmorganchase/modular/commit/4e6fb9b68b78aed8b424bbfcd2197fd5412ef2d0) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - When building with + webpack, only typecheck the package being built and its dependants + ## 4.3.1 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 45b5dcf98..984b3eae6 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "4.3.1", + "version": "4.4.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/modular-template-app/CHANGELOG.md b/packages/modular-template-app/CHANGELOG.md index 609f0388d..b3d15c6a5 100644 --- a/packages/modular-template-app/CHANGELOG.md +++ b/packages/modular-template-app/CHANGELOG.md @@ -1,5 +1,15 @@ # modular-template-app +## 2.0.0 + +### Major Changes + +- [#2369](https://github.com/jpmorganchase/modular/pull/2369) + [`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new + recommended eslint configuration that includes import sorting - + "modular-app/recommended" + ## 1.2.0 ### Minor Changes diff --git a/packages/modular-template-app/package.json b/packages/modular-template-app/package.json index 2e0907452..5d04994f2 100644 --- a/packages/modular-template-app/package.json +++ b/packages/modular-template-app/package.json @@ -1,6 +1,6 @@ { "name": "modular-template-app", - "version": "1.2.0", + "version": "2.0.0", "exports": { "./package.json": "./package.json" }, diff --git a/packages/modular-template-esm-view/CHANGELOG.md b/packages/modular-template-esm-view/CHANGELOG.md index 8111cca38..c476f21a1 100644 --- a/packages/modular-template-esm-view/CHANGELOG.md +++ b/packages/modular-template-esm-view/CHANGELOG.md @@ -1,5 +1,15 @@ # modular-template-esm-view +## 2.0.0 + +### Major Changes + +- [#2369](https://github.com/jpmorganchase/modular/pull/2369) + [`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new + recommended eslint configuration that includes import sorting - + "modular-app/recommended" + ## 1.1.0 ### Minor Changes diff --git a/packages/modular-template-esm-view/package.json b/packages/modular-template-esm-view/package.json index ecd1a7754..b730d8003 100644 --- a/packages/modular-template-esm-view/package.json +++ b/packages/modular-template-esm-view/package.json @@ -1,6 +1,6 @@ { "name": "modular-template-esm-view", - "version": "1.1.0", + "version": "2.0.0", "exports": { "./package.json": "./package.json" }, diff --git a/packages/modular-template-package/CHANGELOG.md b/packages/modular-template-package/CHANGELOG.md index 34ac12cea..bdee9e378 100644 --- a/packages/modular-template-package/CHANGELOG.md +++ b/packages/modular-template-package/CHANGELOG.md @@ -1,5 +1,15 @@ # modular-template-package +## 2.0.0 + +### Major Changes + +- [#2369](https://github.com/jpmorganchase/modular/pull/2369) + [`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new + recommended eslint configuration that includes import sorting - + "modular-app/recommended" + ## 1.2.0 ### Minor Changes diff --git a/packages/modular-template-package/package.json b/packages/modular-template-package/package.json index 26496bea0..22f76c0c6 100644 --- a/packages/modular-template-package/package.json +++ b/packages/modular-template-package/package.json @@ -1,6 +1,6 @@ { "name": "modular-template-package", - "version": "1.2.0", + "version": "2.0.0", "exports": { "./package.json": "./package.json" }, diff --git a/packages/modular-template-source/CHANGELOG.md b/packages/modular-template-source/CHANGELOG.md index 8674418cf..682bbcac1 100644 --- a/packages/modular-template-source/CHANGELOG.md +++ b/packages/modular-template-source/CHANGELOG.md @@ -1,5 +1,15 @@ # modular-template-source +## 2.0.0 + +### Major Changes + +- [#2369](https://github.com/jpmorganchase/modular/pull/2369) + [`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new + recommended eslint configuration that includes import sorting - + "modular-app/recommended" + ## 1.1.0 ### Minor Changes diff --git a/packages/modular-template-source/package.json b/packages/modular-template-source/package.json index 30256d29e..0df36e96d 100644 --- a/packages/modular-template-source/package.json +++ b/packages/modular-template-source/package.json @@ -1,6 +1,6 @@ { "name": "modular-template-source", - "version": "1.1.0", + "version": "2.0.0", "exports": { "./package.json": "./package.json" }, diff --git a/packages/modular-template-view/CHANGELOG.md b/packages/modular-template-view/CHANGELOG.md index 388e0b80c..86041b1df 100644 --- a/packages/modular-template-view/CHANGELOG.md +++ b/packages/modular-template-view/CHANGELOG.md @@ -1,5 +1,15 @@ # modular-template-view +## 2.0.0 + +### Major Changes + +- [#2369](https://github.com/jpmorganchase/modular/pull/2369) + [`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new + recommended eslint configuration that includes import sorting - + "modular-app/recommended" + ## 1.2.0 ### Minor Changes diff --git a/packages/modular-template-view/package.json b/packages/modular-template-view/package.json index 62664eb4a..1a28b6a1f 100644 --- a/packages/modular-template-view/package.json +++ b/packages/modular-template-view/package.json @@ -1,6 +1,6 @@ { "name": "modular-template-view", - "version": "1.2.0", + "version": "2.0.0", "exports": { "./package.json": "./package.json" },