File tree Expand file tree Collapse file tree 9 files changed +26
-12
lines changed Expand file tree Collapse file tree 9 files changed +26
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
5
+ ## [ 0.8.1] ( https://github.com/AlexAegis/tinyslice/compare/v0.8.0...v0.8.1 ) (2024-03-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * vercel config ([ c958dac] ( https://github.com/AlexAegis/tinyslice/commit/c958dac17407fbe8e16d71381318739cd06221d7 ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * add baseHref ([ 6ed3ed3] ( https://github.com/AlexAegis/tinyslice/commit/6ed3ed37323f0c72da654da6dce85a3745b42efc ) )
16
+ * remove pinst ([ 02b5267] ( https://github.com/AlexAegis/tinyslice/commit/02b52676d74dcca244144c2c07a57fe11c0b5286 ) )
17
+
5
18
## [ 0.8.0] ( https://github.com/AlexAegis/tinyslice/compare/v0.7.0...v0.8.0 ) (2023-07-20)
6
19
7
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tinyslice/svelte-example" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"archetype" : {
5
5
"platform" : " web" ,
6
6
"framework" : " sveltekit" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tinyslice" ,
3
3
"description" : " Reactive state management made tiny" ,
4
- "version" : " 0.8.0 " ,
4
+ "version" : " 0.8.1 " ,
5
5
"license" : " MIT" ,
6
6
"private" : true ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tinyslice/core" ,
3
3
"description" : " Reactive state management" ,
4
- "version" : " 0.8.0 " ,
4
+ "version" : " 0.8.1 " ,
5
5
"license" : " MIT" ,
6
6
"private" : false ,
7
7
"archetype" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tinyslice/devtools-plugin" ,
3
3
"description" : " Redux Devtools plugin for TinySlice" ,
4
- "version" : " 0.8.0 " ,
4
+ "version" : " 0.8.1 " ,
5
5
"license" : " MIT" ,
6
6
"private" : false ,
7
7
"archetype" : {
81
81
"./readme" : " ./readme.md"
82
82
},
83
83
"dependencies" : {
84
- "@tinyslice/core" : " ^0.8.0 " ,
84
+ "@tinyslice/core" : " ^0.8.1 " ,
85
85
"rxjs" : " ^7.8.1"
86
86
},
87
87
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alexaegis/tinyslice-examples" ,
3
+ "version" : " 0.8.1" ,
3
4
"private" : true ,
4
5
"archetype" : {
5
6
"platform" : " node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tinyslice/hydration-plugin" ,
3
3
"description" : " Slice hydration for TinySlice" ,
4
- "version" : " 0.8.0 " ,
4
+ "version" : " 0.8.1 " ,
5
5
"license" : " MIT" ,
6
6
"private" : false ,
7
7
"archetype" : {
82
82
},
83
83
"dependencies" : {
84
84
"@alexaegis/common" : " ^0.9.1" ,
85
- "@tinyslice/core" : " ^0.8.0 " ,
85
+ "@tinyslice/core" : " ^0.8.1 " ,
86
86
"rxjs" : " ^7.8.1"
87
87
},
88
88
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tinyslice/logger-plugin" ,
3
3
"description" : " Logger plugin for TinySlice" ,
4
- "version" : " 0.8.0 " ,
4
+ "version" : " 0.8.1 " ,
5
5
"license" : " MIT" ,
6
6
"private" : false ,
7
7
"archetype" : {
82
82
},
83
83
"dependencies" : {
84
84
"@alexaegis/common" : " ^0.9.1" ,
85
- "@tinyslice/core" : " ^0.8.0 "
85
+ "@tinyslice/core" : " ^0.8.1 "
86
86
},
87
87
"devDependencies" : {
88
88
"@alexaegis/eslint-config-vitest" : " ^0.10.4" ,
You can’t perform that action at this time.
0 commit comments