From 2fc2c11cb9b2721c10707d15a608058ceaacde4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:07:32 +0000 Subject: [PATCH] Version Packages (#2221) Co-authored-by: github-actions[bot] --- .changeset/blue-turtles-shake.md | 5 -- .changeset/cyan-flowers-rest.md | 6 -- .changeset/fair-kangaroos-retire.md | 5 -- .changeset/fluffy-dragons-behave.md | 14 --- .changeset/green-shrimps-build.md | 5 -- .changeset/itchy-dancers-brush.md | 6 -- .changeset/large-icons-jump.md | 5 -- .changeset/light-countries-report.md | 5 -- .changeset/odd-bees-speak.md | 12 --- .changeset/purple-numbers-camp.md | 5 -- .changeset/short-laws-stare.md | 5 -- .changeset/slow-buckets-wash.md | 6 -- .changeset/tall-turtles-think.md | 10 --- .changeset/tough-mugs-dream.md | 5 -- .changeset/wet-gifts-count.md | 5 -- .../create-modular-react-app/CHANGELOG.md | 26 ++++++ .../create-modular-react-app/package.json | 2 +- .../eslint-config-modular-app/CHANGELOG.md | 18 ++++ .../eslint-config-modular-app/package.json | 2 +- packages/modular-scripts/CHANGELOG.md | 85 +++++++++++++++++++ packages/modular-scripts/package.json | 2 +- packages/modular-template-app/CHANGELOG.md | 26 ++++++ packages/modular-template-app/package.json | 2 +- .../modular-template-esm-view/CHANGELOG.md | 26 ++++++ .../modular-template-esm-view/package.json | 2 +- .../CHANGELOG.md | 9 ++ .../package.json | 2 +- .../modular-template-package/CHANGELOG.md | 17 ++++ .../modular-template-package/package.json | 2 +- packages/modular-template-source/CHANGELOG.md | 11 +++ packages/modular-template-source/package.json | 2 +- packages/modular-template-view/CHANGELOG.md | 26 ++++++ packages/modular-template-view/package.json | 2 +- 33 files changed, 253 insertions(+), 108 deletions(-) delete mode 100644 .changeset/blue-turtles-shake.md delete mode 100644 .changeset/cyan-flowers-rest.md delete mode 100644 .changeset/fair-kangaroos-retire.md delete mode 100644 .changeset/fluffy-dragons-behave.md delete mode 100644 .changeset/green-shrimps-build.md delete mode 100644 .changeset/itchy-dancers-brush.md delete mode 100644 .changeset/large-icons-jump.md delete mode 100644 .changeset/light-countries-report.md delete mode 100644 .changeset/odd-bees-speak.md delete mode 100644 .changeset/purple-numbers-camp.md delete mode 100644 .changeset/short-laws-stare.md delete mode 100644 .changeset/slow-buckets-wash.md delete mode 100644 .changeset/tall-turtles-think.md delete mode 100644 .changeset/tough-mugs-dream.md delete mode 100644 .changeset/wet-gifts-count.md create mode 100644 packages/modular-template-source/CHANGELOG.md diff --git a/.changeset/blue-turtles-shake.md b/.changeset/blue-turtles-shake.md deleted file mode 100644 index 30e8a22b2..000000000 --- a/.changeset/blue-turtles-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': major ---- - -Removed commands: convert, init, port, rename diff --git a/.changeset/cyan-flowers-rest.md b/.changeset/cyan-flowers-rest.md deleted file mode 100644 index a5051e1e0..000000000 --- a/.changeset/cyan-flowers-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'modular-scripts': major ---- - -Changed default CDN from Skypack to esm.sh as skypack is no longer actively -maintained. Add support for configuring modular through a configuration file. diff --git a/.changeset/fair-kangaroos-retire.md b/.changeset/fair-kangaroos-retire.md deleted file mode 100644 index c643157a1..000000000 --- a/.changeset/fair-kangaroos-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': patch ---- - -Test pattern now includes jsx diff --git a/.changeset/fluffy-dragons-behave.md b/.changeset/fluffy-dragons-behave.md deleted file mode 100644 index b280814e3..000000000 --- a/.changeset/fluffy-dragons-behave.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'create-modular-react-app': major -'eslint-config-modular-app': major -'modular-scripts': major -'modular-template-app': patch -'modular-template-esm-view': patch -'modular-template-view': patch ---- - -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) \ No newline at end of file diff --git a/.changeset/green-shrimps-build.md b/.changeset/green-shrimps-build.md deleted file mode 100644 index 8cd945c16..000000000 --- a/.changeset/green-shrimps-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": major ---- - -Fully selective `modular test` command interface, compatible with `modular build`. diff --git a/.changeset/itchy-dancers-brush.md b/.changeset/itchy-dancers-brush.md deleted file mode 100644 index 46bd510d6..000000000 --- a/.changeset/itchy-dancers-brush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'eslint-config-modular-app': major -'modular-scripts': major ---- - -Updated eslint to ^8.0.0 and minimum supported TypeScript version to 4.5.3 diff --git a/.changeset/large-icons-jump.md b/.changeset/large-icons-jump.md deleted file mode 100644 index 07b8523b1..000000000 --- a/.changeset/large-icons-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': patch ---- - -Fix repository field generation on Windows diff --git a/.changeset/light-countries-report.md b/.changeset/light-countries-report.md deleted file mode 100644 index 06b07fde2..000000000 --- a/.changeset/light-countries-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-modular-react-app': major ---- - -Bumped default TypeScript version to ^4.8.3 diff --git a/.changeset/odd-bees-speak.md b/.changeset/odd-bees-speak.md deleted file mode 100644 index dcd3ed008..000000000 --- a/.changeset/odd-bees-speak.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"create-modular-react-app": minor -"modular-scripts": minor -"modular-template-app": minor -"modular-template-esm-view": minor -"modular-template-package": minor -"modular-template-source": minor -"modular-template-view": minor ---- - -Generate README inside newly created packages -Improve root and default workspaces container README diff --git a/.changeset/purple-numbers-camp.md b/.changeset/purple-numbers-camp.md deleted file mode 100644 index e2606a402..000000000 --- a/.changeset/purple-numbers-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': minor ---- - -App type modular packages are no longer required to be private diff --git a/.changeset/short-laws-stare.md b/.changeset/short-laws-stare.md deleted file mode 100644 index 9a161523f..000000000 --- a/.changeset/short-laws-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -modular `source` type + `--dangerouslyIgnoreCircularDependencies` build option diff --git a/.changeset/slow-buckets-wash.md b/.changeset/slow-buckets-wash.md deleted file mode 100644 index 45729be9b..000000000 --- a/.changeset/slow-buckets-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'modular-scripts': minor ---- - -- Fix prefixed logger debug method logging as info -- Copy LICENSE files when building packages diff --git a/.changeset/tall-turtles-think.md b/.changeset/tall-turtles-think.md deleted file mode 100644 index 2b01ad9b3..000000000 --- a/.changeset/tall-turtles-think.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'modular-scripts': patch -'modular-template-app': patch -'modular-template-esm-view': patch -'modular-template-node-env-app': patch -'modular-template-package': patch -'modular-template-view': patch ---- - -Remove explicit package.json and license entry in files array diff --git a/.changeset/tough-mugs-dream.md b/.changeset/tough-mugs-dream.md deleted file mode 100644 index dc67559ab..000000000 --- a/.changeset/tough-mugs-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Fix `modular build` crashing when the selected workspace(s) are not in `packages`. diff --git a/.changeset/wet-gifts-count.md b/.changeset/wet-gifts-count.md deleted file mode 100644 index 56d87dbfb..000000000 --- a/.changeset/wet-gifts-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': major ---- - -Sunset modular-site package diff --git a/packages/create-modular-react-app/CHANGELOG.md b/packages/create-modular-react-app/CHANGELOG.md index 1962370e4..bf7c36464 100644 --- a/packages/create-modular-react-app/CHANGELOG.md +++ b/packages/create-modular-react-app/CHANGELOG.md @@ -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 diff --git a/packages/create-modular-react-app/package.json b/packages/create-modular-react-app/package.json index 02db19fdc..55b9d6f2c 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": "3.0.1", + "version": "4.0.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 59e983968..361470ab6 100644 --- a/packages/eslint-config-modular-app/CHANGELOG.md +++ b/packages/eslint-config-modular-app/CHANGELOG.md @@ -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 diff --git a/packages/eslint-config-modular-app/package.json b/packages/eslint-config-modular-app/package.json index 4aea9dc42..078c5ffea 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": "3.0.2", + "version": "4.0.0", "license": "Apache-2.0", "main": "index.js", "engines": { diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index a27468450..7bf4bc784 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -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 diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index af89131fd..b9b5b8a55 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.6.0", + "version": "4.0.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 21ee95e6e..609f0388d 100644 --- a/packages/modular-template-app/CHANGELOG.md +++ b/packages/modular-template-app/CHANGELOG.md @@ -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 diff --git a/packages/modular-template-app/package.json b/packages/modular-template-app/package.json index 6b935206c..1d8582729 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.1.0", + "version": "1.2.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 11bf9bfa8..8111cca38 100644 --- a/packages/modular-template-esm-view/CHANGELOG.md +++ b/packages/modular-template-esm-view/CHANGELOG.md @@ -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 diff --git a/packages/modular-template-esm-view/package.json b/packages/modular-template-esm-view/package.json index a88da6ac0..ba07d1569 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.0.0", + "version": "1.1.0", "exports": { "./package.json": "./package.json" }, diff --git a/packages/modular-template-node-env-app/CHANGELOG.md b/packages/modular-template-node-env-app/CHANGELOG.md index 9cfa3b5cf..cc3b9432c 100644 --- a/packages/modular-template-node-env-app/CHANGELOG.md +++ b/packages/modular-template-node-env-app/CHANGELOG.md @@ -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 diff --git a/packages/modular-template-node-env-app/package.json b/packages/modular-template-node-env-app/package.json index d9bc62f93..428ceb8fc 100644 --- a/packages/modular-template-node-env-app/package.json +++ b/packages/modular-template-node-env-app/package.json @@ -1,6 +1,6 @@ { "name": "modular-template-node-env-app", - "version": "0.2.0", + "version": "0.2.1", "exports": { "./package.json": "./package.json" }, diff --git a/packages/modular-template-package/CHANGELOG.md b/packages/modular-template-package/CHANGELOG.md index 770bb8ba3..34ac12cea 100644 --- a/packages/modular-template-package/CHANGELOG.md +++ b/packages/modular-template-package/CHANGELOG.md @@ -1,5 +1,22 @@ # modular-template-package +## 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 + +- [#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 diff --git a/packages/modular-template-package/package.json b/packages/modular-template-package/package.json index 3d4c74a80..e4c3610bd 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.1.0", + "version": "1.2.0", "exports": { "./package.json": "./package.json" }, diff --git a/packages/modular-template-source/CHANGELOG.md b/packages/modular-template-source/CHANGELOG.md new file mode 100644 index 000000000..8674418cf --- /dev/null +++ b/packages/modular-template-source/CHANGELOG.md @@ -0,0 +1,11 @@ +# modular-template-source + +## 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 diff --git a/packages/modular-template-source/package.json b/packages/modular-template-source/package.json index 851b1402a..a27eb1b86 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.0.0", + "version": "1.1.0", "exports": { "./package.json": "./package.json" }, diff --git a/packages/modular-template-view/CHANGELOG.md b/packages/modular-template-view/CHANGELOG.md index 687935504..388e0b80c 100644 --- a/packages/modular-template-view/CHANGELOG.md +++ b/packages/modular-template-view/CHANGELOG.md @@ -1,5 +1,31 @@ # modular-template-view +## 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 diff --git a/packages/modular-template-view/package.json b/packages/modular-template-view/package.json index f7010a9f1..bd0c88c07 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.1.0", + "version": "1.2.0", "exports": { "./package.json": "./package.json" },