Skip to content

Commit f0a61c7

Browse files
author
GitHub Action
committed
chore(release): publish
- @rimbu/actor@0.13.0 - @rimbu/base@1.1.0 - @rimbu/bimap@1.1.0 - @rimbu/bimultimap@1.1.0 - @rimbu/channel@0.1.0 - @rimbu/collection-types@1.1.0 - @rimbu/common@1.1.0 - @rimbu/core@1.1.0 - @rimbu/deep@1.1.0 - @rimbu/graph@1.1.0 - @rimbu/hashed@1.1.0 - @rimbu/list@1.1.0 - @rimbu/multimap@1.1.0 - @rimbu/multiset@1.1.0 - @rimbu/ordered@1.1.0 - @rimbu/proximity@1.1.0 - @rimbu/reactor@0.13.0 - @rimbu/sorted@1.1.0 - @rimbu/spy@0.6.0 - @rimbu/stream@1.1.0 - @rimbu/table@1.1.0 - @rimbu/typical@0.7.0
1 parent 2712a2e commit f0a61c7

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

+315
-113
lines changed

packages/actor/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.13.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/actor@0.12.0...@rimbu/actor@0.13.0) (2023-07-29)
7+
8+
### Bug Fixes
9+
10+
- remove import maps to restore commonjs compatibility ([a934339](https://github.com/rimbu-org/rimbu/commit/a9343391c24cdc1b256235b7b7220e0d4713cb01))
11+
12+
### Features
13+
14+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))
15+
616
# [0.12.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/actor@0.12.0-alpha.2...@rimbu/actor@0.12.0) (2023-07-03)
717

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

packages/actor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/actor",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "State management tools to create stateful logic that can be easily integrated in any framework",
55
"keywords": [
66
"redux",
@@ -91,14 +91,14 @@
9191
"typecheck": "tsc"
9292
},
9393
"dependencies": {
94-
"@rimbu/common": "^1.0.0",
94+
"@rimbu/common": "^1.1.0",
9595
"tslib": "^2.6.1"
9696
},
9797
"publishConfig": {
9898
"access": "public"
9999
},
100100
"devDependencies": {
101-
"@rimbu/stream": "^1.0.0",
101+
"@rimbu/stream": "^1.1.0",
102102
"happy-dom": "^9.20.3",
103103
"immer": "^9.0.16"
104104
}

packages/base/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [1.1.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/base@1.0.0...@rimbu/base@1.1.0) (2023-07-29)
7+
8+
### Features
9+
10+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))
11+
612
# [1.0.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/base@1.0.0-alpha.2...@rimbu/base@1.0.0) (2023-07-03)
713

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

