Skip to content

Commit

Permalink
Version Packages (#2049)
Browse files Browse the repository at this point in the history
* Version Packages

* Add 3.3.x entry in docs

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Cristiano Belloni <[email protected]>
  • Loading branch information
3 people authored Sep 1, 2022
1 parent f6a0f9a commit ed34d7e
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 11 deletions.
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

0 comments on commit ed34d7e

Please sign in to comment.