Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit f766f5e

Browse files
v4.0.1
1 parent 2929f6e commit f766f5e

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.0.0"
5+
"version": "4.0.1"
66
}

package-lock.json

Lines changed: 10 additions & 10 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visahoi/core",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Core library for the visualization onboarding",
55
"keywords": [
66
"visualization",

packages/echarts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visahoi/echarts",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Echarts adapter for the visualization onboarding library",
55
"keywords": [
66
"visualization",
@@ -42,7 +42,7 @@
4242
"typescript": "^4.3.5"
4343
},
4444
"dependencies": {
45-
"@visahoi/core": "^4.0.0",
45+
"@visahoi/core": "^4.0.1",
4646
"d3": "^7.0.0",
4747
"echarts": "^5.1.2"
4848
}

packages/plotly/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visahoi/plotly",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Plotly adapter for the visualization onboarding library",
55
"keywords": [
66
"visualization",
@@ -43,6 +43,6 @@
4343
"typescript": "^4.3.5"
4444
},
4545
"dependencies": {
46-
"@visahoi/core": "^4.0.0"
46+
"@visahoi/core": "^4.0.1"
4747
}
4848
}

packages/vega/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visahoi/vega",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Vega adapter for the visualization onboarding library",
55
"keywords": [
66
"visualization",
@@ -42,7 +42,7 @@
4242
"typescript": "^4.3.5"
4343
},
4444
"dependencies": {
45-
"@visahoi/core": "^4.0.0",
45+
"@visahoi/core": "^4.0.1",
4646
"vega": "5.23.0",
4747
"vega-embed": "6.19.1",
4848
"vega-lite": "5.1.1"

0 commit comments

Comments
 (0)