Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Mar 2, 2024
1 parent 7071f66 commit 9e788e6
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 35 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.6.0"
"version": "0.6.1"
}
34 changes: 17 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwdata/mosaic-core",
"version": "0.6.0",
"version": "0.6.1",
"description": "Scalable and extensible linked data views.",
"keywords": [
"mosaic",
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "0.6.1",
"description": "Mosaic input components.",
"keywords": [
"inputs",
Expand All @@ -25,7 +25,7 @@
"prepublishOnly": "npm run test && npm run lint && npm run build"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.6.0",
"@uwdata/mosaic-core": "^0.6.1",
"@uwdata/mosaic-sql": "^0.6.0",
"isoformat": "^0.2.1"
}
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "0.6.1",
"description": "A Mosaic-powered plotting framework based on Observable Plot.",
"keywords": [
"data",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@observablehq/plot": "^0.6.13",
"@uwdata/mosaic-core": "^0.6.0",
"@uwdata/mosaic-core": "^0.6.1",
"@uwdata/mosaic-sql": "^0.6.0",
"d3": "^7.8.5",
"isoformat": "^0.2.1"
Expand Down
6 changes: 3 additions & 3 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.6.0",
"version": "0.6.1",
"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.6.0",
"@uwdata/mosaic-core": "^0.6.1",
"@uwdata/mosaic-sql": "^0.6.0",
"@uwdata/vgplot": "^0.6.0",
"@uwdata/vgplot": "^0.6.1",
"isoformat": "^0.2.1"
}
}
6 changes: 3 additions & 3 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.6.0",
"version": "0.6.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,9 +12,9 @@
"vite": "^5.0.10"
},
"dependencies": {
"@uwdata/mosaic-core": "^0.6.0",
"@uwdata/mosaic-core": "^0.6.1",
"@uwdata/mosaic-sql": "^0.6.0",
"@uwdata/vgplot": "^0.6.0",
"@uwdata/vgplot": "^0.6.1",
"vega": "^5.27.0",
"vega-embed": "^6.24.0"
}
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.6.0",
"version": "0.6.1",
"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.6.0",
"@uwdata/mosaic-inputs": "^0.6.0",
"@uwdata/mosaic-plot": "^0.6.0",
"@uwdata/mosaic-core": "^0.6.1",
"@uwdata/mosaic-inputs": "^0.6.1",
"@uwdata/mosaic-plot": "^0.6.1",
"@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.6.0",
"version": "0.6.1",
"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.6.0",
"@uwdata/vgplot": "^0.6.1",
"apache-arrow": "^15.0.0",
"uuid": "^9.0.1"
},
Expand Down

0 comments on commit 9e788e6

Please sign in to comment.