From 4094b3af8a6b284b36bedc23514e6c752ee826e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Mar 2024 05:47:17 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/GravityTwoG/cloud-saves/compare/v1.7.0...v1.8.0) (2024-03-27) ### Bug Fixes * use arrow functions to save "this" context ([d3b6940](https://github.com/GravityTwoG/cloud-saves/commit/d3b6940454395da6cd97df0a3f8f38ef1ab12ef1)) ### Features * **api:** integrate game and game state API ([f515d00](https://github.com/GravityTwoG/cloud-saves/commit/f515d003c477f38f77b6771d3eed331bf7dc2b9a)) * **domain:** change types, add api interfaces ([2b83d2a](https://github.com/GravityTwoG/cloud-saves/commit/2b83d2a8955b0a2f3ffff666ec6aba35c67893c2)) * **games:** add widgets for common parameters and parameter types ([feaf139](https://github.com/GravityTwoG/cloud-saves/commit/feaf13903e3d508cb68714f17915fc9a31646ad1)) * **gamestaete:** implement share with ui ([19d6f32](https://github.com/GravityTwoG/cloud-saves/commit/19d6f329f5fe01cb44b3bce8b2cba3ddfb4fb21f)) * **games:** use AsyncEntitySelect ([5437c05](https://github.com/GravityTwoG/cloud-saves/commit/5437c05848a9aa5b480a9ff4ba020b440bd02fc2)) * **mocks:** add localStorage abstraction for mocks ([1055060](https://github.com/GravityTwoG/cloud-saves/commit/105506071d2681597ca11273d71b88a15d0f1f7f)) * **ui:** add AsyncSelect, AsyncEntitySelect components ([2798eb0](https://github.com/GravityTwoG/cloud-saves/commit/2798eb08c4faaf3593568faef3b56fe3e84f34ab)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4efcbe5..d084ab0 100644 --- a/package.json +++ b/package.json @@ -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": {