Skip to content

Commit

Permalink
chore(release): 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Oct 27, 2024
1 parent a18e17b commit ce5546d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion apps/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyslice/svelte-example",
"version": "0.8.2",
"version": "0.8.3",
"archetype": {
"platform": "web",
"framework": "sveltekit",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinyslice/core",
"description": "Reactive state management",
"version": "0.8.2",
"version": "0.8.3",
"license": "MIT",
"private": false,
"archetype": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alexaegis/tinyslice-examples",
"version": "0.8.2",
"version": "0.8.3",
"private": true,
"archetype": {
"platform": "node",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydration-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ce5546d

Please sign in to comment.