Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to release #1553

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-humans-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-goats-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-grapes-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-coats-hide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-toes-design.md

This file was deleted.

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

## 2.4.2

### Patch Changes

- 9fbee49: Guess default column datatype from CSV sample values
- 0b23110: Added profile for FOAG (Bundesamt für Landwirtschaft)
- Updated dependencies [2d4d9d1]
- Updated dependencies [9fbee49]
- Updated dependencies [48f3f2c]
- Updated dependencies [cb0abb1]
- @cube-creator/[email protected]
- @cube-creator/[email protected]

## 2.4.1

### 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.4.1",
"version": "2.4.2",
"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.2.0",
"@cube-creator/shared-dimensions-api": "3.2.0",
"@cube-creator/model": "0.2.1",
"@cube-creator/shared-dimensions-api": "3.3.0",
"@hydrofoil/labyrinth": "^0.4.4",
"@rdfine/csvw": "^0.6.3",
"@rdfine/hydra": "^0.8.0",
Expand Down
11 changes: 11 additions & 0 deletions apis/shared-dimensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cube-creator/shared-dimensions-api

## 3.3.0

### Minor Changes

- 48f3f2c: Added I14Y properties to Shared Dimensions (re https://gitlab.ldbar.ch/zazuko/misc/-/issues/195)
- cb0abb1: Hierarchies can now exist in any graph in Lindas

### Patch Changes

- 2d4d9d1: Added `Contributors` to shared dimension

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

## 4.1.1

### Patch Changes

- Updated dependencies [9fbee49]
- @cube-creator/model@0.2.1

## 4.1.0

### Minor 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.1.0",
"version": "4.1.1",
"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.2.0",
"@cube-creator/model": "0.2.1",
"@opentelemetry/api": "^1.4.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.35.1",
"@opentelemetry/instrumentation-http": "^0.35.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cube-creator/model

## 0.2.1

### Patch Changes

- 9fbee49: Guess default column datatype from CSV sample values

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"private": true,
"dependencies": {
"@cube-creator/core": "1.0.0",
Expand Down
11 changes: 11 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cube-creator/ui

## 1.15.0

### Minor Changes

- cb0abb1: Hierarchies can now exist in any graph in Lindas

### Patch Changes

- Updated dependencies [9fbee49]
- @cube-creator/[email protected]

## 1.14.0

### Minor 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.14.0",
"version": "1.15.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.2.0",
"@cube-creator/model": "0.2.1",
"@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