Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/hip-carrots-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-dolls-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-pianos-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-tips-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-forks-retire.md

This file was deleted.

32 changes: 32 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down