File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-01-24
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.5 ` ] ( #melos---v700-dev5 )
19+
20+ ---
21+
22+ #### ` melos ` - ` v7.0.0-dev.5 `
23+
24+ - ** FIX** : Fix externally hosted versioning ([ #852 ] ( https://github.com/invertase/melos/issues/852 ) ). ([ 40476ed5] ( https://github.com/invertase/melos/commit/40476ed51dfbc669d83223dd7b067174d2ac0abc ) )
25+ - ** FEAT** : Rollback on failed shared dependency resolution ([ #848 ] ( https://github.com/invertase/melos/issues/848 ) ). ([ 949c2f6c] ( https://github.com/invertase/melos/commit/949c2f6c77b6bae92e29a03fc452417b558010f0 ) )
26+ - ** DOCS** : Rearrange repos using melos ([ #845 ] ( https://github.com/invertase/melos/issues/845 ) ). ([ f744da86] ( https://github.com/invertase/melos/commit/f744da860c5fde166f16c624f5cf5058c62d4370 ) )
27+
28+
629## 2025-01-19
730
831### Changes
Original file line number Diff line number Diff line change 1+ ## 7.0.0-dev.5
2+
3+ - ** FIX** : Fix externally hosted versioning ([ #852 ] ( https://github.com/invertase/melos/issues/852 ) ). ([ 40476ed5] ( https://github.com/invertase/melos/commit/40476ed51dfbc669d83223dd7b067174d2ac0abc ) )
4+ - ** FEAT** : Rollback on failed shared dependency resolution ([ #848 ] ( https://github.com/invertase/melos/issues/848 ) ). ([ 949c2f6c] ( https://github.com/invertase/melos/commit/949c2f6c77b6bae92e29a03fc452417b558010f0 ) )
5+ - ** DOCS** : Rearrange repos using melos ([ #845 ] ( https://github.com/invertase/melos/issues/845 ) ). ([ f744da86] ( https://github.com/invertase/melos/commit/f744da860c5fde166f16c624f5cf5058c62d4370 ) )
6+
17## 7.0.0-dev.4
28
39 - ** FIX** : Version package correctly ([ #842 ] ( https://github.com/invertase/melos/issues/842 ) ). ([ a9fde62b] ( https://github.com/invertase/melos/commit/a9fde62bb2ae5a8599b72a7d792170995db9d64c ) )
Original file line number Diff line number Diff line change 11// This file is generated. Do not manually edit.
2- String melosVersion = '7.0.0-dev.4 ' ;
2+ String melosVersion = '7.0.0-dev.5 ' ;
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.0.0-dev.4
6+ version : 7.0.0-dev.5
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