File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2025-02-01
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.0.0-dev.6 ` ] ( #melos---v700-dev6 )
19
+
20
+ ---
21
+
22
+ #### ` melos ` - ` v7.0.0-dev.6 `
23
+
24
+ - ** REFACTOR** : optimize clean command by precomputing paths to clean ([ #855 ] ( https://github.com/invertase/melos/issues/855 ) ). ([ daba40d4] ( https://github.com/invertase/melos/commit/daba40d47a13999a9c5ca389a4a389afea931e91 ) )
25
+ - ** FIX** : Melos init adding empty string / list in pubspec.yaml ([ #856 ] ( https://github.com/invertase/melos/issues/856 ) ). ([ 50b102b3] ( https://github.com/invertase/melos/commit/50b102b3dd1e1b24e56006bdc9761ebbc94a97d7 ) )
26
+ - ** FIX** : Fix externally hosted versioning ([ #852 ] ( https://github.com/invertase/melos/issues/852 ) ). ([ 40476ed5] ( https://github.com/invertase/melos/commit/40476ed51dfbc669d83223dd7b067174d2ac0abc ) )
27
+ - ** FEAT** : Add support for executeInTerminal for IntelliJ run configs ([ #857 ] ( https://github.com/invertase/melos/issues/857 ) ). ([ b6acf504] ( https://github.com/invertase/melos/commit/b6acf5040d98405f2c67846d0c55c47dae6b1b02 ) )
28
+
29
+
6
30
## 2025-01-24
7
31
8
32
### Changes
Original file line number Diff line number Diff line change
1
+ ## 7.0.0-dev.6
2
+
3
+ - ** REFACTOR** : optimize clean command by precomputing paths to clean ([ #855 ] ( https://github.com/invertase/melos/issues/855 ) ). ([ daba40d4] ( https://github.com/invertase/melos/commit/daba40d47a13999a9c5ca389a4a389afea931e91 ) )
4
+ - ** FIX** : Melos init adding empty string / list in pubspec.yaml ([ #856 ] ( https://github.com/invertase/melos/issues/856 ) ). ([ 50b102b3] ( https://github.com/invertase/melos/commit/50b102b3dd1e1b24e56006bdc9761ebbc94a97d7 ) )
5
+ - ** FIX** : Fix externally hosted versioning ([ #852 ] ( https://github.com/invertase/melos/issues/852 ) ). ([ 40476ed5] ( https://github.com/invertase/melos/commit/40476ed51dfbc669d83223dd7b067174d2ac0abc ) )
6
+ - ** FEAT** : Add support for executeInTerminal for IntelliJ run configs ([ #857 ] ( https://github.com/invertase/melos/issues/857 ) ). ([ b6acf504] ( https://github.com/invertase/melos/commit/b6acf5040d98405f2c67846d0c55c47dae6b1b02 ) )
7
+
1
8
## 7.0.0-dev.5
2
9
3
10
- ** FIX** : Fix externally hosted versioning ([ #852 ] ( https://github.com/invertase/melos/issues/852 ) ). ([ 40476ed5] ( https://github.com/invertase/melos/commit/40476ed51dfbc669d83223dd7b067174d2ac0abc ) )
Original file line number Diff line number Diff line change 1
1
// This file is generated. Do not manually edit.
2
- String melosVersion = '7.0.0-dev.5 ' ;
2
+ String melosVersion = '7.0.0-dev.6 ' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description:
3
3
A tool for managing Dart & Flutter repositories with multiple packages
4
4
(monorepo). Supports automated versioning via Conventional Commits. Inspired
5
5
by JavaScripts Lerna package.
6
- version : 7.0.0-dev.5
6
+ version : 7.0.0-dev.6
7
7
homepage : https://melos.invertase.dev/~melos-latest
8
8
repository : https://github.com/invertase/melos/tree/main/packages/melos
9
9
issue_tracker : https://github.com/invertase/melos/issues
You can’t perform that action at this time.
0 commit comments