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/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/unlucky-dodos-poke.md b/.changeset/unlucky-dodos-poke.md deleted file mode 100644 index 0d66da33e..000000000 --- a/.changeset/unlucky-dodos-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': patch ---- - -Fix font loading on Webpack 5 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 dae6dd0c3..5be801e06 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,41 @@ # 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 + +* [#1707](https://github.com/jpmorganchase/modular/pull/1707) + [`fc63653`](https://github.com/jpmorganchase/modular/commit/fc6365391956094070c464ef514570779ea7752b) + Thanks [@cheemcheem](https://github.com/cheemcheem)! - Fix font loading on + Webpack 5 + +- [#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 dbfb29f8a..1faaaad57 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"