From 2a7e10066962273227b4b5578a4465dcb52268f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Jul 2022 09:09:55 +0000 Subject: [PATCH] Version Packages --- .changeset/short-rings-exercise.md | 5 ----- packages/modular-scripts/CHANGELOG.md | 9 +++++++++ packages/modular-scripts/package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 .changeset/short-rings-exercise.md diff --git a/.changeset/short-rings-exercise.md b/.changeset/short-rings-exercise.md deleted file mode 100644 index bd94afa6ac..0000000000 --- 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/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index 6c4a6c1413..e66211229f 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,14 @@ # 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 + ## 3.1.4 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 00744ac96a..069b49bd67 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"