Skip to content

Commit b5a0e03

Browse files
committed
v0.13.0
1 parent e615db9 commit b5a0e03

File tree

11 files changed

+174
-90
lines changed

11 files changed

+174
-90
lines changed

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"packages": ["packages/*"],
4-
"version": "0.12.2"
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "0.13.0"
57
}

package-lock.json

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

packages/core/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-core",
3-
"version": "0.12.2",
3+
"version": "0.13.0",
44
"description": "Scalable and extensible linked data views.",
55
"keywords": [
66
"mosaic",
@@ -32,9 +32,9 @@
3232
"dependencies": {
3333
"@duckdb/duckdb-wasm": "^1.29.0",
3434
"@uwdata/flechette": "^2.0.0",
35-
"@uwdata/mosaic-sql": "^0.12.2"
35+
"@uwdata/mosaic-sql": "^0.13.0"
3636
},
3737
"devDependencies": {
38-
"@uwdata/mosaic-duckdb": "^0.12.2"
38+
"@uwdata/mosaic-duckdb": "^0.13.0"
3939
}
4040
}

packages/duckdb-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "duckdb-server",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"private": true,
55
"scripts": {
66
"dev": "uv run watchmedo auto-restart --pattern '*.py' --recursive --signal SIGTERM uv run duckdb-server",

packages/duckdb/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-duckdb",
3-
"version": "0.12.2",
3+
"version": "0.13.0",
44
"description": "A Promise-based DuckDB API and Node.js data server.",
55
"keywords": [
66
"duckdb",
@@ -31,7 +31,7 @@
3131
"prepublishOnly": "npm run test && npm run lint"
3232
},
3333
"dependencies": {
34-
"@uwdata/mosaic-sql": "^0.12.2",
34+
"@uwdata/mosaic-sql": "^0.13.0",
3535
"duckdb": "^1.2.0",
3636
"ws": "^8.18.1"
3737
}

packages/inputs/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-inputs",
3-
"version": "0.12.2",
3+
"version": "0.13.0",
44
"description": "Mosaic input components.",
55
"keywords": [
66
"inputs",
@@ -22,8 +22,8 @@
2222
"prepublishOnly": "npm run test && npm run lint"
2323
},
2424
"dependencies": {
25-
"@uwdata/mosaic-core": "^0.12.2",
26-
"@uwdata/mosaic-sql": "^0.12.2",
25+
"@uwdata/mosaic-core": "^0.13.0",
26+
"@uwdata/mosaic-sql": "^0.13.0",
2727
"isoformat": "^0.2.1"
2828
}
2929
}

packages/plot/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-plot",
3-
"version": "0.12.2",
3+
"version": "0.13.0",
44
"description": "A Mosaic-powered plotting framework based on Observable Plot.",
55
"keywords": [
66
"data",
@@ -26,8 +26,8 @@
2626
},
2727
"dependencies": {
2828
"@observablehq/plot": "^0.6.17",
29-
"@uwdata/mosaic-core": "^0.12.2",
30-
"@uwdata/mosaic-sql": "^0.12.2",
29+
"@uwdata/mosaic-core": "^0.13.0",
30+
"@uwdata/mosaic-sql": "^0.13.0",
3131
"d3": "^7.9.0",
3232
"isoformat": "^0.2.1"
3333
}

0 commit comments

Comments
 (0)