Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tpict committed Oct 6, 2023
1 parent bafe201 commit 3e6a969
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-10-05

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_savgol` - `v0.0.1+4`](#flutter_savgol---v0014)
- [`savgol` - `v0.1.0+3`](#savgol---v0103)

---

#### `flutter_savgol` - `v0.0.1+4`

- **FIX**: specific uuid version.

#### `savgol` - `v0.1.0+3`

- **FIX**: specific uuid version.


## 2023-10-05

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

- **FIX**: specific uuid version.

## 0.0.1+3

- **FIX**: Enable manual trigger of publish workflow.
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_savgol/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_savgol
description: Savitzky-Golay filter
version: 0.0.1+3
version: 0.0.1+4
homepage: https://github.com/tpict/flutter_savgol

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
savgol: ^0.1.0+2
savgol: ^0.1.0+3

dev_dependencies:
ffi: ^2.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/savgol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+3

- **FIX**: specific uuid version.

## 0.1.0+2

- **FIX**: Enable manual trigger of publish workflow.
Expand Down
2 changes: 1 addition & 1 deletion packages/savgol/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: savgol
description: Savitzky-Golay filter
version: 0.1.0+2
version: 0.1.0+3
repository: https://github.com/tpict/flutter_savgol

environment:
Expand Down

0 comments on commit 3e6a969

Please sign in to comment.