Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Jun 29, 2023
1 parent 9d5c114 commit 788bb13
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 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.3.1"
"version": "0.3.2"
}
32 changes: 16 additions & 16 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.3.0",
"version": "0.3.2",
"description": "Scalable and extensible linked data views.",
"keywords": [
"mosaic",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@duckdb/duckdb-wasm": "^1.27.0",
"@uwdata/mosaic-sql": "^0.3.0",
"@uwdata/mosaic-sql": "^0.3.2",
"apache-arrow": "^11.0.0"
}
}
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.3.0",
"version": "0.3.2",
"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.3.0",
"@uwdata/mosaic-sql": "^0.3.0",
"@uwdata/mosaic-core": "^0.3.2",
"@uwdata/mosaic-sql": "^0.3.2",
"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.3.0",
"version": "0.3.2",
"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.3.1",
"version": "0.3.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,9 +12,9 @@
"vite": "^4.3.9"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.3.0",
"@uwdata/mosaic-sql": "^0.3.0",
"@uwdata/vgplot": "^0.3.1",
"@uwdata/mosaic-core": "^0.3.2",
"@uwdata/mosaic-sql": "^0.3.2",
"@uwdata/vgplot": "^0.3.2",
"vega": "^5.25.0",
"vega-embed": "^6.22.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/vgplot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwdata/vgplot",
"version": "0.3.1",
"version": "0.3.2",
"description": "A Mosaic-based interactive grammar of graphics.",
"keywords": [
"data",
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@observablehq/plot": "^0.6.9",
"@uwdata/mosaic-core": "^0.3.0",
"@uwdata/mosaic-inputs": "^0.3.0",
"@uwdata/mosaic-sql": "^0.3.0",
"@uwdata/mosaic-core": "^0.3.2",
"@uwdata/mosaic-inputs": "^0.3.2",
"@uwdata/mosaic-sql": "^0.3.2",
"d3": "^7.8.5",
"isoformat": "^0.2.1",
"topojson-client": "^3.1.0"
Expand Down
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.3.1",
"version": "0.3.2",
"private": true,
"license": "BSD-3-Clause",
"author": "Dominik Moritz (https://www.domoritz.de)",
Expand All @@ -15,7 +15,7 @@
"format": "ruff . && black ."
},
"dependencies": {
"@uwdata/vgplot": "^0.3.1",
"@uwdata/vgplot": "^0.3.2",
"apache-arrow": "^11.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 788bb13

Please sign in to comment.