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 Nov 6, 2024
1 parent f0f22a9 commit fa2db49
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 25 deletions.
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.

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.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]
- @cube-creator/shared-dimensions-api@3.2.1
- @cube-creator/model@0.2.1

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

## 3.2.1

### 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.2.1",
"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
7 changes: 7 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cube-creator/ui

## 1.14.1

### Patch Changes

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

## 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.14.1",
"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

0 comments on commit fa2db49

Please sign in to comment.