Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Feb 23, 2024
1 parent c74a792 commit 51517b2
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.5.0"
"version": "0.6.0"
}
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "@uwdata/mosaic-core",
"version": "0.5.0",
"version": "0.6.0",
"description": "Scalable and extensible linked data views.",
"keywords": [
"mosaic",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@duckdb/duckdb-wasm": "^1.28.1-dev106.0",
"@uwdata/mosaic-sql": "^0.5.0",
"@uwdata/mosaic-sql": "^0.6.0",
"apache-arrow": "^14.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/duckdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwdata/mosaic-duckdb",
"version": "0.5.0",
"version": "0.6.0",
"description": "A Promise-based DuckDB API and Node.js data server.",
"keywords": [
"duckdb",
Expand Down
6 changes: 3 additions & 3 deletions packages/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwdata/mosaic-inputs",
"version": "0.5.0",
"version": "0.6.0",
"description": "Mosaic input components.",
"keywords": [
"inputs",
Expand All @@ -25,8 +25,8 @@
"prepublishOnly": "npm run test && npm run lint && npm run build"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.5.0",
"@uwdata/mosaic-sql": "^0.5.0",
"@uwdata/mosaic-core": "^0.6.0",
"@uwdata/mosaic-sql": "^0.6.0",
"isoformat": "^0.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/plot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwdata/mosaic-plot",
"version": "0.5.0",
"version": "0.6.0",
"description": "A Mosaic-powered plotting framework based on Observable Plot.",
"keywords": [
"data",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@observablehq/plot": "^0.6.13",
"@uwdata/mosaic-core": "^0.5.0",
"@uwdata/mosaic-sql": "^0.5.0",
"@uwdata/mosaic-core": "^0.6.0",
"@uwdata/mosaic-sql": "^0.6.0",
"d3": "^7.8.5",
"isoformat": "^0.2.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwdata/mosaic-spec",
"version": "0.5.0",
"version": "0.6.0",
"description": "Declarative specification of Mosaic-powered applications.",
"keywords": [
"mosaic",
Expand Down Expand Up @@ -28,9 +28,9 @@
"prepublishOnly": "npm run test && npm run lint && npm run build"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.5.0",
"@uwdata/mosaic-sql": "^0.5.0",
"@uwdata/vgplot": "^0.5.0",
"@uwdata/mosaic-core": "^0.6.0",
"@uwdata/mosaic-sql": "^0.6.0",
"@uwdata/vgplot": "^0.6.0",
"isoformat": "^0.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwdata/mosaic-sql",
"version": "0.5.0",
"version": "0.6.0",
"description": "SQL query construction and analysis.",
"keywords": [
"sql",
Expand Down
8 changes: 4 additions & 4 deletions packages/vega-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mosaic-vega-example",
"private": true,
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,9 +12,9 @@
"vite": "^5.0.10"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.5.0",
"@uwdata/mosaic-sql": "^0.5.0",
"@uwdata/vgplot": "^0.5.0",
"@uwdata/mosaic-core": "^0.6.0",
"@uwdata/mosaic-sql": "^0.6.0",
"@uwdata/vgplot": "^0.6.0",
"vega": "^5.27.0",
"vega-embed": "^6.24.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/vgplot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwdata/vgplot",
"version": "0.5.0",
"version": "0.6.0",
"description": "An API for interactive Mosaic-powered visualizations and dashboards.",
"keywords": [
"data",
Expand Down Expand Up @@ -30,9 +30,9 @@
"prepublishOnly": "npm run test && npm run lint && npm run build"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.5.0",
"@uwdata/mosaic-inputs": "^0.5.0",
"@uwdata/mosaic-plot": "^0.5.0",
"@uwdata/mosaic-sql": "^0.5.0"
"@uwdata/mosaic-core": "^0.6.0",
"@uwdata/mosaic-inputs": "^0.6.0",
"@uwdata/mosaic-plot": "^0.6.0",
"@uwdata/mosaic-sql": "^0.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mosaic-widget",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"license": "BSD-3-Clause",
"author": "Dominik Moritz (https://www.domoritz.de)",
Expand All @@ -17,7 +17,7 @@
"format": "hatch run fmt"
},
"dependencies": {
"@uwdata/vgplot": "^0.5.0",
"@uwdata/vgplot": "^0.6.0",
"apache-arrow": "^14.0.1",
"uuid": "^9.0.1"
},
Expand Down

0 comments on commit 51517b2

Please sign in to comment.