Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 18, 2023
1 parent d648793 commit 2801226
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-moles-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-moose-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-pianos-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-countries-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-cobras-drive.md

This file was deleted.

11 changes: 11 additions & 0 deletions apis/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cube-creator/core-api

## 2.3.1

### Patch Changes

- 509f4e02: Reduce memory usage which would cause high memory spikes when saving large dimensions mappings (fixes #1444)
- fd24cb05: Improve performace of the dimension mapping screen (re #1442)
- fd24cb05: Mapping would not work when dimension is mapped to a datatype other than string (re #1444)
- Updated dependencies [5a3ead58]
- Updated dependencies [a9caebfd]
- @cube-creator/shared-dimensions-api@3.0.3

## 2.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apis/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cube-creator/core-api",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"scripts": {
"build": "tsc"
Expand All @@ -10,7 +10,7 @@
"@cube-creator/core": "1.0.0",
"@cube-creator/express": "0.0.0",
"@cube-creator/model": "0.1.27",
"@cube-creator/shared-dimensions-api": "3.0.2",
"@cube-creator/shared-dimensions-api": "3.0.3",
"@hydrofoil/labyrinth": "^0.4.4",
"@rdfine/csvw": "^0.6.3",
"@rdfine/hydra": "^0.8.0",
Expand Down
7 changes: 7 additions & 0 deletions apis/shared-dimensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cube-creator/shared-dimensions-api

## 3.0.3

### Patch Changes

- 5a3ead58: Missing functionality for search when selecting Shared Dimension terms in dynamic properties (fixes #1450)
- a9caebfd: Added a better validation message to literal column's datatype (fixes #1434)

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apis/shared-dimensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cube-creator/shared-dimensions-api",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"dependencies": {
"@cube-creator/api-errors": "0.0.6",
Expand Down

0 comments on commit 2801226

Please sign in to comment.