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

chore(release): publish packages #817

Closed
wants to merge 2 commits into from
Closed
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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-01-07

### Changes

---

Packages with breaking changes:

- [`conventional_commit` - `v0.7.0-dev.0`](#conventional_commit---v070-dev0)
- [`melos` - `v7.0.0-dev.0`](#melos---v700-dev0)

Packages with other changes:

- There are no other changes in this release.

---

#### `conventional_commit` - `v0.7.0-dev.0`

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

#### `melos` - `v7.0.0-dev.0`

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


## 2025-01-04

### Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/conventional_commit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.0-dev.0

> Note: This release has breaking changes.

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

## 0.6.0+1

- **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))
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional_commit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: conventional_commit
description:
Parse a git commit message using the Conventional Commits specification.
version: 0.6.0+1
version: 0.7.0-dev.0
repository: https://github.com/invertase/melos/tree/main/packages/conventional_commit
issue_tracker: https://github.com/invertase/melos/issues
resolution: workspace
Expand Down
6 changes: 6 additions & 0 deletions packages/melos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.0.0-dev.0

> Note: This release has breaking changes.

- **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.3.0

- **REFACTOR**: Use the pubspec_parse package for parsing ([#794](https://github.com/invertase/melos/issues/794)). ([df0c2940](https://github.com/invertase/melos/commit/df0c29407dfcbc402eb8a2f4fff84b0e4f445e37))
Expand Down
2 changes: 1 addition & 1 deletion packages/melos/lib/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated. Do not manually edit.
String melosVersion = '6.3.0';
String melosVersion = '7.0.0-dev.0';
4 changes: 2 additions & 2 deletions packages/melos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description:
A tool for managing Dart & Flutter repositories with multiple packages
(monorepo). Supports automated versioning via Conventional Commits. Inspired
by JavaScripts Lerna package.
version: 6.3.0
version: 7.0.0-dev.0
homepage: https://melos.invertase.dev/~melos-latest
repository: https://github.com/invertase/melos/tree/main/packages/melos
issue_tracker: https://github.com/invertase/melos/issues
Expand All @@ -30,7 +30,7 @@ dependencies:
cli_launcher: ^0.3.1
cli_util: ^0.4.2
collection: any
conventional_commit: ^0.6.0+1
conventional_commit: ">=0.6.0 <0.8.0"
file: ^7.0.1
glob: ^2.1.2
graphs: ^2.3.2
Expand Down
Loading