Commit ef217d1 GitHub Action
committed
1 parent 7f1121d commit ef217d1 Copy full SHA for ef217d1
File tree 8 files changed +43
-8
lines changed
8 files changed +43
-8
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.10.1] ( https://github.com/rimbu-org/rimbu/compare/@rimbu/actor@0.10.0...@rimbu/actor@0.10.1 ) (2022-09-22)
7
+
8
+ ** Note:** Version bump only for package @rimbu/actor
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.10.0] ( https://github.com/rimbu-org/rimbu/compare/@rimbu/actor@0.9.5...@rimbu/actor@0.10.0 ) (2022-09-22)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rimbu/actor" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " State management tools to create stateful logic that can be easily integrated in any framework" ,
5
5
"keywords" : [
6
6
" state management" ,
56
56
"sideEffects" : false ,
57
57
"dependencies" : {
58
58
"@rimbu/base" : " ^0.10.0" ,
59
- "@rimbu/deep" : " ^0.12.0 " ,
59
+ "@rimbu/deep" : " ^0.12.1 " ,
60
60
"tslib" : " ^2.4.0"
61
61
},
62
62
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.10.1] ( https://github.com/rimbu-org/rimbu/compare/@rimbu/core@0.10.0...@rimbu/core@0.10.1 ) (2022-09-22)
7
+
8
+ ** Note:** Version bump only for package @rimbu/core
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.10.0] ( https://github.com/rimbu-org/rimbu/compare/@rimbu/core@0.9.22...@rimbu/core@0.10.0 ) (2022-09-22)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rimbu/core" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " Immutable collections and tools for TypeScript" ,
5
5
"keywords" : [
6
6
" collection" ,
71
71
"@rimbu/bimultimap" : " ^0.9.21" ,
72
72
"@rimbu/collection-types" : " ^0.9.19" ,
73
73
"@rimbu/common" : " ^0.10.3" ,
74
- "@rimbu/deep" : " ^0.12.0 " ,
74
+ "@rimbu/deep" : " ^0.12.1 " ,
75
75
"@rimbu/graph" : " ^0.10.6" ,
76
76
"@rimbu/hashed" : " ^0.8.21" ,
77
77
"@rimbu/list" : " ^0.10.21" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.12.1] ( https://github.com/rimbu-org/rimbu/compare/@rimbu/deep@0.12.0...@rimbu/deep@0.12.1 ) (2022-09-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deep:** fix patch methods not inferring correct types for multi-part patches ([ 7ba337e] ( https://github.com/rimbu-org/rimbu/commit/7ba337ec5e2506351b523ffe8a64b501253067af ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.12.0] ( https://github.com/rimbu-org/rimbu/compare/@rimbu/deep@0.11.3...@rimbu/deep@0.12.0 ) (2022-09-22)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rimbu/deep" ,
3
- "version" : " 0.12.0 " ,
3
+ "version" : " 0.12.1 " ,
4
4
"description" : " Tools to use handle plain JS objects as immutable objects" ,
5
5
"keywords" : [
6
6
" immutable" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.10.1] ( https://github.com/rimbu-org/rimbu/compare/@rimbu/reactor@0.10.0...@rimbu/reactor@0.10.1 ) (2022-09-22)
7
+
8
+ ** Note:** Version bump only for package @rimbu/reactor
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.10.0] ( https://github.com/rimbu-org/rimbu/compare/@rimbu/reactor@0.9.7...@rimbu/reactor@0.10.0 ) (2022-09-22)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rimbu/reactor" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " React state management based on Rimbu Actors" ,
5
5
"keywords" : [
6
6
" state management" ,
59
59
"react-dom" : " <18.0.0"
60
60
},
61
61
"dependencies" : {
62
- "@rimbu/actor" : " ^0.10.0 " ,
63
- "@rimbu/deep" : " ^0.12.0 " ,
62
+ "@rimbu/actor" : " ^0.10.1 " ,
63
+ "@rimbu/deep" : " ^0.12.1 " ,
64
64
"@rimbu/stream" : " ^0.12.5" ,
65
65
"tslib" : " ^2.4.0"
66
66
},
You can’t perform that action at this time.
0 commit comments