packages/base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/base",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Utilities to implement Rimbu collections",
55
"keywords": [
66
"array",
@@ -67,7 +67,7 @@
6767
"typecheck": "tsc"
6868
},
6969
"dependencies": {
70-
"@rimbu/common": "^1.0.0",
70+
"@rimbu/common": "^1.1.0",
7171
"tslib": "^2.6.1"
7272
},
7373
"publishConfig": {

packages/bimap/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+
# [1.1.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimap@1.0.0...@rimbu/bimap@1.1.0) (2023-07-29)
7+
8+
### Bug Fixes
9+
10+
- remove import maps to restore commonjs compatibility ([a934339](https://github.com/rimbu-org/rimbu/commit/a9343391c24cdc1b256235b7b7220e0d4713cb01))
11+
12+
### Features
13+
14+
- add @rimbu/channel package ([6518576](https://github.com/rimbu-org/rimbu/commit/65185763e97e2ddc3aa2c543c3b7a96d069c8dcd))
15+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))
16+
617
# [1.0.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimap@1.0.0-alpha.2...@rimbu/bimap@1.0.0) (2023-07-03)
718

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

packages/bimap/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/bimap",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A bidirectional immutable Map of keys and values for TypeScript",
55
"keywords": [
66
"bimap",
@@ -81,11 +81,11 @@
8181
"typecheck": "tsc"
8282
},
8383
"dependencies": {
84-
"@rimbu/base": "^1.0.0",
85-
"@rimbu/collection-types": "^1.0.0",
86-
"@rimbu/common": "^1.0.0",
87-
"@rimbu/hashed": "^1.0.0",
88-
"@rimbu/stream": "^1.0.0",
84+
"@rimbu/base": "^1.1.0",
85+
"@rimbu/collection-types": "^1.1.0",
86+
"@rimbu/common": "^1.1.0",
87+
"@rimbu/hashed": "^1.1.0",
88+
"@rimbu/stream": "^1.1.0",
8989
"tslib": "^2.6.1"
9090
},
9191
"publishConfig": {

packages/bimultimap/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [1.1.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimultimap@1.0.0...@rimbu/bimultimap@1.1.0) (2023-07-29)
7+
8+
### Bug Fixes
9+
10+
- remove import maps to restore commonjs compatibility ([a934339](https://github.com/rimbu-org/rimbu/commit/a9343391c24cdc1b256235b7b7220e0d4713cb01))
11+
12+
### Features
13+
14+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))
15+
616
# [1.0.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimultimap@1.0.0-alpha.2...@rimbu/bimultimap@1.0.0) (2023-07-03)
717

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

packages/bimultimap/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/bimultimap",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A bidirectional immutable MultiMap of keys and values for TypeScript",
55
"keywords": [
66
"bimultimap",
@@ -80,13 +80,13 @@
8080
"typecheck": "tsc"
8181
},
8282
"dependencies": {
83-
"@rimbu/base": "^1.0.0",
84-
"@rimbu/collection-types": "^1.0.0",
85-
"@rimbu/common": "^1.0.0",
86-
"@rimbu/hashed": "^1.0.0",
87-
"@rimbu/multimap": "^1.0.0",
88-
"@rimbu/sorted": "^1.0.0",
89-
"@rimbu/stream": "^1.0.0",
83+
"@rimbu/base": "^1.1.0",
84+
"@rimbu/collection-types": "^1.1.0",
85+
"@rimbu/common": "^1.1.0",
86+
"@rimbu/hashed": "^1.1.0",
87+
"@rimbu/multimap": "^1.1.0",
88+
"@rimbu/sorted": "^1.1.0",
89+
"@rimbu/stream": "^1.1.0",
9090
"tslib": "^2.6.1"
9191
},
9292
"publishConfig": {

packages/channel/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2023-07-29)
7+
8+
### Bug Fixes
9+
10+
- replace usage of optlazy by asyncoptlazy ([88d41bc](https://github.com/rimbu-org/rimbu/commit/88d41bcdc1ba265a4b07835b4501bb1f6f9dde1e))
11+
12+
### Features
13+
14+
- add @rimbu/channel package ([6518576](https://github.com/rimbu-org/rimbu/commit/65185763e97e2ddc3aa2c543c3b7a96d069c8dcd))
15+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))

packages/channel/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/channel",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Channel implementation for TypeScript akin to Go Channels",
55
"keywords": [
66
"channel",
@@ -80,8 +80,8 @@
8080
"typecheck": "tsc"
8181
},
8282
"dependencies": {
83-
"@rimbu/common": "^1.0.0",
84-
"@rimbu/stream": "^1.0.0",
83+
"@rimbu/common": "^1.1.0",
84+
"@rimbu/stream": "^1.1.0",
8585
"tslib": "^2.6.1"
8686
},
8787
"publishConfig": {

packages/collection-types/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [1.1.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/collection-types@1.0.0...@rimbu/collection-types@1.1.0) (2023-07-29)
7+
8+
### Bug Fixes
9+
10+
- remove import maps to restore commonjs compatibility ([a934339](https://github.com/rimbu-org/rimbu/commit/a9343391c24cdc1b256235b7b7220e0d4713cb01))
11+
12+
### Features
13+
14+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))
15+
616
# [1.0.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/collection-types@1.0.0-alpha.2...@rimbu/collection-types@1.0.0) (2023-07-03)
717

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

packages/collection-types/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/collection-types",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Type definitions for the basic generic Rimbu collections",
55
"keywords": [
66
"definitions",
@@ -106,9 +106,9 @@
106106
"typecheck": "tsc"
107107
},
108108
"dependencies": {
109-
"@rimbu/base": "^1.0.0",
110-
"@rimbu/common": "^1.0.0",
111-
"@rimbu/stream": "^1.0.0",
109+
"@rimbu/base": "^1.1.0",
110+
"@rimbu/common": "^1.1.0",
111+
"@rimbu/stream": "^1.1.0",
112112
"tslib": "^2.6.1"
113113
},
114114
"publishConfig": {

packages/common/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+
# [1.1.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/common@1.0.0...@rimbu/common@1.1.0) (2023-07-29)
7+
8+
### Features
9+
10+
- add @rimbu/channel package ([6518576](https://github.com/rimbu-org/rimbu/commit/65185763e97e2ddc3aa2c543c3b7a96d069c8dcd))
11+
- **common:** remove unused staticonly utilities ([aa74534](https://github.com/rimbu-org/rimbu/commit/aa74534083c0982cd2d21365a158fa4239159548))
12+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))
13+
614
# [1.0.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/common@1.0.0-alpha.2...@rimbu/common@1.0.0) (2023-07-03)
715

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

packages/common/package.json

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

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [1.1.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/core@1.0.0...@rimbu/core@1.1.0) (2023-07-29)
7+
8+
### Features
9+
10+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))
11+
612
# [1.0.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/core@1.0.0-alpha.2...@rimbu/core@1.0.0) (2023-07-03)
713

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

packages/core/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/core",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Immutable collections and tools for TypeScript",
55
"keywords": [
66
"collection",
@@ -97,21 +97,21 @@
9797
"typecheck": "tsc"
9898
},
9999
"dependencies": {
100-
"@rimbu/bimap": "^1.0.0",
101-
"@rimbu/bimultimap": "^1.0.0",
102-
"@rimbu/collection-types": "^1.0.0",
103-
"@rimbu/common": "^1.0.0",
104-
"@rimbu/deep": "^1.0.0",
105-
"@rimbu/graph": "^1.0.0",
106-
"@rimbu/hashed": "^1.0.0",
107-
"@rimbu/list": "^1.0.0",
108-
"@rimbu/multimap": "^1.0.0",
109-
"@rimbu/multiset": "^1.0.0",
110-
"@rimbu/ordered": "^1.0.0",
111-
"@rimbu/proximity": "^1.0.0",
112-
"@rimbu/sorted": "^1.0.0",
113-
"@rimbu/stream": "^1.0.0",
114-
"@rimbu/table": "^1.0.0",
100+
"@rimbu/bimap": "^1.1.0",
101+
"@rimbu/bimultimap": "^1.1.0",
102+
"@rimbu/collection-types": "^1.1.0",
103+
"@rimbu/common": "^1.1.0",
104+
"@rimbu/deep": "^1.1.0",
105+
"@rimbu/graph": "^1.1.0",
106+
"@rimbu/hashed": "^1.1.0",
107+
"@rimbu/list": "^1.1.0",
108+
"@rimbu/multimap": "^1.1.0",
109+
"@rimbu/multiset": "^1.1.0",
110+
"@rimbu/ordered": "^1.1.0",
111+
"@rimbu/proximity": "^1.1.0",
112+
"@rimbu/sorted": "^1.1.0",
113+
"@rimbu/stream": "^1.1.0",
114+
"@rimbu/table": "^1.1.0",
115115
"tslib": "^2.6.1"
116116
},
117117
"publishConfig": {

packages/deep/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [1.1.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/deep@1.0.0...@rimbu/deep@1.1.0) (2023-07-29)
7+
8+
### Features
9+
10+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))
11+
612
# [1.0.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/deep@1.0.0-alpha.2...@rimbu/deep@1.0.0) (2023-07-03)
713

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

packages/deep/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/deep",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Tools to use handle plain JS objects as immutable objects",
55
"keywords": [
66
"immutable",
@@ -72,8 +72,8 @@
7272
"typecheck": "tsc"
7373
},
7474
"dependencies": {
75-
"@rimbu/base": "^1.0.0",
76-
"@rimbu/common": "^1.0.0",
75+
"@rimbu/base": "^1.1.0",
76+
"@rimbu/common": "^1.1.0",
7777
"tslib": "^2.6.1"
7878
},
7979
"publishConfig": {

packages/graph/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [1.1.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/graph@1.0.0...@rimbu/graph@1.1.0) (2023-07-29)
7+
8+
### Bug Fixes
9+
10+
- remove import maps to restore commonjs compatibility ([a934339](https://github.com/rimbu-org/rimbu/commit/a9343391c24cdc1b256235b7b7220e0d4713cb01))
11+
12+
### Features
13+
14+
- update tslib version and extend channel documentation ([6eb46d0](https://github.com/rimbu-org/rimbu/commit/6eb46d07b9b7469febd316306146b04f43b1ebb5))
15+
616
# [1.0.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/graph@1.0.0-alpha.2...@rimbu/graph@1.0.0) (2023-07-03)
717

818
**Note:** Version bump only for package @rimbu/graph

packages/graph/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rimbu/graph",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Immutable Graph data structures for TypeScript",
55
"keywords": [
66
"graph",
@@ -88,12 +88,12 @@
8888
"typecheck": "tsc"
8989
},
9090
"dependencies": {
91-
"@rimbu/base": "^1.0.0",
92-
"@rimbu/collection-types": "^1.0.0",
93-
"@rimbu/common": "^1.0.0",
94-
"@rimbu/hashed": "^1.0.0",
95-
"@rimbu/sorted": "^1.0.0",
96-
"@rimbu/stream": "^1.0.0",
91+
"@rimbu/base": "^1.1.0",
92+
"@rimbu/collection-types": "^1.1.0",
93+
"@rimbu/common": "^1.1.0",
94+
"@rimbu/hashed": "^1.1.0",
95+
"@rimbu/sorted": "^1.1.0",
96+
"@rimbu/stream": "^1.1.0",
9797
"tslib": "^2.6.1"
9898
},
9999
"publishConfig": {

0 commit comments

Comments
 (0)