From 6bc3888e53c48dee499e399e8126a15d9d4ec4e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Sep 2022 12:22:17 +0000 Subject: [PATCH] Version Packages --- .changeset/hip-carrots-relax.md | 5 ----- .changeset/itchy-dolls-tease.md | 5 ----- .changeset/long-pianos-bake.md | 5 ----- .changeset/shaggy-tips-greet.md | 5 ----- .changeset/tidy-forks-retire.md | 5 ----- packages/modular-scripts/CHANGELOG.md | 32 +++++++++++++++++++++++++++ packages/modular-scripts/package.json | 2 +- 7 files changed, 33 insertions(+), 26 deletions(-) delete mode 100644 .changeset/hip-carrots-relax.md delete mode 100644 .changeset/itchy-dolls-tease.md delete mode 100644 .changeset/long-pianos-bake.md delete mode 100644 .changeset/shaggy-tips-greet.md delete mode 100644 .changeset/tidy-forks-retire.md diff --git a/.changeset/hip-carrots-relax.md b/.changeset/hip-carrots-relax.md deleted file mode 100644 index 86ab645ad..000000000 --- a/.changeset/hip-carrots-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -Improve the way modular add creates new workspaces, add the custom `--path` option, factor out addPackage tests diff --git a/.changeset/itchy-dolls-tease.md b/.changeset/itchy-dolls-tease.md deleted file mode 100644 index 262649b05..000000000 --- a/.changeset/itchy-dolls-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump semver-regex from 3.1.3 to 3.1.4 diff --git a/.changeset/long-pianos-bake.md b/.changeset/long-pianos-bake.md deleted file mode 100644 index ad3fa0f71..000000000 --- a/.changeset/long-pianos-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump dotenv from 16.0.1 to 16.0.2 diff --git a/.changeset/shaggy-tips-greet.md b/.changeset/shaggy-tips-greet.md deleted file mode 100644 index f5962ecb8..000000000 --- a/.changeset/shaggy-tips-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump strip-ansi from 6.0.0 to 6.0.1 diff --git a/.changeset/tidy-forks-retire.md b/.changeset/tidy-forks-retire.md deleted file mode 100644 index d6cd75435..000000000 --- a/.changeset/tidy-forks-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump ws from 8.8.0 to 8.8.1 diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index a864a8435..15d82b2a7 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,37 @@ # modular-scripts +## 3.4.0 + +### Minor Changes + +- [#2111](https://github.com/jpmorganchase/modular/pull/2111) + [`deaee2c`](https://github.com/jpmorganchase/modular/commit/deaee2cf0c6cd74200236d886f6baadee089196e) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Improve + the way modular add creates new workspaces, add the custom `--path` option, + factor out addPackage tests + +### Patch Changes + +- [#2135](https://github.com/jpmorganchase/modular/pull/2135) + [`305cff2`](https://github.com/jpmorganchase/modular/commit/305cff287a4eaa812ed92cf810b15d8198230a8f) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump semver-regex + from 3.1.3 to 3.1.4 + +* [#2087](https://github.com/jpmorganchase/modular/pull/2087) + [`8c8570a`](https://github.com/jpmorganchase/modular/commit/8c8570a33d320a5e4bfb3f615b81a0509050dc50) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump dotenv from + 16.0.1 to 16.0.2 + +- [#2137](https://github.com/jpmorganchase/modular/pull/2137) + [`33ffaf8`](https://github.com/jpmorganchase/modular/commit/33ffaf8946264faab10e3ab3e5467f984cd2690e) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump strip-ansi + from 6.0.0 to 6.0.1 + +* [#1950](https://github.com/jpmorganchase/modular/pull/1950) + [`e41effa`](https://github.com/jpmorganchase/modular/commit/e41effa5a6ff62929688acc37bc948199ad0aa7f) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump ws from 8.8.0 + to 8.8.1 + ## 3.3.2 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 75b17f69f..610c1945b 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.3.2", + "version": "3.4.0", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"