Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - melos@2.9.0
  • Loading branch information
Salakar committed Dec 5, 2022
1 parent 5387368 commit 3d857c4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2022-12-05

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`melos` - `v2.9.0`](#melos---v290)

---

#### `melos` - `v2.9.0`

- **FIX**: support bootstrapping Flutter example packages ([#428](/~https://github.com/invertase/melos/issues/428)). ([53873682](/~https://github.com/invertase/melos/commit/538736827f4fdcd2ec0b2d2b33168a8d1397a319))
- **FEAT**: implement scoped changelogs ([#421](/~https://github.com/invertase/melos/issues/421)). ([f0eca8db](/~https://github.com/invertase/melos/commit/f0eca8dbd06831256733d5bf38cfe171ac1ca30d))
- **FEAT**: support self-hosted git repositories ([#417](/~https://github.com/invertase/melos/issues/417)). ([ce6e4efc](/~https://github.com/invertase/melos/commit/ce6e4efcff062c19e8bd35ef2cf7976a53aaae4c))


## 2022-10-28

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

- **FIX**: support bootstrapping Flutter example packages ([#428](/~https://github.com/invertase/melos/issues/428)). ([53873682](/~https://github.com/invertase/melos/commit/538736827f4fdcd2ec0b2d2b33168a8d1397a319))
- **FEAT**: implement scoped changelogs ([#421](/~https://github.com/invertase/melos/issues/421)). ([f0eca8db](/~https://github.com/invertase/melos/commit/f0eca8dbd06831256733d5bf38cfe171ac1ca30d))
- **FEAT**: support self-hosted git repositories ([#417](/~https://github.com/invertase/melos/issues/417)). ([ce6e4efc](/~https://github.com/invertase/melos/commit/ce6e4efcff062c19e8bd35ef2cf7976a53aaae4c))

## 2.8.0

- **FIX**: Merge commits should be versioned ([#407](/~https://github.com/invertase/melos/issues/407)). ([01d4cd0d](/~https://github.com/invertase/melos/commit/01d4cd0d01e87fa836d0bb92949a8ccccb8f8027))
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 = '2.8.0';
String melosVersion = '2.9.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: 2.8.0
version: 2.9.0
homepage: https://melos.invertase.dev
repository: /~https://github.com/invertase/melos/tree/main/packages/melos
issue_tracker: /~https://github.com/invertase/melos/issues
Expand Down

0 comments on commit 3d857c4

Please sign in to comment.