Skip to content

Commit ef217d1

Browse files
author
GitHub Action
committed
chore(release): publish
- @rimbu/actor@0.10.1 - @rimbu/core@0.10.1 - @rimbu/deep@0.12.1 - @rimbu/reactor@0.10.1
1 parent 7f1121d commit ef217d1

File tree

8 files changed

+43
-8
lines changed

8 files changed

+43
-8
lines changed

packages/actor/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
# [0.10.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/actor@0.9.5...@rimbu/actor@0.10.0) (2022-09-22)
715

816

packages/actor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/actor",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "State management tools to create stateful logic that can be easily integrated in any framework",
55
"keywords": [
66
"state management",
@@ -56,7 +56,7 @@
5656
"sideEffects": false,
5757
"dependencies": {
5858
"@rimbu/base": "^0.10.0",
59-
"@rimbu/deep": "^0.12.0",
59+
"@rimbu/deep": "^0.12.1",
6060
"tslib": "^2.4.0"
6161
},
6262
"publishConfig": {

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
# [0.10.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/core@0.9.22...@rimbu/core@0.10.0) (2022-09-22)
715

816

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/core",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Immutable collections and tools for TypeScript",
55
"keywords": [
66
"collection",
@@ -71,7 +71,7 @@
7171
"@rimbu/bimultimap": "^0.9.21",
7272
"@rimbu/collection-types": "^0.9.19",
7373
"@rimbu/common": "^0.10.3",
74-
"@rimbu/deep": "^0.12.0",
74+
"@rimbu/deep": "^0.12.1",
7575
"@rimbu/graph": "^0.10.6",
7676
"@rimbu/hashed": "^0.8.21",
7777
"@rimbu/list": "^0.10.21",

packages/deep/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
# [0.12.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/deep@0.11.3...@rimbu/deep@0.12.0) (2022-09-22)
718

819

packages/deep/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/deep",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Tools to use handle plain JS objects as immutable objects",
55
"keywords": [
66
"immutable",

packages/reactor/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
# [0.10.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/reactor@0.9.7...@rimbu/reactor@0.10.0) (2022-09-22)
715

816

packages/reactor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/reactor",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "React state management based on Rimbu Actors",
55
"keywords": [
66
"state management",
@@ -59,8 +59,8 @@
5959
"react-dom": "<18.0.0"
6060
},
6161
"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",
6464
"@rimbu/stream": "^0.12.5",
6565
"tslib": "^2.4.0"
6666
},

0 commit comments

Comments
 (0)