-
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.
- Update `CHANGELOG.md` and `pubspec.yaml`
- Loading branch information
1 parent
cc7c30b
commit a7dd3fe
Showing
3 changed files
with
16 additions
and
19 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 |
---|---|---|
@@ -1,28 +1,25 @@ | ||
# 1.0.0-alpha.4 | ||
|
||
- chore: update changelog/version scripts | ||
- **BREAKING**: fix: `loggingEnabled` naming inconsistency | ||
|
||
# 1.0.0-alpha.3 | ||
|
||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/54a6110dc18584be535555feb9bfbe8f417d3487">54a6110</a>) - fix workflows</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/09084292a942bcff8ffe9a9b5ffeb016b873231b">0908429</a>) - (ci): update workflows</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/729cca6ddba05ad7257346593d8098666ff42382">729cca6</a>) - (ci): add `bump_version` script</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/5f93fcfcb849d859d1bd286001cbd073f67abfec">5f93fcf</a>) - Only run analyze on PR and master merge</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/771069a2df950a8336329b4bc4d6dc471de0e726">771069a</a>) - fix analyze job ID</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/db093fbc9a0c0ce6e21a5c42d911c9d80587871c">db093fb</a>) - (pop_pop): make `playSoundEffect` take named arg</li> | ||
- chore: update workflows | ||
- chore: add `bump_version` script | ||
- **BREAKING** feat: make `playSoundEffect` take named arg | ||
|
||
# 1.0.0-alpha.2 | ||
|
||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/f4f446dee4ed673839eb11a096b866924478717e">f4f446d</a>) - update changelog</li> | ||
- docs: update changelog | ||
|
||
# 1.0.0-alpha.1 | ||
|
||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/7cdbeb5d8293c35f07101daf439bd737dfe66f3c">7cdbeb5</a>) - create GitHub release</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/337ef6e850755604fe3ae09a8ad8479a7490c1b5">337ef6e</a>) - bump version</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/cc26a7ecdf504fcecbc3770b8d1cb1ca147b66ff">cc26a7e</a>) - remove publish from analyze workflow</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/f122d9efcedf23adf3a054f04a38a9eea79bd988">f122d9e</a>) - fix licenses</li> | ||
- chore: fix licenses | ||
|
||
# 1.0.0-alpha.0 | ||
|
||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/4955b93cc1c5de877469257d026767b5ec84929c">4955b93</a>) - add credentials script and workflow</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/13cfad0ed302879251a508621fe467069f4698b1">13cfad0</a>) - (pop_pop): Update changelog</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/87e605eee78952c0d5b753a82eee8f09db54eef8">87e605e</a>) - add GitHub Actions workflow</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/4b2bea46b9a607aaf9ff0ad036717f8c491eecfb">4b2bea4</a>) - move to packages repo structure</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/9c6e610aa33e429fc337f40346f30a1e27e24532">9c6e610</a>) - Add missing class documentation</li> | ||
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/0f6e0a4318ba6739068a242b679773b34fe9cdd2">0f6e0a4</a>) - Migrate package to null safety</li> | ||
- chore: add credentials script and workflow</li> | ||
- docs: Add missing class documentation</li> | ||
- feat: Migrate package to null safety</li> | ||
- feat: Refactor out of internal package |
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0-alpha.3 | ||
1.0.0-alpha.4 |
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