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 Mar 21, 2024
1 parent 029d196 commit 61e3ffc
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-20

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`savgol` - `v0.1.0+4`](#savgol---v0104)
- [`flutter_savgol` - `v0.0.1+8`](#flutter_savgol---v0018)
- [`flutter_savgol_example` - `v1.0.1`](#flutter_savgol_example---v101)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutter_savgol` - `v0.0.1+8`
- `flutter_savgol_example` - `v1.0.1`

---

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


## 2023-10-10

### 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+8

- Update a dependency to the latest release.

## 0.0.1+7

- **FIX**: Fix Wrong path to Android release.
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_savgol/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.0.1

- Update a dependency to the latest release.

2 changes: 1 addition & 1 deletion packages/flutter_savgol/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
version: 1.0.1

environment:
sdk: '>=3.0.6 <4.0.0'
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+7
version: 0.0.1+8
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+3
savgol: ^0.1.0+4

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

## 0.1.0+3

- **FIX**: specific uuid version.
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+3
version: 0.1.0+4
repository: https://github.com/tpict/flutter_savgol

environment:
Expand Down

0 comments on commit 61e3ffc

Please sign in to comment.