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 #2211

Merged
merged 2 commits into from
Nov 21, 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/real-eyes-vanish.md

This file was deleted.

21 changes: 21 additions & 0 deletions docs/releases/3.6.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
parent: Release Notes
title: 3.6.x
---

# Modular 3.6.0

- Selective builds (support for `--changed`, `--compareBranch`, `--ancestors`,
`--descendants` flags in `modular build`).

# Merged Changes

- `modular-scripts` @ 3.6.0 - See
[the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/modular-scripts%403.6.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).
9 changes: 9 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-scripts

## 3.6.0

### Minor Changes

- [#2202](https://github.com/jpmorganchase/modular/pull/2202)
[`d98802f`](https://github.com/jpmorganchase/modular/commit/d98802fa0cd421955cc40b88fcef300e49653d5d)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Selective
build support

## 3.5.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.5.0",
"version": "3.6.0",
"license": "Apache-2.0",
"bin": {
"modular": "dist-cjs/cli.js"
Expand Down