Skip to content

Commit 88861b5

Browse files
committed
v1.0.0-alpha.4
1 parent 0737d47 commit 88861b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha.3",
2+
"version": "1.0.0-alpha.4",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*"

modules/dev-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vis.gl/dev-tools",
33
"description": "Dev tools for vis.gl frameworks",
44
"license": "MIT",
5-
"version": "1.0.0-alpha.3",
5+
"version": "1.0.0-alpha.4",
66
"type": "module",
77
"publishConfig": {
88
"access": "public"

modules/docusaurus-website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vis.gl/docusaurus-website",
33
"description": "Docusaurus setup for vis.gl frameworks",
44
"license": "MIT",
5-
"version": "1.0.0-alpha.3",
5+
"version": "1.0.0-alpha.4",
66
"type": "module",
77
"publishConfig": {
88
"access": "public"

modules/ts-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vis.gl/ts-plugins",
33
"description": "TypeScript plugins for vis.gl frameworks",
44
"license": "MIT",
5-
"version": "1.0.0-alpha.3",
5+
"version": "1.0.0-alpha.4",
66
"type": "module",
77
"publishConfig": {
88
"access": "public"

0 commit comments

Comments
 (0)