Skip to content

Commit f18ddf9

Browse files
author
GitHub Action
committed
1 parent 09d481e commit f18ddf9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+201
-113
lines changed

packages/actor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.15.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/actor
9+
610
## [0.15.1](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-03-05)
711

812
**Note:** Version bump only for package @rimbu/actor

packages/actor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/actor",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "State management tools to create stateful logic that can be easily integrated in any framework",
55
"keywords": [
66
"redux",
@@ -97,14 +97,14 @@
9797
"typecheck": "tsc"
9898
},
9999
"dependencies": {
100-
"@rimbu/common": "^2.0.1",
100+
"@rimbu/common": "^2.0.2",
101101
"tslib": "^2.6.2"
102102
},
103103
"publishConfig": {
104104
"access": "public"
105105
},
106106
"devDependencies": {
107-
"@rimbu/stream": "^2.2.0",
107+
"@rimbu/stream": "^2.2.1",
108108
"happy-dom": "^9.20.3",
109109
"immer": "^10.0.3"
110110
},

packages/base/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.0.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/base
9+
610
## [2.0.1](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-03-05)
711

812
**Note:** Version bump only for package @rimbu/base

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/base",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Utilities to implement Rimbu collections",
55
"keywords": [
66
"array",
@@ -73,7 +73,7 @@
7373
"typecheck": "tsc"
7474
},
7575
"dependencies": {
76-
"@rimbu/common": "^2.0.1"
76+
"@rimbu/common": "^2.0.2"
7777
},
7878
"publishConfig": {
7979
"access": "public"

packages/bimap/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.0.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/bimap
9+
610
## [2.0.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-06-28)
711

812
### Bug Fixes

packages/bimap/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/bimap",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A bidirectional immutable Map of keys and values for TypeScript",
55
"keywords": [
66
"bimap",
@@ -91,11 +91,11 @@
9191
"typecheck": "tsc"
9292
},
9393
"dependencies": {
94-
"@rimbu/base": "^2.0.1",
95-
"@rimbu/collection-types": "^2.1.2",
96-
"@rimbu/common": "^2.0.1",
97-
"@rimbu/hashed": "^2.1.2",
98-
"@rimbu/stream": "^2.2.0",
94+
"@rimbu/base": "^2.0.2",
95+
"@rimbu/collection-types": "^2.1.3",
96+
"@rimbu/common": "^2.0.2",
97+
"@rimbu/hashed": "^2.1.3",
98+
"@rimbu/stream": "^2.2.1",
9999
"tslib": "^2.6.2"
100100
},
101101
"publishConfig": {

packages/bimultimap/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.1.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/bimultimap
9+
610
## [2.1.1](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-06-28)
711

812
### Bug Fixes

packages/bimultimap/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/bimultimap",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A bidirectional immutable MultiMap of keys and values for TypeScript",
55
"keywords": [
66
"bimultimap",
@@ -90,13 +90,13 @@
9090
"typecheck": "tsc"
9191
},
9292
"dependencies": {
93-
"@rimbu/base": "^2.0.1",
94-
"@rimbu/collection-types": "^2.1.2",
95-
"@rimbu/common": "^2.0.1",
96-
"@rimbu/hashed": "^2.1.2",
97-
"@rimbu/multimap": "^2.1.1",
98-
"@rimbu/sorted": "^2.1.2",
99-
"@rimbu/stream": "^2.2.0",
93+
"@rimbu/base": "^2.0.2",
94+
"@rimbu/collection-types": "^2.1.3",
95+
"@rimbu/common": "^2.0.2",
96+
"@rimbu/hashed": "^2.1.3",
97+
"@rimbu/multimap": "^2.1.2",
98+
"@rimbu/sorted": "^2.1.3",
99+
"@rimbu/stream": "^2.2.1",
100100
"tslib": "^2.6.2"
101101
},
102102
"publishConfig": {

packages/channel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/channel
9+
610
## [0.3.1](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-03-05)
711

812
**Note:** Version bump only for package @rimbu/channel

packages/channel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/channel",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Channel implementation for TypeScript akin to Go Channels",
55
"keywords": [
66
"channel",
@@ -90,8 +90,8 @@
9090
"typecheck": "tsc"
9191
},
9292
"dependencies": {
93-
"@rimbu/common": "^2.0.1",
94-
"@rimbu/stream": "^2.2.0",
93+
"@rimbu/common": "^2.0.2",
94+
"@rimbu/stream": "^2.2.1",
9595
"tslib": "^2.6.2"
9696
},
9797
"publishConfig": {

packages/collection-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.1.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/collection-types
9+
610
## [2.1.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-06-28)
711

812
### Bug Fixes

packages/collection-types/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/collection-types",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Type definitions for the basic generic Rimbu collections",
55
"keywords": [
66
"definitions",
@@ -128,9 +128,9 @@
128128
"typecheck": "tsc"
129129
},
130130
"dependencies": {
131-
"@rimbu/base": "^2.0.1",
132-
"@rimbu/common": "^2.0.1",
133-
"@rimbu/stream": "^2.2.0",
131+
"@rimbu/base": "^2.0.2",
132+
"@rimbu/common": "^2.0.2",
133+
"@rimbu/stream": "^2.2.1",
134134
"tslib": "^2.6.2"
135135
},
136136
"publishConfig": {

packages/common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.0.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/common
9+
610
## [2.0.1](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-03-05)
711

812
**Note:** Version bump only for package @rimbu/common

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/common",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Common types and objects used in many other Rimbu packages",
55
"keywords": [
66
"common",

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.0.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/core
9+
610
## [2.0.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-06-28)
711

812
**Note:** Version bump only for package @rimbu/core

packages/core/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/core",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Immutable collections and tools for TypeScript",
55
"keywords": [
66
"collection",
@@ -107,21 +107,21 @@
107107
"typecheck": "tsc"
108108
},
109109
"dependencies": {
110-
"@rimbu/bimap": "^2.0.3",
111-
"@rimbu/bimultimap": "^2.1.1",
112-
"@rimbu/collection-types": "^2.1.2",
113-
"@rimbu/common": "^2.0.1",
114-
"@rimbu/deep": "^2.0.1",
115-
"@rimbu/graph": "^2.0.3",
116-
"@rimbu/hashed": "^2.1.2",
117-
"@rimbu/list": "^2.1.2",
118-
"@rimbu/multimap": "^2.1.1",
119-
"@rimbu/multiset": "^2.1.2",
120-
"@rimbu/ordered": "^2.1.2",
121-
"@rimbu/proximity": "^2.0.3",
122-
"@rimbu/sorted": "^2.1.2",
123-
"@rimbu/stream": "^2.2.0",
124-
"@rimbu/table": "^2.1.1",
110+
"@rimbu/bimap": "^2.0.4",
111+
"@rimbu/bimultimap": "^2.1.2",
112+
"@rimbu/collection-types": "^2.1.3",
113+
"@rimbu/common": "^2.0.2",
114+
"@rimbu/deep": "^2.0.2",
115+
"@rimbu/graph": "^2.0.4",
116+
"@rimbu/hashed": "^2.1.3",
117+
"@rimbu/list": "^2.1.3",
118+
"@rimbu/multimap": "^2.1.2",
119+
"@rimbu/multiset": "^2.1.3",
120+
"@rimbu/ordered": "^2.1.3",
121+
"@rimbu/proximity": "^2.0.4",
122+
"@rimbu/sorted": "^2.1.3",
123+
"@rimbu/stream": "^2.2.1",
124+
"@rimbu/table": "^2.1.2",
125125
"tslib": "^2.6.2"
126126
},
127127
"publishConfig": {

packages/deep/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.0.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/deep
9+
610
## [2.0.1](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-03-05)
711

812
**Note:** Version bump only for package @rimbu/deep

packages/deep/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/deep",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Tools to use handle plain JS objects as immutable objects",
55
"keywords": [
66
"immutable",
@@ -78,8 +78,8 @@
7878
"typecheck": "tsc"
7979
},
8080
"dependencies": {
81-
"@rimbu/base": "^2.0.1",
82-
"@rimbu/common": "^2.0.1",
81+
"@rimbu/base": "^2.0.2",
82+
"@rimbu/common": "^2.0.2",
8383
"tslib": "^2.6.2"
8484
},
8585
"publishConfig": {

packages/graph/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.0.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/graph
9+
610
## [2.0.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-06-28)
711

812
### Bug Fixes

packages/graph/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/graph",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Immutable Graph data structures for TypeScript",
55
"keywords": [
66
"graph",
@@ -98,12 +98,12 @@
9898
"typecheck": "tsc"
9999
},
100100
"dependencies": {
101-
"@rimbu/base": "^2.0.1",
102-
"@rimbu/collection-types": "^2.1.2",
103-
"@rimbu/common": "^2.0.1",
104-
"@rimbu/hashed": "^2.1.2",
105-
"@rimbu/sorted": "^2.1.2",
106-
"@rimbu/stream": "^2.2.0",
101+
"@rimbu/base": "^2.0.2",
102+
"@rimbu/collection-types": "^2.1.3",
103+
"@rimbu/common": "^2.0.2",
104+
"@rimbu/hashed": "^2.1.3",
105+
"@rimbu/sorted": "^2.1.3",
106+
"@rimbu/stream": "^2.2.1",
107107
"tslib": "^2.6.2"
108108
},
109109
"publishConfig": {

packages/hashed/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.1.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/hashed
9+
610
## [2.1.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-06-28)
711

812
### Bug Fixes

packages/hashed/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/hashed",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Immutable HashMap and HashSet implementations for TypeScript",
55
"keywords": [
66
"hashmap",
@@ -146,11 +146,11 @@
146146
"typecheck": "tsc"
147147
},
148148
"dependencies": {
149-
"@rimbu/base": "^2.0.1",
150-
"@rimbu/collection-types": "^2.1.2",
151-
"@rimbu/common": "^2.0.1",
152-
"@rimbu/list": "^2.1.2",
153-
"@rimbu/stream": "^2.2.0",
149+
"@rimbu/base": "^2.0.2",
150+
"@rimbu/collection-types": "^2.1.3",
151+
"@rimbu/common": "^2.0.2",
152+
"@rimbu/list": "^2.1.3",
153+
"@rimbu/stream": "^2.2.1",
154154
"tslib": "^2.6.2"
155155
},
156156
"publishConfig": {

packages/list/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.1.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2025-05-16)
7+
8+
**Note:** Version bump only for package @rimbu/list
9+
610
## [2.1.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/[email protected]...@rimbu/[email protected]) (2024-06-28)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)