Skip to content

Commit 5081451

Browse files
committed
Merge branch 'main' of github.com:rimbu-org/rimbu into main
2 parents 3998728 + 99e1376 commit 5081451

28 files changed

+184
-64
lines changed

packages/bimap/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.9.16](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimap@0.9.15...@rimbu/bimap@0.9.16) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/bimap
9+
10+
11+
12+
13+
614
## [0.9.15](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimap@0.9.14...@rimbu/bimap@0.9.15) (2022-06-07)
715

816
**Note:** Version bump only for package @rimbu/bimap

packages/bimap/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/bimap",
3-
"version": "0.9.15",
3+
"version": "0.9.16",
44
"description": "A bidirectional immutable Map of keys and values for TypeScript",
55
"keywords": [
66
"bimap",
@@ -60,10 +60,10 @@
6060
"sideEffects": false,
6161
"dependencies": {
6262
"@rimbu/base": "^0.9.2",
63-
"@rimbu/collection-types": "^0.9.13",
63+
"@rimbu/collection-types": "^0.9.14",
6464
"@rimbu/common": "^0.10.0",
65-
"@rimbu/hashed": "^0.8.15",
66-
"@rimbu/stream": "^0.11.0",
65+
"@rimbu/hashed": "^0.8.16",
66+
"@rimbu/stream": "^0.12.0",
6767
"tslib": "^2.4.0"
6868
},
6969
"publishConfig": {

packages/bimultimap/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.9.16](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimultimap@0.9.15...@rimbu/bimultimap@0.9.16) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/bimultimap
9+
10+
11+
12+
13+
614
## [0.9.15](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimultimap@0.9.14...@rimbu/bimultimap@0.9.15) (2022-06-07)
715

816
**Note:** Version bump only for package @rimbu/bimultimap

packages/bimultimap/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/bimultimap",
3-
"version": "0.9.15",
3+
"version": "0.9.16",
44
"description": "A bidirectional immutable MultiMap of keys and values for TypeScript",
55
"keywords": [
66
"bimultimap",
@@ -59,12 +59,12 @@
5959
"sideEffects": false,
6060
"dependencies": {
6161
"@rimbu/base": "^0.9.2",
62-
"@rimbu/collection-types": "^0.9.13",
62+
"@rimbu/collection-types": "^0.9.14",
6363
"@rimbu/common": "^0.10.0",
64-
"@rimbu/hashed": "^0.8.15",
65-
"@rimbu/multimap": "^0.9.15",
66-
"@rimbu/sorted": "^0.9.13",
67-
"@rimbu/stream": "^0.11.0",
64+
"@rimbu/hashed": "^0.8.16",
65+
"@rimbu/multimap": "^0.9.16",
66+
"@rimbu/sorted": "^0.9.14",
67+
"@rimbu/stream": "^0.12.0",
6868
"tslib": "^2.4.0"
6969
},
7070
"publishConfig": {

packages/collection-types/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.9.14](https://github.com/rimbu-org/rimbu/compare/@rimbu/collection-types@0.9.13...@rimbu/collection-types@0.9.14) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/collection-types
9+
10+
11+
12+
13+
614
## [0.9.13](https://github.com/rimbu-org/rimbu/compare/@rimbu/collection-types@0.9.12...@rimbu/collection-types@0.9.13) (2022-06-07)
715

816
**Note:** Version bump only for package @rimbu/collection-types

packages/collection-types/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/collection-types",
3-
"version": "0.9.13",
3+
"version": "0.9.14",
44
"description": "Type definitions for the basic generic Rimbu collections",
55
"keywords": [
66
"definitions",
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"@rimbu/base": "^0.9.2",
6666
"@rimbu/common": "^0.10.0",
67-
"@rimbu/stream": "^0.11.0",
67+
"@rimbu/stream": "^0.12.0",
6868
"tslib": "^2.4.0"
6969
},
7070
"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.9.18](https://github.com/rimbu-org/rimbu/compare/@rimbu/core@0.9.17...@rimbu/core@0.9.18) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/core
9+
10+
11+
12+
13+
614
## [0.9.17](https://github.com/rimbu-org/rimbu/compare/@rimbu/core@0.9.16...@rimbu/core@0.9.17) (2022-06-07)
715

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

packages/core/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/core",
3-
"version": "0.9.17",
3+
"version": "0.9.18",
44
"description": "Immutable collections and tools for TypeScript",
55
"keywords": [
66
"collection",
@@ -67,20 +67,20 @@
6767
},
6868
"sideEffects": false,
6969
"dependencies": {
70-
"@rimbu/bimap": "^0.9.15",
71-
"@rimbu/bimultimap": "^0.9.15",
72-
"@rimbu/collection-types": "^0.9.13",
70+
"@rimbu/bimap": "^0.9.16",
71+
"@rimbu/bimultimap": "^0.9.16",
72+
"@rimbu/collection-types": "^0.9.14",
7373
"@rimbu/common": "^0.10.0",
7474
"@rimbu/deep": "^0.11.0",
75-
"@rimbu/graph": "^0.10.0",
76-
"@rimbu/hashed": "^0.8.15",
77-
"@rimbu/list": "^0.10.15",
78-
"@rimbu/multimap": "^0.9.15",
79-
"@rimbu/multiset": "^0.9.15",
80-
"@rimbu/ordered": "^0.8.15",
81-
"@rimbu/sorted": "^0.9.13",
82-
"@rimbu/stream": "^0.11.0",
83-
"@rimbu/table": "^0.9.15",
75+
"@rimbu/graph": "^0.10.1",
76+
"@rimbu/hashed": "^0.8.16",
77+
"@rimbu/list": "^0.10.16",
78+
"@rimbu/multimap": "^0.9.16",
79+
"@rimbu/multiset": "^0.9.16",
80+
"@rimbu/ordered": "^0.8.16",
81+
"@rimbu/sorted": "^0.9.14",
82+
"@rimbu/stream": "^0.12.0",
83+
"@rimbu/table": "^0.9.16",
8484
"tslib": "^2.4.0"
8585
},
8686
"publishConfig": {

packages/graph/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/graph@0.10.0...@rimbu/graph@0.10.1) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/graph
9+
10+
11+
12+
13+
614
# [0.10.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/graph@0.9.15...@rimbu/graph@0.10.0) (2022-06-07)
715

816

packages/graph/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/graph",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Immutable Graph data structures for TypeScript",
55
"keywords": [
66
"graph",
@@ -66,11 +66,11 @@
6666
},
6767
"sideEffects": false,
6868
"dependencies": {
69-
"@rimbu/collection-types": "^0.9.13",
69+
"@rimbu/collection-types": "^0.9.14",
7070
"@rimbu/common": "^0.10.0",
71-
"@rimbu/hashed": "^0.8.15",
72-
"@rimbu/sorted": "^0.9.13",
73-
"@rimbu/stream": "^0.11.0",
71+
"@rimbu/hashed": "^0.8.16",
72+
"@rimbu/sorted": "^0.9.14",
73+
"@rimbu/stream": "^0.12.0",
7474
"tslib": "^2.4.0"
7575
},
7676
"publishConfig": {

packages/hashed/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.8.16](https://github.com/rimbu-org/rimbu/compare/@rimbu/hashed@0.8.15...@rimbu/hashed@0.8.16) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/hashed
9+
10+
11+
12+
13+
614
## [0.8.15](https://github.com/rimbu-org/rimbu/compare/@rimbu/hashed@0.8.14...@rimbu/hashed@0.8.15) (2022-06-07)
715

816
**Note:** Version bump only for package @rimbu/hashed

packages/hashed/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/hashed",
3-
"version": "0.8.15",
3+
"version": "0.8.16",
44
"description": "Immutable HashMap and HashSet implementations for TypeScript",
55
"keywords": [
66
"hashmap",
@@ -70,10 +70,10 @@
7070
"sideEffects": false,
7171
"dependencies": {
7272
"@rimbu/base": "^0.9.2",
73-
"@rimbu/collection-types": "^0.9.13",
73+
"@rimbu/collection-types": "^0.9.14",
7474
"@rimbu/common": "^0.10.0",
75-
"@rimbu/list": "^0.10.15",
76-
"@rimbu/stream": "^0.11.0",
75+
"@rimbu/list": "^0.10.16",
76+
"@rimbu/stream": "^0.12.0",
7777
"tslib": "^2.4.0"
7878
},
7979
"publishConfig": {

packages/list/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.16](https://github.com/rimbu-org/rimbu/compare/@rimbu/list@0.10.15...@rimbu/list@0.10.16) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/list
9+
10+
11+
12+
13+
614
## [0.10.15](https://github.com/rimbu-org/rimbu/compare/@rimbu/list@0.10.14...@rimbu/list@0.10.15) (2022-06-07)
715

816
**Note:** Version bump only for package @rimbu/list

packages/list/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/list",
3-
"version": "0.10.15",
3+
"version": "0.10.16",
44
"description": "An efficient immutable ordered sequence of elements akin to a Vector",
55
"keywords": [
66
"list",
@@ -65,9 +65,9 @@
6565
"sideEffects": false,
6666
"dependencies": {
6767
"@rimbu/base": "^0.9.2",
68-
"@rimbu/collection-types": "^0.9.13",
68+
"@rimbu/collection-types": "^0.9.14",
6969
"@rimbu/common": "^0.10.0",
70-
"@rimbu/stream": "^0.11.0",
70+
"@rimbu/stream": "^0.12.0",
7171
"tslib": "^2.4.0"
7272
},
7373
"publishConfig": {

packages/multimap/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.9.16](https://github.com/rimbu-org/rimbu/compare/@rimbu/multimap@0.9.15...@rimbu/multimap@0.9.16) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/multimap
9+
10+
11+
12+
13+
614
## [0.9.15](https://github.com/rimbu-org/rimbu/compare/@rimbu/multimap@0.9.14...@rimbu/multimap@0.9.15) (2022-06-07)
715

816
**Note:** Version bump only for package @rimbu/multimap

packages/multimap/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/multimap",
3-
"version": "0.9.15",
3+
"version": "0.9.16",
44
"description": "An immutable Map where each key can have multiple values",
55
"keywords": [
66
"multimap",
@@ -64,11 +64,11 @@
6464
"sideEffects": false,
6565
"dependencies": {
6666
"@rimbu/base": "^0.9.2",
67-
"@rimbu/collection-types": "^0.9.13",
67+
"@rimbu/collection-types": "^0.9.14",
6868
"@rimbu/common": "^0.10.0",
69-
"@rimbu/hashed": "^0.8.15",
70-
"@rimbu/sorted": "^0.9.13",
71-
"@rimbu/stream": "^0.11.0",
69+
"@rimbu/hashed": "^0.8.16",
70+
"@rimbu/sorted": "^0.9.14",
71+
"@rimbu/stream": "^0.12.0",
7272
"tslib": "^2.4.0"
7373
},
7474
"publishConfig": {

packages/multiset/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.9.16](https://github.com/rimbu-org/rimbu/compare/@rimbu/multiset@0.9.15...@rimbu/multiset@0.9.16) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/multiset
9+
10+
11+
12+
13+
614
## [0.9.15](https://github.com/rimbu-org/rimbu/compare/@rimbu/multiset@0.9.14...@rimbu/multiset@0.9.15) (2022-06-07)
715

816
**Note:** Version bump only for package @rimbu/multiset

packages/multiset/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/multiset",
3-
"version": "0.9.15",
3+
"version": "0.9.16",
44
"description": "An immutable Set where each element can occur multiple times",
55
"keywords": [
66
"multiset",
@@ -63,11 +63,11 @@
6363
"sideEffects": false,
6464
"dependencies": {
6565
"@rimbu/base": "^0.9.2",
66-
"@rimbu/collection-types": "^0.9.13",
66+
"@rimbu/collection-types": "^0.9.14",
6767
"@rimbu/common": "^0.10.0",
68-
"@rimbu/hashed": "^0.8.15",
69-
"@rimbu/sorted": "^0.9.13",
70-
"@rimbu/stream": "^0.11.0",
68+
"@rimbu/hashed": "^0.8.16",
69+
"@rimbu/sorted": "^0.9.14",
70+
"@rimbu/stream": "^0.12.0",
7171
"tslib": "^2.4.0"
7272
},
7373
"publishConfig": {

packages/ordered/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.8.16](https://github.com/rimbu-org/rimbu/compare/@rimbu/ordered@0.8.15...@rimbu/ordered@0.8.16) (2022-06-10)
7+
8+
**Note:** Version bump only for package @rimbu/ordered
9+
10+
11+
12+
13+
614
## [0.8.15](https://github.com/rimbu-org/rimbu/compare/@rimbu/ordered@0.8.14...@rimbu/ordered@0.8.15) (2022-06-07)
715

816
**Note:** Version bump only for package @rimbu/ordered

packages/ordered/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/ordered",
3-
"version": "0.8.15",
3+
"version": "0.8.16",
44
"description": "Immutable OrderedMap and OrderedSet implementations for TypeScript",
55
"keywords": [
66
"orderedmap",
@@ -69,12 +69,12 @@
6969
"sideEffects": false,
7070
"dependencies": {
7171
"@rimbu/base": "^0.9.2",
72-
"@rimbu/collection-types": "^0.9.13",
72+
"@rimbu/collection-types": "^0.9.14",
7373
"@rimbu/common": "^0.10.0",
74-
"@rimbu/hashed": "^0.8.15",
75-
"@rimbu/list": "^0.10.15",
76-
"@rimbu/sorted": "^0.9.13",
77-
"@rimbu/stream": "^0.11.0",
74+
"@rimbu/hashed": "^0.8.16",
75+
"@rimbu/list": "^0.10.16",
76+
"@rimbu/sorted": "^0.9.14",
77+
"@rimbu/stream": "^0.12.0",
7878
"tslib": "^2.4.0"
7979
},
8080
"publishConfig": {

0 commit comments

Comments
 (0)