Skip to content

Commit a922264

Browse files
committed
chore(release): publish packages
- [email protected]+3 - [email protected]+2
1 parent 7daa5ca commit a922264

File tree

5 files changed

+37
-3
lines changed

5 files changed

+37
-3
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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-10-05
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+
- [`flutter_savgol` - `v0.0.1+3`](#flutter_savgol---v0013)
19+
- [`savgol` - `v0.1.0+2`](#savgol---v0102)
20+
21+
---
22+
23+
#### `flutter_savgol` - `v0.0.1+3`
24+
25+
- **FIX**: Enable manual trigger of publish workflow.
26+
27+
#### `savgol` - `v0.1.0+2`
28+
29+
- **FIX**: Enable manual trigger of publish workflow.
30+
31+
632
## 2023-10-05
733

834
### Changes

packages/flutter_savgol/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1+3
2+
3+
- **FIX**: Enable manual trigger of publish workflow.
4+
15
## 0.0.1+2
26

37
- **FIX**: trigger publish.

packages/flutter_savgol/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_savgol
22
description: Savitzky-Golay filter
3-
version: 0.0.1+2
3+
version: 0.0.1+3
44
homepage: https://github.com/tpict/flutter_savgol
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
plugin_platform_interface: ^2.0.2
14-
savgol: ^0.1.0+1
14+
savgol: ^0.1.0+2
1515

1616
dev_dependencies:
1717
ffi: ^2.0.1

packages/savgol/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+2
2+
3+
- **FIX**: Enable manual trigger of publish workflow.
4+
15
## 0.1.0+1
26

37
- **FIX**: trigger publish.

packages/savgol/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: savgol
22
description: Savitzky-Golay filter
3-
version: 0.1.0+1
3+
version: 0.1.0+2
44
repository: https://github.com/tpict/flutter_savgol
55

66
environment:

0 commit comments

Comments
 (0)