File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ v0.3.5] ( https://github.com/valtiojs/valtio-history/compare/v0.3.4...v0.3.5 )
8
+
9
+ - ci: upgrade cd workflow [ ` 7147554 ` ] ( https://github.com/valtiojs/valtio-history/commit/7147554b000ab28ee98ef25d43914cd880dd60d3 )
10
+
7
11
#### [ v0.3.4] ( https://github.com/valtiojs/valtio-history/compare/v0.3.3...v0.3.4 )
8
12
13
+ > 4 July 2024
14
+
9
15
- fix: declare explicit return type for getNode [ ` #16 ` ] ( https://github.com/valtiojs/valtio-history/pull/16 )
10
16
- ci: upgrade action versions [ ` 79b1db9 ` ] ( https://github.com/valtiojs/valtio-history/commit/79b1db99436fc3a0ef5deb1690d5bf7947d72d2c )
11
17
- build: upgrade nx to latest [ ` db78d8e ` ] ( https://github.com/valtiojs/valtio-history/commit/db78d8ecbf179796d3cb03a950ce76b652d5e9df )
12
- - chore: remove migrations.json [ ` b8250b3 ` ] ( https://github.com/valtiojs/valtio-history/commit/b8250b32f1255269e99bb40d01e3be0057601c61 )
18
+ - chore: release v0.3.4 [ ` 4ed2a46 ` ] ( https://github.com/valtiojs/valtio-history/commit/4ed2a465f82ce7f57dd014e7de5e0f1f46885e0b )
13
19
14
20
#### [ v0.3.3] ( https://github.com/valtiojs/valtio-history/compare/v0.3.2...v0.3.3 )
15
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " valtio-history" ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.3.5 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Daishi Kato" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 36
36
37
37
#### Defined in
38
38
39
- [ packages/history-utility/src/index.ts:28] ( https://github.com/valtiojs/valtio-history/blob/44dcf22 /packages/history-utility/src/index.ts#L28 )
39
+ [ packages/history-utility/src/index.ts:28] ( https://github.com/valtiojs/valtio-history/blob/7147554 /packages/history-utility/src/index.ts#L28 )
40
40
41
41
___
42
42
60
60
61
61
#### Defined in
62
62
63
- [ packages/history-utility/src/index.ts:10] ( https://github.com/valtiojs/valtio-history/blob/44dcf22 /packages/history-utility/src/index.ts#L10 )
63
+ [ packages/history-utility/src/index.ts:10] ( https://github.com/valtiojs/valtio-history/blob/7147554 /packages/history-utility/src/index.ts#L10 )
64
64
65
65
___
66
66
76
76
77
77
#### Defined in
78
78
79
- [ packages/history-utility/src/index.ts:45] ( https://github.com/valtiojs/valtio-history/blob/44dcf22 /packages/history-utility/src/index.ts#L45 )
79
+ [ packages/history-utility/src/index.ts:45] ( https://github.com/valtiojs/valtio-history/blob/7147554 /packages/history-utility/src/index.ts#L45 )
80
80
81
81
## Functions
82
82
@@ -149,4 +149,4 @@ const state = proxyWithHistory({
149
149
150
150
#### Defined in
151
151
152
- [ packages/history-utility/src/index.ts:122] ( https://github.com/valtiojs/valtio-history/blob/44dcf22 /packages/history-utility/src/index.ts#L122 )
152
+ [ packages/history-utility/src/index.ts:122] ( https://github.com/valtiojs/valtio-history/blob/7147554 /packages/history-utility/src/index.ts#L122 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " valtio-history" ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.3.5 " ,
4
4
"author" : " Daishi Kato" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments