Skip to content

Commit

Permalink
Merge pull request #96 from vizzuhq/release-0.7.0
Browse files Browse the repository at this point in the history
Changed: version 0.7.0
  • Loading branch information
veghdev authored Dec 20, 2023
2 parents b7acae2 + 067a812 commit 1b6b207
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/examples/trumptwitter/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ dataLoaded.then((data) => {
{
config: {
coordSystem: 'polar',
rotate: 180,
angle: Math.PI,
title: 'Time of Day When Trump Tweeted'
},
style: {
Expand Down
22 changes: 18 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vizzu-story",
"version": "0.6.3",
"version": "0.7.0",
"description": "Build and present animated data stories",
"main": "dist/vizzu-story.min.js",
"types": "dist/vizzu-story.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"lint-tools:py": "pylint tools",
"type": "npm-run-all type:*",
"type:src": "npm-run-all type-src:*",
"type-src:js": "npx check-dts src/vizzu-story.d.ts || echo 'not checked'",
"type-src:js": "npx check-dts src/vizzu-story.d.ts",
"type:tools": "npm-run-all type-tools:*",
"type-tools:py": "mypy tools",
"test": "npm-run-all test:*",
Expand Down Expand Up @@ -107,7 +107,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"vizzu": "~0.9.2"
"vizzu": "~0.9.3"
},
"prettier": "@vizzu/prettier-config",
"eslintConfig": {
Expand Down

0 comments on commit 1b6b207

Please sign in to comment.