From f5fdb888708d7ffa59da4b7fabfdbcd2f93f7115 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Mon, 1 Apr 2024 16:16:06 +0200 Subject: [PATCH] chore(release): publish packages - melos@5.3.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/melos/CHANGELOG.md | 8 ++++++++ packages/melos/lib/version.g.dart | 2 +- packages/melos/pubspec.yaml | 2 +- 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9148a1..22248209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-04-01 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`melos` - `v5.3.0`](#melos---v530) + +--- + +#### `melos` - `v5.3.0` + + - **FIX**: melos analyze concurrency flag log output ([#678](https://github.com/invertase/melos/issues/678)). ([2ee575e4](https://github.com/invertase/melos/commit/2ee575e4f2087717d15600c4ab4228df1a7c1c30)) + - **FEAT**: support for melos command within script steps ([#683](https://github.com/invertase/melos/issues/683)). ([a1da197f](https://github.com/invertase/melos/commit/a1da197fb00dd9b174a30593533ae79e48bcbafe)) + - **FEAT**: add support for `melos bs --skip-linking` ([#684](https://github.com/invertase/melos/issues/684)). ([699fedc0](https://github.com/invertase/melos/commit/699fedc0cc0ba1b8d9b8a39638761f4ab1764b6a)) + - **FEAT**: add support for Azure DevOps repository ([#681](https://github.com/invertase/melos/issues/681)). ([16fc890d](https://github.com/invertase/melos/commit/16fc890d1d5ee40d47be6f9dfd565de927f1b32c)) + - **FEAT**: Change concurrent log to sequential log ([#679](https://github.com/invertase/melos/issues/679)). ([15b1518b](https://github.com/invertase/melos/commit/15b1518b2af185aa1c87fe60f1178844826c5091)) + + ## 2024-03-25 ### Changes diff --git a/packages/melos/CHANGELOG.md b/packages/melos/CHANGELOG.md index 59e7c8b3..af2db16d 100644 --- a/packages/melos/CHANGELOG.md +++ b/packages/melos/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.3.0 + + - **FIX**: melos analyze concurrency flag log output ([#678](https://github.com/invertase/melos/issues/678)). ([2ee575e4](https://github.com/invertase/melos/commit/2ee575e4f2087717d15600c4ab4228df1a7c1c30)) + - **FEAT**: support for melos command within script steps ([#683](https://github.com/invertase/melos/issues/683)). ([a1da197f](https://github.com/invertase/melos/commit/a1da197fb00dd9b174a30593533ae79e48bcbafe)) + - **FEAT**: add support for `melos bs --skip-linking` ([#684](https://github.com/invertase/melos/issues/684)). ([699fedc0](https://github.com/invertase/melos/commit/699fedc0cc0ba1b8d9b8a39638761f4ab1764b6a)) + - **FEAT**: add support for Azure DevOps repository ([#681](https://github.com/invertase/melos/issues/681)). ([16fc890d](https://github.com/invertase/melos/commit/16fc890d1d5ee40d47be6f9dfd565de927f1b32c)) + - **FEAT**: Change concurrent log to sequential log ([#679](https://github.com/invertase/melos/issues/679)). ([15b1518b](https://github.com/invertase/melos/commit/15b1518b2af185aa1c87fe60f1178844826c5091)) + ## 5.2.2 - **FIX**: revisionRange not resolving to correct diff ([#674](https://github.com/invertase/melos/issues/674)). ([289a2f73](https://github.com/invertase/melos/commit/289a2f73101569a802064c758e9b2e4210349272)) diff --git a/packages/melos/lib/version.g.dart b/packages/melos/lib/version.g.dart index ce515bdc..5d956f28 100644 --- a/packages/melos/lib/version.g.dart +++ b/packages/melos/lib/version.g.dart @@ -1,2 +1,2 @@ // This file is generated. Do not manually edit. -String melosVersion = '5.2.2'; +String melosVersion = '5.3.0'; diff --git a/packages/melos/pubspec.yaml b/packages/melos/pubspec.yaml index f995adb3..91fb1151 100644 --- a/packages/melos/pubspec.yaml +++ b/packages/melos/pubspec.yaml @@ -3,7 +3,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: 5.2.2 +version: 5.3.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