Skip to content

Commit

Permalink
chore(release): 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Mar 23, 2024
1 parent 3641b01 commit 0657d2f
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.1](https://github.com/AlexAegis/tinyslice/compare/v0.8.0...v0.8.1) (2024-03-23)


### Features

* vercel config ([c958dac](https://github.com/AlexAegis/tinyslice/commit/c958dac17407fbe8e16d71381318739cd06221d7))


### Bug Fixes

* add baseHref ([6ed3ed3](https://github.com/AlexAegis/tinyslice/commit/6ed3ed37323f0c72da654da6dce85a3745b42efc))
* remove pinst ([02b5267](https://github.com/AlexAegis/tinyslice/commit/02b52676d74dcca244144c2c07a57fe11c0b5286))

## [0.8.0](https://github.com/AlexAegis/tinyslice/compare/v0.7.0...v0.8.0) (2023-07-20)


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.0",
"version": "0.8.1",
"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.0",
"version": "0.8.1",
"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.0",
"version": "0.8.1",
"license": "MIT",
"private": false,
"archetype": {
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.8.1",
"license": "MIT",
"private": false,
"archetype": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"./readme": "./readme.md"
},
"dependencies": {
"@tinyslice/core": "^0.8.0",
"@tinyslice/core": "^0.8.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@alexaegis/tinyslice-examples",
"version": "0.8.1",
"private": true,
"archetype": {
"platform": "node",
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.8.1",
"license": "MIT",
"private": false,
"archetype": {
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"dependencies": {
"@alexaegis/common": "^0.9.1",
"@tinyslice/core": "^0.8.0",
"@tinyslice/core": "^0.8.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.8.1",
"license": "MIT",
"private": false,
"archetype": {
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"dependencies": {
"@alexaegis/common": "^0.9.1",
"@tinyslice/core": "^0.8.0"
"@tinyslice/core": "^0.8.1"
},
"devDependencies": {
"@alexaegis/eslint-config-vitest": "^0.10.4",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0657d2f

Please sign in to comment.