Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @rimbu/core@1.1.2
 - @rimbu/table@1.1.2
  • Loading branch information
GitHub Action committed Dec 25, 2023
1 parent 263402c commit 8acb80f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
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.

## [1.1.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/core@1.1.1...@rimbu/core@1.1.2) (2023-12-25)

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

## [1.1.1](https://github.com/rimbu-org/rimbu/compare/@rimbu/core@1.1.0...@rimbu/core@1.1.1) (2023-12-09)

**Note:** Version bump only for package @rimbu/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/core",
"version": "1.1.1",
"version": "1.1.2",
"description": "Immutable collections and tools for TypeScript",
"keywords": [
"collection",
Expand Down Expand Up @@ -111,7 +111,7 @@
"@rimbu/proximity": "^1.1.1",
"@rimbu/sorted": "^1.1.1",
"@rimbu/stream": "^1.1.1",
"@rimbu/table": "^1.1.1",
"@rimbu/table": "^1.1.2",
"tslib": "^2.6.1"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/table/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.

## [1.1.2](https://github.com/rimbu-org/rimbu/compare/@rimbu/table@1.1.1...@rimbu/table@1.1.2) (2023-12-25)

### Bug Fixes

- **table:** fix Table.Builder modifyAt not updating values in some cases ([ccde660](https://github.com/rimbu-org/rimbu/commit/ccde6608d5c1836013a781866d9696a5b9d75960))

## [1.1.1](https://github.com/rimbu-org/rimbu/compare/@rimbu/table@1.1.0...@rimbu/table@1.1.1) (2023-12-09)

**Note:** Version bump only for package @rimbu/table
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rimbu/table",
"version": "1.1.1",
"version": "1.1.2",
"description": "Immutable spreadsheet-like data structures containing row keys, column keys, and cell values",
"keywords": [
"table",
Expand Down

0 comments on commit 8acb80f

Please sign in to comment.