-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e9fd107
Showing
197 changed files
with
9,726 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
target/ | ||
platform-build/ | ||
.dart_tool/ | ||
.idea/ | ||
melos_savgol.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 2023-09-23 | ||
|
||
### Changes | ||
|
||
--- | ||
|
||
Packages with breaking changes: | ||
|
||
- There are no breaking changes in this release. | ||
|
||
Packages with other changes: | ||
|
||
- [`flutter_savgol` - `v0.0.2+3`](#flutter_savgol---v0023) | ||
|
||
--- | ||
|
||
#### `flutter_savgol` - `v0.0.2+3` | ||
|
||
- **FIX**: missing dependency. | ||
|
||
|
||
## 2023-09-23 | ||
|
||
### Changes | ||
|
||
--- | ||
|
||
Packages with breaking changes: | ||
|
||
- There are no breaking changes in this release. | ||
|
||
Packages with other changes: | ||
|
||
- [`flutter_savgol` - `v0.0.2+2`](#flutter_savgol---v0022) | ||
|
||
--- | ||
|
||
#### `flutter_savgol` - `v0.0.2+2` | ||
|
||
- **FIX**: snip example. | ||
|
||
|
||
## 2023-09-23 | ||
|
||
### Changes | ||
|
||
--- | ||
|
||
Packages with breaking changes: | ||
|
||
- There are no breaking changes in this release. | ||
|
||
Packages with other changes: | ||
|
||
- [`flutter_savgol` - `v0.0.2+1`](#flutter_savgol---v0021) | ||
|
||
--- | ||
|
||
#### `flutter_savgol` - `v0.0.2+1` | ||
|
||
- **FIX**: something. | ||
|
||
|
||
## 2023-09-23 | ||
|
||
### Changes | ||
|
||
--- | ||
|
||
Packages with breaking changes: | ||
|
||
- There are no breaking changes in this release. | ||
|
||
Packages with other changes: | ||
|
||
- [`flutter_savgol` - `v0.0.2`](#flutter_savgol---v002) | ||
- [`savgol` - `v1.1.0`](#savgol---v110) | ||
|
||
--- | ||
|
||
#### `flutter_savgol` - `v0.0.2` | ||
|
||
- **FEAT**: initial. | ||
|
||
#### `savgol` - `v1.1.0` | ||
|
||
- **FEAT**: initial. | ||
|
Oops, something went wrong.