Skip to content

Commit 4457e07

Browse files
authored
chore(release): Publish Melos v7.3.0 (#965)
1 parent 988c63d commit 4457e07

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-10-23
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`melos` - `v7.3.0`](#melos---v730)
19+
20+
---
21+
22+
#### `melos` - `v7.3.0`
23+
24+
- **FEAT**: add groups config for scripts and `--group`option ([#963](https://github.com/invertase/melos/issues/963)). ([47982d9b](https://github.com/invertase/melos/commit/47982d9bb226198f54c697500852c0262aee4230))
25+
- **FEAT**: add option to opt-out of Intellij `runConfiguration` generation ([#962](https://github.com/invertase/melos/issues/962)). ([6bc8c246](https://github.com/invertase/melos/commit/6bc8c2466ed2f51b9ede214a544b62888b84ee33))
26+
27+
628
## 2025-10-15
729

830
### Changes

packages/melos/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 7.3.0
2+
3+
- **FEAT**: add groups config for scripts and `--group`option ([#963](https://github.com/invertase/melos/issues/963)). ([47982d9b](https://github.com/invertase/melos/commit/47982d9bb226198f54c697500852c0262aee4230))
4+
- **FEAT**: add option to opt-out of Intellij `runConfiguration` generation ([#962](https://github.com/invertase/melos/issues/962)). ([6bc8c246](https://github.com/invertase/melos/commit/6bc8c2466ed2f51b9ede214a544b62888b84ee33))
5+
16
## 7.2.0
27

38
- **FIX**: Prevent subsequent packages from executing after failure when failFast is enabled ([#957](https://github.com/invertase/melos/issues/957)). ([4af312d6](https://github.com/invertase/melos/commit/4af312d6f0eb7e6b53ed9f148f08183a9aee7ea3))

packages/melos/lib/version.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated. Do not manually edit.
2-
String melosVersion = '7.2.0';
2+
String melosVersion = '7.3.0';

packages/melos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description:
33
A tool for managing Dart & Flutter repositories with multiple packages
44
(monorepo). Supports automated versioning via Conventional Commits. Inspired
55
by JavaScripts Lerna package.
6-
version: 7.2.0
6+
version: 7.3.0
77
homepage: https://melos.invertase.dev/~melos-latest
88
repository: https://github.com/invertase/melos/tree/main/packages/melos
99
issue_tracker: https://github.com/invertase/melos/issues

0 commit comments

Comments
 (0)