Skip to content

Commit 4f430bd

Browse files
committed
chore(release): publish packages
- [email protected] - [email protected]
1 parent 3602d90 commit 4f430bd

File tree

6 files changed

+42
-4
lines changed

6 files changed

+42
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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-01-07
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`conventional_commit` - `v0.7.0-dev.0`](#conventional_commit---v070-dev0)
15+
- [`melos` - `v7.0.0-dev.0`](#melos---v700-dev0)
16+
17+
Packages with other changes:
18+
19+
- There are no other changes in this release.
20+
21+
---
22+
23+
#### `conventional_commit` - `v0.7.0-dev.0`
24+
25+
- **BREAKING** **FEAT**: Migrate to use the Pub workspaces feature ([#816](https://github.com/invertase/melos/issues/816)). ([3602d904](https://github.com/invertase/melos/commit/3602d904fbde7f3fc7d918ab8413483efef42b20))
26+
27+
#### `melos` - `v7.0.0-dev.0`
28+
29+
- **BREAKING** **FEAT**: Migrate to use the Pub workspaces feature ([#816](https://github.com/invertase/melos/issues/816)). ([3602d904](https://github.com/invertase/melos/commit/3602d904fbde7f3fc7d918ab8413483efef42b20))
30+
31+
632
## 2025-01-04
733

834
### Changes

packages/conventional_commit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.7.0-dev.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**: Migrate to use the Pub workspaces feature ([#816](https://github.com/invertase/melos/issues/816)). ([3602d904](https://github.com/invertase/melos/commit/3602d904fbde7f3fc7d918ab8413483efef42b20))
6+
17
## 0.6.0+1
28

39
- **FIX**: commit scopes that contain "-" should be treated as valid scopes ([#496](https://github.com/invertase/melos/issues/496)). ([615c208e](https://github.com/invertase/melos/commit/615c208e08bb6c7a4c159fe0a06561b0b42edd50))

packages/conventional_commit/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: conventional_commit
22
description:
33
Parse a git commit message using the Conventional Commits specification.
4-
version: 0.6.0+1
4+
version: 0.7.0-dev.0
55
repository: https://github.com/invertase/melos/tree/main/packages/conventional_commit
66
issue_tracker: https://github.com/invertase/melos/issues
77
resolution: workspace

packages/melos/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.0.0-dev.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**: Migrate to use the Pub workspaces feature ([#816](https://github.com/invertase/melos/issues/816)). ([3602d904](https://github.com/invertase/melos/commit/3602d904fbde7f3fc7d918ab8413483efef42b20))
6+
17
## 6.3.0
28

39
- **REFACTOR**: Use the pubspec_parse package for parsing ([#794](https://github.com/invertase/melos/issues/794)). ([df0c2940](https://github.com/invertase/melos/commit/df0c29407dfcbc402eb8a2f4fff84b0e4f445e37))

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 = '6.3.0';
2+
String melosVersion = '7.0.0-dev.0';

packages/melos/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
A tool for managing Dart & Flutter repositories with multiple packages
55
(monorepo). Supports automated versioning via Conventional Commits. Inspired
66
by JavaScripts Lerna package.
7-
version: 6.3.0
7+
version: 7.0.0-dev.0
88
homepage: https://melos.invertase.dev/~melos-latest
99
repository: https://github.com/invertase/melos/tree/main/packages/melos
1010
issue_tracker: https://github.com/invertase/melos/issues
@@ -30,7 +30,7 @@ dependencies:
3030
cli_launcher: ^0.3.1
3131
cli_util: ^0.4.2
3232
collection: any
33-
conventional_commit: ^0.6.0+1
33+
conventional_commit: ^0.7.0-dev.0
3434
file: ^7.0.1
3535
glob: ^2.1.2
3636
graphs: ^2.3.2

0 commit comments

Comments
 (0)