Commit a922264 1 parent 7daa5ca commit a922264 Copy full SHA for a922264
File tree 5 files changed +37
-3
lines changed
5 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
32
## 2023-10-05
7
33
8
34
### Changes
Original file line number Diff line number Diff line change
1
+ ## 0.0.1+3
2
+
3
+ - ** FIX** : Enable manual trigger of publish workflow.
4
+
1
5
## 0.0.1+2
2
6
3
7
- ** FIX** : trigger publish.
Original file line number Diff line number Diff line change 1
1
name : flutter_savgol
2
2
description : Savitzky-Golay filter
3
- version : 0.0.1+2
3
+ version : 0.0.1+3
4
4
homepage : https://github.com/tpict/flutter_savgol
5
5
6
6
environment :
@@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
plugin_platform_interface : ^2.0.2
14
- savgol : ^0.1.0+1
14
+ savgol : ^0.1.0+2
15
15
16
16
dev_dependencies :
17
17
ffi : ^2.0.1
Original file line number Diff line number Diff line change
1
+ ## 0.1.0+2
2
+
3
+ - ** FIX** : Enable manual trigger of publish workflow.
4
+
1
5
## 0.1.0+1
2
6
3
7
- ** FIX** : trigger publish.
Original file line number Diff line number Diff line change 1
1
name : savgol
2
2
description : Savitzky-Golay filter
3
- version : 0.1.0+1
3
+ version : 0.1.0+2
4
4
repository : https://github.com/tpict/flutter_savgol
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments