diff --git a/.changeset/silly-hairs-sip.md b/.changeset/silly-hairs-sip.md deleted file mode 100644 index 212363ca7..000000000 --- a/.changeset/silly-hairs-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': minor ---- - -Add --staged flag to modular lint diff --git a/.changeset/tender-news-reply.md b/.changeset/tender-news-reply.md deleted file mode 100644 index 65a374275..000000000 --- a/.changeset/tender-news-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -Add new options for selective testing: `--ancestors`, `--changed`, `--compareBranch` diff --git a/docs/releases/3.3.x.md b/docs/releases/3.3.x.md new file mode 100644 index 000000000..efa98b9bd --- /dev/null +++ b/docs/releases/3.3.x.md @@ -0,0 +1,22 @@ +--- +parent: Release Notes +title: 3.3.x +--- + +# Modular 3.3.0 + +- Add support for selective testing (`--ancestors`, `--changed`, + `--compareBranch` new flags in `modular test`) +- Add support for linting staged files (`--staged` flag) + +# Merged Changes + +- `modular-scripts` @ 3.3.0 - See + [the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/modular-scripts%403.3.0) + for full details + +# Patch Versions + +Patch versions of this release do not have a dedicated summary. For details of +patch releases, please visit +[the GitHub releases page](https://github.com/jpmorganchase/modular/releases). diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index 68b5cd2c5..42f07d6a0 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,19 @@ # modular-scripts +## 3.3.0 + +### Minor Changes + +- [#2051](https://github.com/jpmorganchase/modular/pull/2051) + [`f6a0f9a`](https://github.com/jpmorganchase/modular/commit/f6a0f9ae168ec3202a66c0a0adb4887a43b4432c) + Thanks [@cheemcheem](https://github.com/cheemcheem)! - Add --staged flag to + modular lint + +* [#2027](https://github.com/jpmorganchase/modular/pull/2027) + [`0b054b5`](https://github.com/jpmorganchase/modular/commit/0b054b5a950aa652fd5f7d59be238cd67ac934ef) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Add new + options for selective testing: `--ancestors`, `--changed`, `--compareBranch` + ## 3.2.0 ### Minor Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 3440a19e8..93c6956d8 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.2.0", + "version": "3.3.0", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"