Skip to content

Commit 4be680c

Browse files
authored
chore(release): publish packages (#853)
- melos@7.0.0-dev.5
1 parent 40476ed commit 4be680c

4 files changed

Lines changed: 31 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/melos/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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))

packages/melos/lib/version.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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';

packages/melos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
77
homepage: https://melos.invertase.dev/~melos-latest
88
repository: https://github.com/invertase/melos/tree/main/packages/melos
99
issue_tracker: https://github.com/invertase/melos/issues

0 commit comments

Comments
 (0)