File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed
Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2025-09-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.1.1 ` ] ( #melos---v711 )
19+
20+ ---
21+
22+ #### ` melos ` - ` v7.1.1 `
23+
24+ - ** FIX** : Allow underscore as packagename ([ #936 ] ( https://github.com/invertase/melos/issues/936 ) ). ([ 8cae3163] ( https://github.com/invertase/melos/commit/8cae3163c886d2baa77750827590989401ea6705 ) )
25+
26+
627## 2025-08-21
728
829### Changes
Original file line number Diff line number Diff line change 1+ ## 7.1.1
2+
3+ - ** FIX** : Allow underscore as packagename ([ #936 ] ( https://github.com/invertase/melos/issues/936 ) ). ([ 8cae3163] ( https://github.com/invertase/melos/commit/8cae3163c886d2baa77750827590989401ea6705 ) )
4+
15## 7.1.0
26
37 - ** FEAT** : Add useRootAsPackage for Melos 7.x root package support ([ #927 ] ( https://github.com/invertase/melos/issues/927 ) ). ([ ade8443d] ( https://github.com/invertase/melos/commit/ade8443d7194dc3c6caa124467eb6af498364974 ) )
Original file line number Diff line number Diff line change 11// This file is generated. Do not manually edit.
2- String melosVersion = '7.1.0 ' ;
2+ String melosVersion = '7.1.1 ' ;
Original file line number Diff line number Diff 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.1.0
6+ version : 7.1.1
77homepage : https://melos.invertase.dev/~melos-latest
88repository : https://github.com/invertase/melos/tree/main/packages/melos
99issue_tracker : https://github.com/invertase/melos/issues
You can’t perform that action at this time.
0 commit comments