diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b5217..613b611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/flutter_savgol/CHANGELOG.md b/packages/flutter_savgol/CHANGELOG.md index 0eace70..a59d186 100644 --- a/packages/flutter_savgol/CHANGELOG.md +++ b/packages/flutter_savgol/CHANGELOG.md @@ -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. diff --git a/packages/flutter_savgol/example/CHANGELOG.md b/packages/flutter_savgol/example/CHANGELOG.md new file mode 100644 index 0000000..e9bf0b2 --- /dev/null +++ b/packages/flutter_savgol/example/CHANGELOG.md @@ -0,0 +1,4 @@ +## 1.0.1 + + - Update a dependency to the latest release. + diff --git a/packages/flutter_savgol/example/pubspec.yaml b/packages/flutter_savgol/example/pubspec.yaml index 284f0f5..4f23329 100644 --- a/packages/flutter_savgol/example/pubspec.yaml +++ b/packages/flutter_savgol/example/pubspec.yaml @@ -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' diff --git a/packages/flutter_savgol/pubspec.yaml b/packages/flutter_savgol/pubspec.yaml index ecaaa91..d1dc6c5 100644 --- a/packages/flutter_savgol/pubspec.yaml +++ b/packages/flutter_savgol/pubspec.yaml @@ -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: @@ -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 diff --git a/packages/savgol/CHANGELOG.md b/packages/savgol/CHANGELOG.md index 7d025d3..e77ec6c 100644 --- a/packages/savgol/CHANGELOG.md +++ b/packages/savgol/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.1.0+4 + ## 0.1.0+3 - **FIX**: specific uuid version. diff --git a/packages/savgol/pubspec.yaml b/packages/savgol/pubspec.yaml index 1aa3a8b..ab4300b 100644 --- a/packages/savgol/pubspec.yaml +++ b/packages/savgol/pubspec.yaml @@ -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: