From 2b11e2330f661e0278fb18859d40e07ad2ae1d60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 11:42:51 +0100 Subject: [PATCH] Version Packages (#1909) Co-authored-by: github-actions[bot] --- .changeset/short-rings-exercise.md | 5 ----- .changeset/silver-cameras-flow.md | 5 ----- packages/modular-scripts/CHANGELOG.md | 14 ++++++++++++++ packages/modular-scripts/package.json | 2 +- 4 files changed, 15 insertions(+), 11 deletions(-) delete mode 100644 .changeset/short-rings-exercise.md delete mode 100644 .changeset/silver-cameras-flow.md 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"