diff --git a/.changeset/short-rings-exercise.md b/.changeset/short-rings-exercise.md deleted file mode 100644 index bd94afa6a..000000000 --- a/.changeset/short-rings-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Fix paths issue with "modular start" and esm-views on windows diff --git a/.changeset/silver-cameras-flow.md b/.changeset/silver-cameras-flow.md deleted file mode 100644 index 564becabc..000000000 --- a/.changeset/silver-cameras-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Fix `app`s and `esm-view`s building and starting with esbuild mode on Windows diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index 6c4a6c141..7ffc89993 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,19 @@ # modular-scripts +## 3.1.5 + +### Patch Changes + +- [#1903](https://github.com/jpmorganchase/modular/pull/1903) + [`aa68e0e`](https://github.com/jpmorganchase/modular/commit/aa68e0e86ec6fe841538ca7f667e3dcaea8adb69) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Fix paths + issue with "modular start" and esm-views on windows + +* [#1910](https://github.com/jpmorganchase/modular/pull/1910) + [`d35167c`](https://github.com/jpmorganchase/modular/commit/d35167c1dd6bf555ccbfb4a15252faa08346d739) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Fix + `app`s and `esm-view`s building and starting with esbuild mode on Windows + ## 3.1.4 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 00744ac96..069b49bd6 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.1.4", + "version": "3.1.5", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"