Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Jun 1, 2024
1 parent 3e2c94d commit 89bb9b0
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 117 deletions.
4 changes: 2 additions & 2 deletions 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.8.0"
}
"version": "0.9.0"
}
123 changes: 36 additions & 87 deletions package-lock.json

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

6 changes: 3 additions & 3 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.8.0",
"version": "0.9.0",
"description": "Scalable and extensible linked data views.",
"keywords": [
"mosaic",
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"@duckdb/duckdb-wasm": "^1.28.1-dev195.0",
"@uwdata/mosaic-sql": "^0.8.0",
"@uwdata/mosaic-sql": "^0.9.0",
"apache-arrow": "^15.0.2"
},
"devDependencies": {
"@uwdata/mosaic-duckdb": "^0.8.0"
"@uwdata/mosaic-duckdb": "^0.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/duckdb-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duckdb-server",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"scripts": {
"prepublishOnly": "hatch run test:cov && hatch fmt --check && hatch build",
Expand Down
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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"@uwdata/mosaic-sql": "^0.8.0",
"@uwdata/mosaic-core": "^0.9.0",
"@uwdata/mosaic-sql": "^0.9.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.8.0",
"version": "0.9.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.14",
"@uwdata/mosaic-core": "^0.8.0",
"@uwdata/mosaic-sql": "^0.8.0",
"@uwdata/mosaic-core": "^0.9.0",
"@uwdata/mosaic-sql": "^0.9.0",
"d3": "^7.9.0",
"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.8.0",
"version": "0.9.0",
"description": "Declarative specification of Mosaic-powered applications.",
"keywords": [
"mosaic",
Expand Down Expand Up @@ -33,9 +33,9 @@
"prepublishOnly": "npm run test && npm run lint && npm run build"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.8.0",
"@uwdata/mosaic-sql": "^0.8.0",
"@uwdata/vgplot": "^0.8.0",
"@uwdata/mosaic-core": "^0.9.0",
"@uwdata/mosaic-sql": "^0.9.0",
"@uwdata/vgplot": "^0.9.0",
"ts-json-schema-generator": "^2.2.0"
}
}
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.8.0",
"version": "0.9.0",
"description": "SQL query construction and analysis.",
"keywords": [
"sql",
Expand Down
Loading

0 comments on commit 89bb9b0

Please sign in to comment.