diff --git a/.changeset/flat-owls-beam.md b/.changeset/flat-owls-beam.md deleted file mode 100644 index e08b7ff99..000000000 --- a/.changeset/flat-owls-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump express from 4.18.0 to 4.18.1 diff --git a/.changeset/proud-starfishes-stare.md b/.changeset/proud-starfishes-stare.md deleted file mode 100644 index a440c1c6e..000000000 --- a/.changeset/proud-starfishes-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -Add `esm-view` modular type diff --git a/.changeset/rude-cycles-obey.md b/.changeset/rude-cycles-obey.md deleted file mode 100644 index b33a69620..000000000 --- a/.changeset/rude-cycles-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump address from 1.1.2 to 1.2.0 diff --git a/.changeset/tender-shirts-turn.md b/.changeset/tender-shirts-turn.md deleted file mode 100644 index 4175bcfc5..000000000 --- a/.changeset/tender-shirts-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Adds the [resolution] tag in the CDN template to point to the pinned version as resolved from yarn.lock. diff --git a/.changeset/tiny-bags-happen.md b/.changeset/tiny-bags-happen.md deleted file mode 100644 index 8c0cda2ef..000000000 --- a/.changeset/tiny-bags-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump builtin-modules from 3.2.0 to 3.3.0 diff --git a/.changeset/wet-carrots-change.md b/.changeset/wet-carrots-change.md deleted file mode 100644 index 17e1c7272..000000000 --- a/.changeset/wet-carrots-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump ws from 8.5.0 to 8.6.0 diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index c3ee83b0a..04f4bb8ac 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,42 @@ # modular-scripts +## 3.1.0 + +### Minor Changes + +- [#1686](https://github.com/jpmorganchase/modular/pull/1686) + [`da4eeed`](https://github.com/jpmorganchase/modular/commit/da4eeedd97d5388ef09d14140e5d96d146239813) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Add + `esm-view` modular type + +### Patch Changes + +- [#1675](https://github.com/jpmorganchase/modular/pull/1675) + [`95225cb`](https://github.com/jpmorganchase/modular/commit/95225cb80273b02d42d8460e365251ca3c7f61a6) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump express from + 4.18.0 to 4.18.1 + +* [#1677](https://github.com/jpmorganchase/modular/pull/1677) + [`52b8a4c`](https://github.com/jpmorganchase/modular/commit/52b8a4ce3ddd330158b35cb3f25d03cc27778641) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump address from + 1.1.2 to 1.2.0 + +- [#1693](https://github.com/jpmorganchase/modular/pull/1693) + [`7c6369b`](https://github.com/jpmorganchase/modular/commit/7c6369b57b7772ac25939b6f8722164684f90c05) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Adds the + [resolution] tag in the CDN template to point to the pinned version as + resolved from yarn.lock. + +* [#1717](https://github.com/jpmorganchase/modular/pull/1717) + [`7c70b3b`](https://github.com/jpmorganchase/modular/commit/7c70b3bc9309a2407fa408f31c3752671d056d16) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump + builtin-modules from 3.2.0 to 3.3.0 + +- [#1671](https://github.com/jpmorganchase/modular/pull/1671) + [`ee04d32`](https://github.com/jpmorganchase/modular/commit/ee04d324c423f65f462dd1d2b9cb462873665f04) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump ws from 8.5.0 + to 8.6.0 + ## 3.0.2 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 574b0e8a5..5d272d6d0 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.0.2", + "version": "3.1.0", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"