Skip to content

Commit

Permalink
Merge pull request #88 from jparkhouse/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--hanabi-tracker

chore(main): release 2.0.0
  • Loading branch information
jparkhouse authored Jun 16, 2024
2 parents 0626659 + 3290ddc commit 72a4aac
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0](https://github.com/jparkhouse/hanabi-tracker/compare/v1.5.0...v2.0.0) (2024-06-16)


### ⚠ BREAKING CHANGES

* **store:** The refactoring of the card store into multiple stores changes the structure of the state management. Ensure all related code is updated to use the new stores.

### Features

* reset zoom on menu close ([4b9d20b](https://github.com/jparkhouse/hanabi-tracker/commit/4b9d20b4e636207591adecaa3f0351bdfee70a61))


### Bug Fixes

* forced rerender of rainbow icon ([611e62f](https://github.com/jparkhouse/hanabi-tracker/commit/611e62fc12da9296f8fbecead289eed822141046))


### Code Refactoring

* **store:** separate card store into multiple stores and add local storage support ([51f35a3](https://github.com/jparkhouse/hanabi-tracker/commit/51f35a371de1738f7271256a0cbaa29ba178fd7e))

## [1.5.0](https://github.com/jparkhouse/hanabi-tracker/compare/v1.4.1...v1.5.0) (2024-05-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hanabi-tracker",
"private": true,
"version": "1.5.0",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
Expand Down

0 comments on commit 72a4aac

Please sign in to comment.