Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2049

Merged
merged 2 commits into from
Sep 1, 2022
Merged
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/silly-hairs-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-news-reply.md

This file was deleted.

22 changes: 22 additions & 0 deletions docs/releases/3.3.x.md
Original file line number Diff line number Diff line change
@@ -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).
14 changes: 14 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2.0",
"version": "3.3.0",
"license": "Apache-2.0",
"bin": {
"modular": "dist-cjs/cli.js"
Expand Down