diff --git a/.changeset/flat-owls-beam.md b/.changeset/flat-owls-beam.md deleted file mode 100644 index e08b7ff993..0000000000 --- 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 a440c1c6e8..0000000000 --- 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 b33a696203..0000000000 --- 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/tiny-bags-happen.md b/.changeset/tiny-bags-happen.md deleted file mode 100644 index 8c0cda2ef1..0000000000 --- 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 17e1c72725..0000000000 --- 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 dae6dd0c30..b98edce4e4 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,36 @@ # 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 + +- [#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.0 ### Major Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index dbfb29f8ad..1faaaad576 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"