Skip to content

Commit

Permalink
chore: bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rykus0 committed Jul 9, 2023
1 parent e0a264a commit 25715b3
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1 deletion.
Binary file modified .yarn/install-state.gz
Binary file not shown.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,68 @@
## <small>1.2.1 (2023-07-09)</small>

* fix: address import warning ([2f3901a](https://github.com/Rykus0/cryptoquote/commit/2f3901a))
* fix: address typescript error for catch block ([132af9d](https://github.com/Rykus0/cryptoquote/commit/132af9d))
* fix: check for window before assigning host ([343defa](https://github.com/Rykus0/cryptoquote/commit/343defa))
* fix: memoize child components ([1d99a57](https://github.com/Rykus0/cryptoquote/commit/1d99a57))
* fix: move tick value to reducer and limit to 1s ([e0a264a](https://github.com/Rykus0/cryptoquote/commit/e0a264a))
* fix: only call localstorage when available ([fd93893](https://github.com/Rykus0/cryptoquote/commit/fd93893))
* fix: only remove container if it is a child of the body ([f36057c](https://github.com/Rykus0/cryptoquote/commit/f36057c))
* fix: prefix localstorage checks and usage with window ([5d6b7bd](https://github.com/Rykus0/cryptoquote/commit/5d6b7bd))
* fix: remove reference to image due to issues with screenshot ([8ae5700](https://github.com/Rykus0/cryptoquote/commit/8ae5700))
* fix: remove screenshot api ([19ab63a](https://github.com/Rykus0/cryptoquote/commit/19ab63a))
* fix: remove useless prop from controls ([a138161](https://github.com/Rykus0/cryptoquote/commit/a138161))
* fix: save game each tick to preserve time ([7072c93](https://github.com/Rykus0/cryptoquote/commit/7072c93))
* fix: store entire history rather than single item ([902aab6](https://github.com/Rykus0/cryptoquote/commit/902aab6))
* fix: use png for og:image ([640cc48](https://github.com/Rykus0/cryptoquote/commit/640cc48))
* fix: use react attribute names for svg components ([467ea02](https://github.com/Rykus0/cryptoquote/commit/467ea02))
* fix: use react naming for svg attribute ([267e87c](https://github.com/Rykus0/cryptoquote/commit/267e87c))
* fix: use try-catch for localstorage methods ([cb0f44e](https://github.com/Rykus0/cryptoquote/commit/cb0f44e))
* fix: when loading, set last tick to now ([7c8a539](https://github.com/Rykus0/cryptoquote/commit/7c8a539))
* refactor: move tick into useEffect ([995bb2b](https://github.com/Rykus0/cryptoquote/commit/995bb2b))
* refactor: move title to app layout ([4cc7ca9](https://github.com/Rykus0/cryptoquote/commit/4cc7ca9))
* refactor: remove unnecessary quote wrapper ([47b875f](https://github.com/Rykus0/cryptoquote/commit/47b875f))
* refactor: remove unused code ([2e10263](https://github.com/Rykus0/cryptoquote/commit/2e10263))
* refactor: remove unused import ([daab117](https://github.com/Rykus0/cryptoquote/commit/daab117))
* refactor: rename game history type ([c0916ac](https://github.com/Rykus0/cryptoquote/commit/c0916ac))
* refactor: use quote component on main page ([7b1d8d5](https://github.com/Rykus0/cryptoquote/commit/7b1d8d5))
* chore: bump minor version ([134d1f4](https://github.com/Rykus0/cryptoquote/commit/134d1f4))
* chore: install puppeteer ([cb98210](https://github.com/Rykus0/cryptoquote/commit/cb98210))
* chore: remove puppeteer ([6dbd5ea](https://github.com/Rykus0/cryptoquote/commit/6dbd5ea))
* test: add missing required parameter ([8385102](https://github.com/Rykus0/cryptoquote/commit/8385102))
* test: also run tests on PR to dev ([9c43419](https://github.com/Rykus0/cryptoquote/commit/9c43419))
* test: use temporary domain for testing ([cebe268](https://github.com/Rykus0/cryptoquote/commit/cebe268))
* feat: add accessibility attrs to share icon ([4bbd3c4](https://github.com/Rykus0/cryptoquote/commit/4bbd3c4))
* feat: add anonymous author for quote component ([724febd](https://github.com/Rykus0/cryptoquote/commit/724febd))
* feat: add api for screenshot ([1c2a28e](https://github.com/Rykus0/cryptoquote/commit/1c2a28e))
* feat: add global footer navigation ([6a52572](https://github.com/Rykus0/cryptoquote/commit/6a52572))
* feat: add history page ([b53b60f](https://github.com/Rykus0/cryptoquote/commit/b53b60f))
* feat: add icon component for logo ([8e2379c](https://github.com/Rykus0/cryptoquote/commit/8e2379c))
* feat: add more spacing in logo ([c841c7e](https://github.com/Rykus0/cryptoquote/commit/c841c7e))
* feat: add open graph metadata to view page ([7a556e2](https://github.com/Rykus0/cryptoquote/commit/7a556e2))
* feat: add page to display quote from ID ([2f9fe7c](https://github.com/Rykus0/cryptoquote/commit/2f9fe7c))
* feat: add quote component ([3011925](https://github.com/Rykus0/cryptoquote/commit/3011925))
* feat: add quote ID to state ([d3a7273](https://github.com/Rykus0/cryptoquote/commit/d3a7273))
* feat: add share button to win display ([b4abd9f](https://github.com/Rykus0/cryptoquote/commit/b4abd9f))
* feat: add share component ([586cb26](https://github.com/Rykus0/cryptoquote/commit/586cb26))
* feat: add share icon ([fbadcb8](https://github.com/Rykus0/cryptoquote/commit/fbadcb8))
* feat: add share icon to share component ([f8e9362](https://github.com/Rykus0/cryptoquote/commit/f8e9362))
* feat: add utility for storing and retrieving history ([f5eb4e6](https://github.com/Rykus0/cryptoquote/commit/f5eb4e6))
* feat: add version with link to release notes ([f4e5bce](https://github.com/Rykus0/cryptoquote/commit/f4e5bce))
* feat: persist game state across reloads ([74d93fb](https://github.com/Rykus0/cryptoquote/commit/74d93fb))
* feat: reference logo as og:image ([d8a6b1a](https://github.com/Rykus0/cryptoquote/commit/d8a6b1a))
* feat: replace image logo with svg ([45ec4f8](https://github.com/Rykus0/cryptoquote/commit/45ec4f8))
* feat: save history when game is completed ([93d7f7f](https://github.com/Rykus0/cryptoquote/commit/93d7f7f))
* feat: update button to work with svg icons ([f9915b9](https://github.com/Rykus0/cryptoquote/commit/f9915b9))
* feat: update global metadata with OG content ([82136bb](https://github.com/Rykus0/cryptoquote/commit/82136bb))
* feat: update initial state and load game process ([c0f417f](https://github.com/Rykus0/cryptoquote/commit/c0f417f))
* feat: use current host for view meta ([810191e](https://github.com/Rykus0/cryptoquote/commit/810191e))
* feat: use paragraph for share status ([6ed0f84](https://github.com/Rykus0/cryptoquote/commit/6ed0f84))
* feat: use screenshot api to generate social image ([7eb6888](https://github.com/Rykus0/cryptoquote/commit/7eb6888))
* style: add spacing in code ([d570156](https://github.com/Rykus0/cryptoquote/commit/d570156))
* style: remove unused imports ([050097b](https://github.com/Rykus0/cryptoquote/commit/050097b))



## 1.2.0 (2023-07-04)

* chore: bump minor version ([d9e170f](https://github.com/Rykus0/cryptoquote/commit/d9e170f))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cryptoquote",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 25715b3

Please sign in to comment.