Skip to content

Commit 6d54ffd

Browse files
committed
chore(release): publish packages
- flutterw@0.7.1+2
1 parent 8f631e3 commit 6d54ffd

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
## 2023-02-27
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+
- [`flutterw` - `v0.7.1+2`](#flutterw---v0712)
19+
20+
---
21+
22+
#### `flutterw` - `v0.7.1+2`
23+
24+
- **REFACTOR**: refactor flutterw and flutterw/test ([#18](https://github.com/hyiso/flutterw/issues/18)). ([ff9c46da](https://github.com/hyiso/flutterw/commit/ff9c46da30e53a3bb64a57f01d82a7f5a298d789))
25+
- **DOCS**(flutterw): update docs about scripts in README.md. ([8f631e3a](https://github.com/hyiso/flutterw/commit/8f631e3a168fc18ccd3949375ba10dec231aa860))
26+
27+
628
## 2023-02-03
729

830
### Changes

packages/flutterw/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.7.1+2
2+
3+
- **REFACTOR**: refactor flutterw and flutterw/test ([#18](https://github.com/hyiso/flutterw/issues/18)). ([ff9c46da](https://github.com/hyiso/flutterw/commit/ff9c46da30e53a3bb64a57f01d82a7f5a298d789))
4+
- **DOCS**(flutterw): update docs about scripts in README.md. ([8f631e3a](https://github.com/hyiso/flutterw/commit/8f631e3a168fc18ccd3949375ba10dec231aa860))
5+
16
## 0.7.1+1
27

38
- **DOCS**: update docs to add packages. ([e9133456](https://github.com/hyiso/flutterw/commit/e91334561bfadd1a1965d97377321028f2f72e6e))
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-
const kFlutterwVersion = '0.7.1+1';
2+
const kFlutterwVersion = '0.7.1+2';

packages/flutterw/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutterw
22
description:
33
Flutterw wraps flutter tool to support scripts and command hooks.
44
Hooks are pre, post and command scripts.
5-
version: 0.7.1+1
5+
version: 0.7.1+2
66
homepage: https://hyiso.github.io/flutterw
77
repository: https://github.com/hyiso/flutterw/tree/main/packages/flutterw
88

0 commit comments

Comments
 (0)