Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Sep 16, 2024
1 parent 7b4cd50 commit 861d616
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 59 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.10.0"
"version": "0.11.0"
}
58 changes: 29 additions & 29 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.10.0",
"version": "0.11.0",
"description": "Scalable and extensible linked data views.",
"keywords": [
"mosaic",
Expand Down Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@duckdb/duckdb-wasm": "^1.28.1-dev278.0",
"@uwdata/flechette": "^1.0.2",
"@uwdata/mosaic-sql": "^0.10.0"
"@uwdata/mosaic-sql": "^0.11.0"
},
"devDependencies": {
"@uwdata/mosaic-duckdb": "^0.10.0"
"@uwdata/mosaic-duckdb": "^0.11.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.10.0",
"version": "0.11.0",
"private": true,
"scripts": {
"prepublishOnly": "rimraf dist && mkdir dist && 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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"@uwdata/mosaic-sql": "^0.10.0",
"@uwdata/mosaic-core": "^0.11.0",
"@uwdata/mosaic-sql": "^0.11.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.10.0",
"version": "0.11.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.16",
"@uwdata/mosaic-core": "^0.10.0",
"@uwdata/mosaic-sql": "^0.10.0",
"@uwdata/mosaic-core": "^0.11.0",
"@uwdata/mosaic-sql": "^0.11.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.10.0",
"version": "0.11.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.10.0",
"@uwdata/mosaic-sql": "^0.10.0",
"@uwdata/vgplot": "^0.10.0",
"@uwdata/mosaic-core": "^0.11.0",
"@uwdata/mosaic-sql": "^0.11.0",
"@uwdata/vgplot": "^0.11.0",
"ts-json-schema-generator": "^2.3.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,9 +12,9 @@
"vite": "^5.3.5"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.10.0",
"@uwdata/mosaic-sql": "^0.10.0",
"@uwdata/vgplot": "^0.10.0",
"@uwdata/mosaic-core": "^0.11.0",
"@uwdata/mosaic-sql": "^0.11.0",
"@uwdata/vgplot": "^0.11.0",
"vega": "^5.30.0",
"vega-embed": "^6.26.0",
"vega-lite": "^5.21.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.10.0",
"version": "0.11.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.10.0",
"@uwdata/mosaic-inputs": "^0.10.0",
"@uwdata/mosaic-plot": "^0.10.0",
"@uwdata/mosaic-sql": "^0.10.0"
"@uwdata/mosaic-core": "^0.11.0",
"@uwdata/mosaic-inputs": "^0.11.0",
"@uwdata/mosaic-plot": "^0.11.0",
"@uwdata/mosaic-sql": "^0.11.0"
}
}
8 changes: 4 additions & 4 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mosaic-widget",
"version": "0.10.0",
"version": "0.11.0",
"private": true,
"license": "BSD-3-Clause",
"author": "Dominik Moritz (https://www.domoritz.de)",
Expand All @@ -19,9 +19,9 @@
"release": "npm run prepublishOnly && npm run publish"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.10.0",
"@uwdata/mosaic-spec": "^0.10.0",
"@uwdata/vgplot": "^0.10.0",
"@uwdata/mosaic-core": "^0.11.0",
"@uwdata/mosaic-spec": "^0.11.0",
"@uwdata/vgplot": "^0.11.0",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 861d616

Please sign in to comment.