Skip to content

Commit 64ac2aa

Browse files
committed
v0.19.1
1 parent 67883cb commit 64ac2aa

File tree

11 files changed

+49
-49
lines changed

11 files changed

+49
-49
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"packages/vgplot/*",
77
"packages/examples/*"
88
],
9-
"version": "0.19.0"
9+
"version": "0.19.1"
1010
}

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/svelte-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mosaic-svelte-example",
33
"private": true,
4-
"version": "0.19.0",
4+
"version": "0.19.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -17,8 +17,8 @@
1717
"vite": "^7.1.5"
1818
},
1919
"dependencies": {
20-
"@uwdata/mosaic-core": "^0.19.0",
20+
"@uwdata/mosaic-core": "^0.19.1",
2121
"@uwdata/mosaic-sql": "^0.19.0",
22-
"@uwdata/vgplot": "^0.19.0"
22+
"@uwdata/vgplot": "^0.19.1"
2323
}
2424
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mosaic-vanilla-example",
33
"private": true,
4-
"version": "0.19.0",
4+
"version": "0.19.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -12,8 +12,8 @@
1212
"vite": "^7.1.5"
1313
},
1414
"dependencies": {
15-
"@uwdata/mosaic-core": "^0.19.0",
15+
"@uwdata/mosaic-core": "^0.19.1",
1616
"@uwdata/mosaic-sql": "^0.19.0",
17-
"@uwdata/vgplot": "^0.19.0"
17+
"@uwdata/vgplot": "^0.19.1"
1818
}
1919
}

packages/examples/vega-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mosaic-vega-example",
33
"private": true,
4-
"version": "0.19.0",
4+
"version": "0.19.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -12,9 +12,9 @@
1212
"vite": "^7.1.5"
1313
},
1414
"dependencies": {
15-
"@uwdata/mosaic-core": "^0.19.0",
15+
"@uwdata/mosaic-core": "^0.19.1",
1616
"@uwdata/mosaic-sql": "^0.19.0",
17-
"@uwdata/vgplot": "^0.19.0",
17+
"@uwdata/vgplot": "^0.19.1",
1818
"vega": "^6.1.2",
1919
"vega-embed": "^7.0.2",
2020
"vega-lite": "^6.3.1"

packages/mosaic/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uwdata/mosaic-core",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Scalable and extensible linked data views.",
55
"keywords": [
66
"mosaic",

packages/vgplot/inputs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uwdata/mosaic-inputs",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Mosaic input components.",
55
"keywords": [
66
"inputs",
@@ -30,7 +30,7 @@
3030
"prepublishOnly": "npm run test && npm run lint && tsc --build"
3131
},
3232
"dependencies": {
33-
"@uwdata/mosaic-core": "^0.19.0",
33+
"@uwdata/mosaic-core": "^0.19.1",
3434
"@uwdata/mosaic-sql": "^0.19.0"
3535
}
3636
}

packages/vgplot/plot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uwdata/mosaic-plot",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "A Mosaic-powered plotting framework based on Observable Plot.",
55
"keywords": [
66
"data",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@observablehq/plot": "^0.6.17",
37-
"@uwdata/mosaic-core": "^0.19.0",
37+
"@uwdata/mosaic-core": "^0.19.1",
3838
"@uwdata/mosaic-sql": "^0.19.0",
3939
"d3": "^7.9.0"
4040
}

packages/vgplot/spec/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uwdata/mosaic-spec",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Declarative specification of Mosaic-powered applications.",
55
"keywords": [
66
"mosaic",
@@ -37,9 +37,9 @@
3737
"prepublishOnly": "npm run test && npm run lint && npm run build"
3838
},
3939
"dependencies": {
40-
"@uwdata/mosaic-core": "^0.19.0",
40+
"@uwdata/mosaic-core": "^0.19.1",
4141
"@uwdata/mosaic-sql": "^0.19.0",
42-
"@uwdata/vgplot": "^0.19.0",
42+
"@uwdata/vgplot": "^0.19.1",
4343
"ts-json-schema-generator": "^2.4.0"
4444
}
4545
}

packages/vgplot/vgplot/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uwdata/vgplot",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "An API for interactive Mosaic-powered visualizations and dashboards.",
55
"keywords": [
66
"data",
@@ -35,9 +35,9 @@
3535
"prepublishOnly": "npm run test && npm run lint && tsc --build"
3636
},
3737
"dependencies": {
38-
"@uwdata/mosaic-core": "^0.19.0",
39-
"@uwdata/mosaic-inputs": "^0.19.0",
40-
"@uwdata/mosaic-plot": "^0.19.0",
38+
"@uwdata/mosaic-core": "^0.19.1",
39+
"@uwdata/mosaic-inputs": "^0.19.1",
40+
"@uwdata/mosaic-plot": "^0.19.1",
4141
"@uwdata/mosaic-sql": "^0.19.0"
4242
}
4343
}

0 commit comments

Comments
 (0)