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

Commit

Permalink
v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdanielamoitzi committed Sep 22, 2023
1 parent 1f2b093 commit 29174ba
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.0.3"
"version": "4.0.4"
}
20 changes: 10 additions & 10 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": "@visahoi/core",
"version": "4.0.3",
"version": "4.0.4",
"description": "Core library for the visualization onboarding",
"keywords": [
"visualization",
Expand Down
4 changes: 2 additions & 2 deletions packages/echarts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visahoi/echarts",
"version": "4.0.3",
"version": "4.0.4",
"description": "Echarts adapter for the visualization onboarding library",
"keywords": [
"visualization",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@visahoi/core": "^4.0.3",
"@visahoi/core": "^4.0.4",
"d3": "^7.0.0",
"echarts": "^5.1.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plotly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visahoi/plotly",
"version": "4.0.3",
"version": "4.0.4",
"description": "Plotly adapter for the visualization onboarding library",
"keywords": [
"visualization",
Expand Down Expand Up @@ -43,6 +43,6 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@visahoi/core": "^4.0.3"
"@visahoi/core": "^4.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/vega/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visahoi/vega",
"version": "4.0.3",
"version": "4.0.4",
"description": "Vega adapter for the visualization onboarding library",
"keywords": [
"visualization",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@visahoi/core": "^4.0.3",
"@visahoi/core": "^4.0.4",
"vega": "5.23.0",
"vega-embed": "6.19.1",
"vega-lite": "5.1.1"
Expand Down

0 comments on commit 29174ba

Please sign in to comment.