Skip to content

Commit

Permalink
pop_pop-v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
- Update `CHANGELOG.md` and `pubspec.yaml`
  • Loading branch information
jamieastley committed Jan 23, 2022
1 parent 54a6110 commit 5338dc4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
29 changes: 25 additions & 4 deletions packages/pop_pop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
## [1.0.0-alpha.2] - 22nd January 2022
# 1.0.0-alpha.3

* Fix GitHub Actions workflows.
<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>

## [1.0.0-alpha.1] - 21st January 2022
# 1.0.0-alpha.2

* Initial migration from internal package.
<li> (<a href="https://github.com/jamieastley/pop_pop/commits/f4f446dee4ed673839eb11a096b866924478717e">f4f446d</a>) - update changelog</li>

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

# 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>
1 change: 1 addition & 0 deletions packages/pop_pop/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0-alpha.3
2 changes: 1 addition & 1 deletion packages/pop_pop/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pop_pop
description: Flexible and extendable components to build a bubble pop game in Flutter.
version: 1.0.0-alpha.2
version: 1.0.0-alpha.3
homepage: https://github.com/jamieastley/pop_pop

environment:
Expand Down

0 comments on commit 5338dc4

Please sign in to comment.