Skip to content

Commit

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

## 2022-04-11

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`melos` - `v1.6.0-dev.0`](#melos---v160-dev0)

---

#### `melos` - `v1.6.0-dev.0`

- **FEAT**: add support for bootstrapping with pubspec overrides (#273). ([236e24f4](https://github.com/invertase/melos/commit/236e24f4ef36d088b18f716ae4b030d9c514ca25))


## 2022-03-22

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

- **FEAT**: add support for bootstrapping with pubspec overrides (#273). ([236e24f4](https://github.com/invertase/melos/commit/236e24f4ef36d088b18f716ae4b030d9c514ca25))

## 1.5.2

- **FIX**: hosted dependency version regex (#262). ([b6e1bf4e](https://github.com/invertase/melos/commit/b6e1bf4e5c07ff78bb572bf864edd3023d6e4249))
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 = '1.5.2';
String melosVersion = '1.6.0-dev.0';
2 changes: 1 addition & 1 deletion packages/melos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: melos
description: "A tool for managing Dart & Flutter repositories with multiple packages (monorepo). Supports automated versioning via Conventional Commits. Inspired by JavaScripts Lerna package."
version: 1.5.2
version: 1.6.0-dev.0
homepage: "https://github.com/invertase/melos"

environment:
Expand Down

0 comments on commit b751119

Please sign in to comment.