Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Oct 22, 2024
1 parent 1d179e2 commit 11ec18f
Show file tree
Hide file tree
Showing 18 changed files with 74 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-hairs-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-grapes-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-olives-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-carrots-brake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loud-news-drop.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/metal-pots-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-hotels-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-clocks-shop.md

This file was deleted.

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

## 2.4.0

### Minor Changes

- 47b072a: Choose validation profile based on publishing target
- 1b02005: Added resources to Opendata.swiss cube metadata (`dcat:Distribution`). re https://gitlab.ldbar.ch/bafu/visualize/-/issues/560

### Patch Changes

- 0241dbd: Fix: set correct `cube:observedBy` during transform
- Updated dependencies [eb83409]
- Updated dependencies [0241dbd]
- Updated dependencies [47b072a]
- @cube-creator/shared-dimensions-api@3.2.0
- @cube-creator/model@0.2.0

## 2.3.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "2.4.0",
"private": true,
"scripts": {
"build": "tsc"
Expand All @@ -9,8 +9,8 @@
"@cube-creator/api-errors": "0.0.6",
"@cube-creator/core": "1.0.0",
"@cube-creator/express": "0.0.0",
"@cube-creator/model": "0.1.27",
"@cube-creator/shared-dimensions-api": "3.1.0",
"@cube-creator/model": "0.2.0",
"@cube-creator/shared-dimensions-api": "3.2.0",
"@hydrofoil/labyrinth": "^0.4.4",
"@rdfine/csvw": "^0.6.3",
"@rdfine/hydra": "^0.8.0",
Expand Down
10 changes: 10 additions & 0 deletions apis/shared-dimensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cube-creator/shared-dimensions-api

## 3.2.0

### Minor Changes

- 47b072a: Choose validation profile based on publishing target

### Patch Changes

- eb83409: Querying hierarchies could cause `414 (URI Too Long)` error (re #1544)

## 3.1.0

### Minor 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.1.0",
"version": "3.2.0",
"private": true,
"dependencies": {
"@cube-creator/api-errors": "0.0.6",
Expand Down
15 changes: 15 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @cube-creator/cli

## 4.1.0

### Minor Changes

- 47b072a: Choose validation profile based on publishing target

### Patch Changes

- 1d179e2: Re-enable validation of RDF Lists in publishing pipeline
- 0241dbd: Fix: set correct `cube:observedBy` during transform
- 5e6e9a6: fix: missing shape files in docker image caused Publish pipeline to fail
- Updated dependencies [0241dbd]
- Updated dependencies [47b072a]
- @cube-creator/model@0.2.0

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cube-creator/cli",
"version": "4.0.0",
"version": "4.1.0",
"description": "Runs a pipeline to create an RDF data cube",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@cube-creator/core": "1.0.0",
"@cube-creator/model": "0.1.27",
"@cube-creator/model": "0.2.0",
"@opentelemetry/api": "^1.4.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.35.1",
"@opentelemetry/instrumentation-http": "^0.35.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cube-creator/model

## 0.2.0

### Minor Changes

- 47b072a: Choose validation profile based on publishing target

### Patch Changes

- 0241dbd: Fix: set correct `cube:observedBy` during transform

## 0.1.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cube-creator/model",
"version": "0.1.27",
"version": "0.2.0",
"private": true,
"dependencies": {
"@cube-creator/core": "1.0.0",
Expand Down
14 changes: 14 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @cube-creator/ui

## 1.14.0

### Minor Changes

- 47b072a: Choose validation profile based on publishing target

### Patch Changes

- 1b10591: Increase the default width of metadata panel
- 1b10591: Improve rendering of translated form fields to fill available space
- Updated dependencies [0241dbd]
- Updated dependencies [47b072a]
- @cube-creator/model@0.2.0

## 1.13.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cube-creator/ui",
"version": "1.13.8",
"version": "1.14.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@ckpack/vue-color": "^1.1.8",
"@cube-creator/core": "1.0.0",
"@cube-creator/model": "0.1.27",
"@cube-creator/model": "0.2.0",
"@fortawesome/fontawesome-svg-core": "~1.2.32",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
Expand Down

0 comments on commit 11ec18f

Please sign in to comment.