Skip to content

Commit 902c7e9

Browse files
committed
chore(release): publish packages
- melos@7.4.0-dev.0
1 parent 9facce5 commit 902c7e9

File tree

4 files changed

+35
-2
lines changed

4 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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-12-12
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.4.0-dev.0`](#melos---v740-dev0)
19+
20+
---
21+
22+
#### `melos` - `v7.4.0-dev.0`
23+
24+
- **FEAT**: Changed execution ordering from relying on strongly related components to layered topologic sort ([#977](https://github.com/invertase/melos/issues/977)). ([9a9dfd9d](https://github.com/invertase/melos/commit/9a9dfd9d5076f1fe5853f2c935d2d8a21161ff80))
25+
- **FEAT**: Changed from topological sort to layered topologic sort for orderDependents ([#976](https://github.com/invertase/melos/issues/976)). ([6c2e3441](https://github.com/invertase/melos/commit/6c2e3441165be51ec90d592ae294941bf9cd68a1))
26+
- **FEAT**: Retry (with backoff) when executing commands against repo ([#971](https://github.com/invertase/melos/issues/971)). ([c159a681](https://github.com/invertase/melos/commit/c159a6810d8cbe6d421dbd01bb9e792c7849a9a2))
27+
- **FEAT**: recursively discover packages in nested workspaces ([#968](https://github.com/invertase/melos/issues/968)). ([d15b553d](https://github.com/invertase/melos/commit/d15b553d5edf2cad2c96153ac35841ba4eb300ef))
28+
- **DOCS**: add supabase codegen package ([#969](https://github.com/invertase/melos/issues/969)). ([79876a61](https://github.com/invertase/melos/commit/79876a6167fa8442215102bb05ba3e3d76918031))
29+
30+
631
## 2025-10-23
732

833
### Changes

packages/melos/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 7.4.0-dev.0
2+
3+
- **FEAT**: Changed execution ordering from relying on strongly related components to layered topologic sort ([#977](https://github.com/invertase/melos/issues/977)). ([9a9dfd9d](https://github.com/invertase/melos/commit/9a9dfd9d5076f1fe5853f2c935d2d8a21161ff80))
4+
- **FEAT**: Changed from topological sort to layered topologic sort for orderDependents ([#976](https://github.com/invertase/melos/issues/976)). ([6c2e3441](https://github.com/invertase/melos/commit/6c2e3441165be51ec90d592ae294941bf9cd68a1))
5+
- **FEAT**: Retry (with backoff) when executing commands against repo ([#971](https://github.com/invertase/melos/issues/971)). ([c159a681](https://github.com/invertase/melos/commit/c159a6810d8cbe6d421dbd01bb9e792c7849a9a2))
6+
- **FEAT**: recursively discover packages in nested workspaces ([#968](https://github.com/invertase/melos/issues/968)). ([d15b553d](https://github.com/invertase/melos/commit/d15b553d5edf2cad2c96153ac35841ba4eb300ef))
7+
- **DOCS**: add supabase codegen package ([#969](https://github.com/invertase/melos/issues/969)). ([79876a61](https://github.com/invertase/melos/commit/79876a6167fa8442215102bb05ba3e3d76918031))
8+
19
## 7.3.0
210

311
- **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))

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.3.0';
2+
String melosVersion = '7.4.0-dev.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.3.0
6+
version: 7.4.0-dev.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)