Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2024-03-27)

### Bug Fixes

* use arrow functions to save "this" context ([d3b6940](d3b6940))

### Features

* **api:** integrate game and game state API ([f515d00](f515d00))
* **domain:** change types, add api interfaces ([2b83d2a](2b83d2a))
* **games:** add widgets for common parameters and parameter types ([feaf139](feaf139))
* **gamestaete:** implement share with ui ([19d6f32](19d6f32))
* **games:** use AsyncEntitySelect ([5437c05](5437c05))
* **mocks:** add localStorage abstraction for mocks ([1055060](1055060))
* **ui:** add AsyncSelect, AsyncEntitySelect components ([2798eb0](2798eb0))
  • Loading branch information
semantic-release-bot committed Mar 27, 2024
1 parent cc0130c commit 4094b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloud-saves",
"productName": "cloud-saves",
"version": "1.7.0",
"version": "1.8.0",
"description": "Desktop app for managing game saves in cloud",
"private": true,
"repository": {
Expand Down

0 comments on commit 4094b3a

Please sign in to comment.