From ce5546d82d8d6b2faa2ad4e3d076c00f12168ac5 Mon Sep 17 00:00:00 2001 From: AlexAegis Date: Sun, 27 Oct 2024 14:59:21 +0100 Subject: [PATCH] chore(release): 0.8.3 --- CHANGELOG.md | 2 ++ apps/svelte/package.json | 2 +- package.json | 2 +- packages/core/package.json | 2 +- packages/devtools-plugin/package.json | 2 +- packages/examples/package.json | 2 +- packages/hydration-plugin/package.json | 2 +- packages/logger-plugin/package.json | 2 +- 8 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 311a41d..6a89151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.8.3](https://github.com/AlexAegis/tinyslice/compare/v0.8.2...v0.8.3) (2024-10-27) + ## [0.8.2](https://github.com/AlexAegis/tinyslice/compare/v0.8.1...v0.8.2) (2024-05-21) ## [0.8.1](https://github.com/AlexAegis/tinyslice/compare/v0.8.0...v0.8.1) (2024-03-23) diff --git a/apps/svelte/package.json b/apps/svelte/package.json index 9fb28b2..9bec652 100644 --- a/apps/svelte/package.json +++ b/apps/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@tinyslice/svelte-example", - "version": "0.8.2", + "version": "0.8.3", "archetype": { "platform": "web", "framework": "sveltekit", diff --git a/package.json b/package.json index 3a9ba37..8713fbc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tinyslice", "description": "Reactive state management made tiny", - "version": "0.8.2", + "version": "0.8.3", "license": "MIT", "private": true, "keywords": [ diff --git a/packages/core/package.json b/packages/core/package.json index 672e784..1aca958 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@tinyslice/core", "description": "Reactive state management", - "version": "0.8.2", + "version": "0.8.3", "license": "MIT", "private": false, "archetype": { diff --git a/packages/devtools-plugin/package.json b/packages/devtools-plugin/package.json index b3fc81c..a4797c9 100644 --- a/packages/devtools-plugin/package.json +++ b/packages/devtools-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@tinyslice/devtools-plugin", "description": "Redux Devtools plugin for TinySlice", - "version": "0.8.2", + "version": "0.8.3", "license": "MIT", "private": false, "archetype": { diff --git a/packages/examples/package.json b/packages/examples/package.json index 8b347b1..7478e80 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@alexaegis/tinyslice-examples", - "version": "0.8.2", + "version": "0.8.3", "private": true, "archetype": { "platform": "node", diff --git a/packages/hydration-plugin/package.json b/packages/hydration-plugin/package.json index 9af14f2..d37971b 100644 --- a/packages/hydration-plugin/package.json +++ b/packages/hydration-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@tinyslice/hydration-plugin", "description": "Slice hydration for TinySlice", - "version": "0.8.2", + "version": "0.8.3", "license": "MIT", "private": false, "archetype": { diff --git a/packages/logger-plugin/package.json b/packages/logger-plugin/package.json index ad4cb68..96a1fe9 100644 --- a/packages/logger-plugin/package.json +++ b/packages/logger-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@tinyslice/logger-plugin", "description": "Logger plugin for TinySlice", - "version": "0.8.2", + "version": "0.8.3", "license": "MIT", "private": false, "archetype": {