Skip to content

Commit

Permalink
chore(release): publish packages (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Feb 6, 2024
1 parent e12ff57 commit 704ea4c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-02-06

### Changes

---

Packages with breaking changes:

- [`melos` - `v4.1.0`](#melos---v410)

Packages with other changes:

- There are no other changes in this release.

---

#### `melos` - `v4.1.0`

- **FIX**: typo on help description of bootstrap --enforce-lockfile ([#636](https://github.com/invertase/melos/issues/636)). ([a5247561](https://github.com/invertase/melos/commit/a5247561804a1a030325366bcd05c6a6a7a5c7dd))
- **BREAKING** **FEAT**: make run script use melos_packages env variable scope ([#640](https://github.com/invertase/melos/issues/640)). ([e12ff57e](https://github.com/invertase/melos/commit/e12ff57efd71baae5eea20252d02894ec8be712e))


## 2024-01-11

### Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/melos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.1.0

> Note: This release has breaking changes.
- **FIX**: typo on help description of bootstrap --enforce-lockfile ([#636](https://github.com/invertase/melos/issues/636)). ([a5247561](https://github.com/invertase/melos/commit/a5247561804a1a030325366bcd05c6a6a7a5c7dd))
- **BREAKING** **FEAT**: make run script use melos_packages env variable scope ([#640](https://github.com/invertase/melos/issues/640)). ([e12ff57e](https://github.com/invertase/melos/commit/e12ff57efd71baae5eea20252d02894ec8be712e))

## 4.0.0

- **FIX**: Compare with correct version when publishing ([#633](https://github.com/invertase/melos/issues/633)). ([9c4cd2eb](https://github.com/invertase/melos/commit/9c4cd2eb470de79eaa026ce8449d559f0a161374))
Expand Down
2 changes: 1 addition & 1 deletion packages/melos/lib/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated. Do not manually edit.
String melosVersion = '4.0.0';
String melosVersion = '4.1.0';
2 changes: 1 addition & 1 deletion packages/melos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 4.0.0
version: 4.1.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
Expand Down

0 comments on commit 704ea4c

Please sign in to comment.