Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @rimbu/actor@0.11.5
 - @rimbu/bimap@0.11.4
 - @rimbu/bimultimap@0.10.4
 - @rimbu/collection-types@0.10.4
 - @rimbu/core@0.11.4
 - @rimbu/deep@0.14.4
 - @rimbu/graph@0.11.4
 - @rimbu/hashed@0.9.4
 - @rimbu/list@0.12.0
 - @rimbu/multimap@0.10.4
 - @rimbu/multiset@0.11.0
 - @rimbu/ordered@0.9.4
 - @rimbu/reactor@0.11.5
 - @rimbu/sorted@0.10.4
 - @rimbu/stream@0.13.4
 - @rimbu/table@0.10.4
  • Loading branch information
GitHub Action committed Apr 27, 2023
1 parent 75b8972 commit 8f83f7b
Show file tree
Hide file tree
Showing 32 changed files with 139 additions and 71 deletions.
4 changes: 4 additions & 0 deletions packages/actor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.5](https://github.com/rimbu-org/rimbu/compare/@rimbu/actor@0.11.4...@rimbu/actor@0.11.5) (2023-04-27)

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

## [0.11.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/actor@0.11.3...@rimbu/actor@0.11.4) (2023-04-26)

**Note:** Version bump only for package @rimbu/actor
Expand Down
6 changes: 3 additions & 3 deletions packages/actor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/actor",
"version": "0.11.4",
"version": "0.11.5",
"description": "State management tools to create stateful logic that can be easily integrated in any framework",
"keywords": [
"redux",
Expand Down Expand Up @@ -89,8 +89,8 @@
"access": "public"
},
"devDependencies": {
"@rimbu/deep": "^0.14.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/deep": "^0.14.4",
"@rimbu/stream": "^0.13.4",
"immer": "^9.0.16"
}
}
4 changes: 4 additions & 0 deletions packages/bimap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimap@0.11.3...@rimbu/bimap@0.11.4) (2023-04-27)

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

## [0.11.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimap@0.11.2...@rimbu/bimap@0.11.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/bimap
Expand Down
8 changes: 4 additions & 4 deletions packages/bimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/bimap",
"version": "0.11.3",
"version": "0.11.4",
"description": "A bidirectional immutable Map of keys and values for TypeScript",
"keywords": [
"bimap",
Expand Down Expand Up @@ -76,10 +76,10 @@
"sideEffects": false,
"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.3",
"@rimbu/collection-types": "^0.10.4",
"@rimbu/common": "^0.12.3",
"@rimbu/hashed": "^0.9.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/hashed": "^0.9.4",
"@rimbu/stream": "^0.13.4",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/bimultimap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimultimap@0.10.3...@rimbu/bimultimap@0.10.4) (2023-04-27)

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

## [0.10.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/bimultimap@0.10.2...@rimbu/bimultimap@0.10.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/bimultimap
Expand Down
12 changes: 6 additions & 6 deletions packages/bimultimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/bimultimap",
"version": "0.10.3",
"version": "0.10.4",
"description": "A bidirectional immutable MultiMap of keys and values for TypeScript",
"keywords": [
"bimultimap",
Expand Down Expand Up @@ -75,12 +75,12 @@
"sideEffects": false,
"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.3",
"@rimbu/collection-types": "^0.10.4",
"@rimbu/common": "^0.12.3",
"@rimbu/hashed": "^0.9.3",
"@rimbu/multimap": "^0.10.3",
"@rimbu/sorted": "^0.10.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/hashed": "^0.9.4",
"@rimbu/multimap": "^0.10.4",
"@rimbu/sorted": "^0.10.4",
"@rimbu/stream": "^0.13.4",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/collection-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/collection-types@0.10.3...@rimbu/collection-types@0.10.4) (2023-04-27)

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

## [0.10.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/collection-types@0.10.2...@rimbu/collection-types@0.10.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/collection-types
Expand Down
4 changes: 2 additions & 2 deletions packages/collection-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/collection-types",
"version": "0.10.3",
"version": "0.10.4",
"description": "Type definitions for the basic generic Rimbu collections",
"keywords": [
"definitions",
Expand Down Expand Up @@ -104,7 +104,7 @@
"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/common": "^0.12.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/stream": "^0.13.4",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/core@0.11.3...@rimbu/core@0.11.4) (2023-04-27)

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

## [0.11.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/core@0.11.2...@rimbu/core@0.11.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/core
Expand Down
28 changes: 14 additions & 14 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/core",
"version": "0.11.3",
"version": "0.11.4",
"description": "Immutable collections and tools for TypeScript",
"keywords": [
"collection",
Expand Down Expand Up @@ -83,20 +83,20 @@
},
"sideEffects": false,
"dependencies": {
"@rimbu/bimap": "^0.11.3",
"@rimbu/bimultimap": "^0.10.3",
"@rimbu/collection-types": "^0.10.3",
"@rimbu/bimap": "^0.11.4",
"@rimbu/bimultimap": "^0.10.4",
"@rimbu/collection-types": "^0.10.4",
"@rimbu/common": "^0.12.3",
"@rimbu/deep": "^0.14.3",
"@rimbu/graph": "^0.11.3",
"@rimbu/hashed": "^0.9.3",
"@rimbu/list": "^0.11.3",
"@rimbu/multimap": "^0.10.3",
"@rimbu/multiset": "^0.10.3",
"@rimbu/ordered": "^0.9.3",
"@rimbu/sorted": "^0.10.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/table": "^0.10.3",
"@rimbu/deep": "^0.14.4",
"@rimbu/graph": "^0.11.4",
"@rimbu/hashed": "^0.9.4",
"@rimbu/list": "^0.12.0",
"@rimbu/multimap": "^0.10.4",
"@rimbu/multiset": "^0.11.0",
"@rimbu/ordered": "^0.9.4",
"@rimbu/sorted": "^0.10.4",
"@rimbu/stream": "^0.13.4",
"@rimbu/table": "^0.10.4",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/deep/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/deep@0.14.3...@rimbu/deep@0.14.4) (2023-04-27)

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

