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/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/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index a27468450..ac8394728 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,37 @@ # modular-scripts +## 3.7.0 + +### Minor Changes + +- [#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 + +- [#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 c7a7586bd..5b93b9fb0 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": "3.7.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..2d609a5ac 100644 --- a/packages/modular-template-app/CHANGELOG.md +++ b/packages/modular-template-app/CHANGELOG.md @@ -1,5 +1,14 @@ # modular-template-app +## 1.1.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 + ## 1.1.0 ### Minor Changes diff --git a/packages/modular-template-app/package.json b/packages/modular-template-app/package.json index 6b935206c..2c489469f 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.1.1", "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..85c848f22 100644 --- a/packages/modular-template-esm-view/CHANGELOG.md +++ b/packages/modular-template-esm-view/CHANGELOG.md @@ -1,5 +1,14 @@ # modular-template-esm-view +## 1.0.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 + ## 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..73ccaaf9d 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.0.1", "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..978ca4d41 100644 --- a/packages/modular-template-package/CHANGELOG.md +++ b/packages/modular-template-package/CHANGELOG.md @@ -1,5 +1,14 @@ # modular-template-package +## 1.1.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 + ## 1.1.0 ### Minor Changes diff --git a/packages/modular-template-package/package.json b/packages/modular-template-package/package.json index 3d4c74a80..f2ff3ec99 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.1.1", "exports": { "./package.json": "./package.json" }, diff --git a/packages/modular-template-view/CHANGELOG.md b/packages/modular-template-view/CHANGELOG.md index 687935504..0e230cfcc 100644 --- a/packages/modular-template-view/CHANGELOG.md +++ b/packages/modular-template-view/CHANGELOG.md @@ -1,5 +1,14 @@ # modular-template-view +## 1.1.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 + ## 1.1.0 ### Minor Changes diff --git a/packages/modular-template-view/package.json b/packages/modular-template-view/package.json index f7010a9f1..0408a0031 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.1.1", "exports": { "./package.json": "./package.json" },