## [0.14.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/deep@0.14.2...@rimbu/deep@0.14.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/deep
Expand Down
2 changes: 1 addition & 1 deletion packages/deep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/deep",
"version": "0.14.3",
"version": "0.14.4",
"description": "Tools to use handle plain JS objects as immutable objects",
"keywords": [
"immutable",
Expand Down
4 changes: 4 additions & 0 deletions packages/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/graph@0.11.3...@rimbu/graph@0.11.4) (2023-04-27)

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

## [0.11.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/graph@0.11.2...@rimbu/graph@0.11.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/graph
Expand Down
10 changes: 5 additions & 5 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/graph",
"version": "0.11.3",
"version": "0.11.4",
"description": "Immutable Graph data structures for TypeScript",
"keywords": [
"graph",
Expand Down Expand Up @@ -83,11 +83,11 @@
"sideEffects": false,
"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.3",
"@rimbu/collection-types": "^0.10.4",
"@rimbu/common": "^0.12.3",
"@rimbu/hashed": "^0.9.3",
"@rimbu/sorted": "^0.10.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/hashed": "^0.9.4",
"@rimbu/sorted": "^0.10.4",
"@rimbu/stream": "^0.13.4",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/hashed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/hashed@0.9.3...@rimbu/hashed@0.9.4) (2023-04-27)

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

## [0.9.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/hashed@0.9.2...@rimbu/hashed@0.9.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/hashed
Expand Down
8 changes: 4 additions & 4 deletions packages/hashed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/hashed",
"version": "0.9.3",
"version": "0.9.4",
"description": "Immutable HashMap and HashSet implementations for TypeScript",
"keywords": [
"hashmap",
Expand Down Expand Up @@ -107,10 +107,10 @@
"sideEffects": false,
"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.3",
"@rimbu/collection-types": "^0.10.4",
"@rimbu/common": "^0.12.3",
"@rimbu/list": "^0.11.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/list": "^0.12.0",
"@rimbu/stream": "^0.13.4",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/list@0.11.3...@rimbu/list@0.12.0) (2023-04-27)

### Features

- update from TypeScript 4 to latest version 5 ([7085d75](https://github.com/rimbu-org/rimbu/commit/7085d758f8874c2ce822de1d95732ec4bc98ee43))

## [0.11.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/list@0.11.2...@rimbu/list@0.11.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/list
Expand Down
6 changes: 3 additions & 3 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/list",
"version": "0.11.3",
"version": "0.12.0",
"description": "An efficient immutable ordered sequence of elements akin to a Vector",
"keywords": [
"list",
Expand Down Expand Up @@ -81,9 +81,9 @@
"sideEffects": false,
"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.3",
"@rimbu/collection-types": "^0.10.4",
"@rimbu/common": "^0.12.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/stream": "^0.13.4",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/multimap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/multimap@0.10.3...@rimbu/multimap@0.10.4) (2023-04-27)

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

## [0.10.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/multimap@0.10.2...@rimbu/multimap@0.10.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/multimap
Expand Down
10 changes: 5 additions & 5 deletions packages/multimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/multimap",
"version": "0.10.3",
"version": "0.10.4",
"description": "An immutable Map where each key can have multiple values",
"keywords": [
"multimap",
Expand Down Expand Up @@ -80,11 +80,11 @@
"sideEffects": false,
"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.3",
"@rimbu/collection-types": "^0.10.4",
"@rimbu/common": "^0.12.3",
"@rimbu/hashed": "^0.9.3",
"@rimbu/sorted": "^0.10.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/hashed": "^0.9.4",
"@rimbu/sorted": "^0.10.4",
"@rimbu/stream": "^0.13.4",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/multiset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/rimbu-org/rimbu/compare/@rimbu/multiset@0.10.3...@rimbu/multiset@0.11.0) (2023-04-27)

### Features

- update from TypeScript 4 to latest version 5 ([7085d75](https://github.com/rimbu-org/rimbu/commit/7085d758f8874c2ce822de1d95732ec4bc98ee43))

## [0.10.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/multiset@0.10.2...@rimbu/multiset@0.10.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/multiset
Expand Down
10 changes: 5 additions & 5 deletions packages/multiset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/multiset",
"version": "0.10.3",
"version": "0.11.0",
"description": "An immutable Set where each element can occur multiple times",
"keywords": [
"multiset",
Expand Down Expand Up @@ -79,11 +79,11 @@
"sideEffects": false,
"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.3",
"@rimbu/collection-types": "^0.10.4",
"@rimbu/common": "^0.12.3",
"@rimbu/hashed": "^0.9.3",
"@rimbu/sorted": "^0.10.3",
"@rimbu/stream": "^0.13.3",
"@rimbu/hashed": "^0.9.4",
"@rimbu/sorted": "^0.10.4",
"@rimbu/stream": "^0.13.4",
"tslib": "^2.5.0"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/ordered/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.4](https://github.com/rimbu-org/rimbu/compare/@rimbu/ordered@0.9.3...@rimbu/ordered@0.9.4) (2023-04-27)

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

## [0.9.3](https://github.com/rimbu-org/rimbu/compare/@rimbu/ordered@0.9.2...@rimbu/ordered@0.9.3) (2023-04-26)

**Note:** Version bump only for package @rimbu/ordered
Expand Down
Loading

0 comments on commit 8f83f7b

Please sign in to comment.