Skip to content

Commit

Permalink
Merge pull request #462 from vizzuhq/release-0.9.3
Browse files Browse the repository at this point in the history
Set version to 0.9.3
  • Loading branch information
veghdev authored Dec 20, 2023
2 parents 3af4fdc + e8b09e2 commit 0f9a5a2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## [Unreleased]

## [0.9.3] - 2023-12-20

### Fixed

- Orientation and channel min/max cannot be null, only auto
- Corrected listing of Type-fest dependency from development to normal.
- Added missing `cvizzu.d.ts` and `cvizzu.types.d.ts` to the npm package.
- Logo positioning issue in charts when only the logo is rendered and the chart is resized.
Expand All @@ -23,7 +26,6 @@
- Fixed redraw on browser zoom (bug since 0.9.0).
- Fixed clearing of the canvas before rendering when devicePixelRatio is not 1.
- TypeScript definition fixed, measures can contain null values.
- Orientation and channel min/max cannot be null, only auto

### Added

Expand Down
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"./*.json": "./*.json"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"package.json",
"README.md",
Expand Down Expand Up @@ -58,14 +57,16 @@
"format:tools": "npm-run-all format-tools:*",
"format-tools:js": "npx prettier -c tools/ci tools/docs .eslintrc.cjs .puppeteerrc.cjs .github",
"format-tools:py": "./tools/ci/run/format-black-py.sh --diff --check tools",
"format-showcases": "npx prettier -c vizzu-lib-doc/docs vizzu-lib-doc/.github",
"lint": "npm-run-all lint:*",
"lint:src": "npm-run-all lint-src:*",
"lint-src:js": "npx eslint --ext .js,.cjs,.mjs,.ts --config .eslintrc.cjs src test",
"lint-src:js": "npx eslint --config .eslintrc.cjs src test",
"lint:docs": "npm-run-all lint-docs:*",
"lint-docs:js": "npx eslint --ext .js,.cjs,.mjs --config .eslintrc.cjs docs",
"lint-docs:js": "npx eslint --config .eslintrc.cjs docs",
"lint:tools": "npm-run-all lint-tools:*",
"lint-tools:js": "npx eslint --ext .js,.cjs,.mjs --config .eslintrc.cjs tools/ci tools/docs .eslintrc.cjs",
"lint-tools:js": "npx eslint --config .eslintrc.cjs tools/ci tools/docs .eslintrc.cjs",
"lint-tools:py": "./tools/ci/run/lint-pylint-py.sh tools",
"lint-showcases": "npx eslint --config .eslintrc.cjs vizzu-lib-doc/docs",
"type": "npm-run-all type:*",
"type:src": "npm-run-all type-src:*",
"type-src:js": "npx check-dts ./test/dts/vizzu.d.ts",
Expand Down Expand Up @@ -95,13 +96,15 @@
"fix-format:tools": "npm-run-all fix-format-tools:*",
"fix-format-tools:js": "npx prettier -w tools/ci tools/docs .eslintrc.cjs .puppeteerrc.cjs .github",
"fix-format-tools:py": "./tools/ci/run/format-black-py.sh tools",
"fix-format-showcases": "npx prettier -w vizzu-lib-doc/docs vizzu-lib-doc/.github",
"fix-lint": "npm-run-all fix-lint:*",
"fix-lint:src": "npm-run-all fix-lint-src:*",
"fix-lint-src:js": "npx eslint --fix --ext .js,.cjs,.mjs --config .eslintrc.cjs src test",
"fix-lint-src:js": "npx eslint --fix --config .eslintrc.cjs src test",
"fix-lint:docs": "npm-run-all fix-lint-docs:*",
"fix-lint-docs:js": "npx eslint --fix --ext .js,.cjs,.mjs --config .eslintrc.cjs docs",
"fix-lint-docs:js": "npx eslint --fix --config .eslintrc.cjs docs",
"fix-lint:tools": "npm-run-all fix-lint-tools:*",
"fix-lint-tools:js": "npx eslint --fix --ext .js,.cjs,.mjs --config .eslintrc.cjs tools/ci tools/docs .eslintrc.cjs",
"fix-lint-tools:js": "npx eslint --fix --config .eslintrc.cjs tools/ci tools/docs .eslintrc.cjs",
"fix-lint-showcases": "npx eslint --fix --config .eslintrc.cjs vizzu-lib-doc/docs",
"gen-thumbnail": "./tools/ci/run/docs-gen-thumbnail.sh",
"gen-thumbnail-gsutil": "./tools/ci/run/docs-gen-thumbnail-gsutil.sh",
"build-docs": "./tools/ci/run/docs-build.sh",
Expand Down
2 changes: 1 addition & 1 deletion src/chart/main/version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "version.h"

const App::Version Vizzu::Main::version(0, 9, 2);
const App::Version Vizzu::Main::version(0, 9, 3);

const char *const Vizzu::Main::siteUrl = "https://vizzuhq.com/";
2 changes: 1 addition & 1 deletion test/e2e/test_cases/test_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"refs": ["b61766f"]
},
"operations/orientation_tutorial_data/line_orientation": {
"refs": ["6e4f82e"]
"refs": ["e90c2a0"]
},
"operations/orientation_tutorial_data/rectangle_orientation": {
"refs": ["5af7144"]
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/run/test-gsutil.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SHORT_SHA="$1"
npm test -- --vizzu /dist/vizzu.min.js --hashes ALL --maxFailedImages 100 || TEST_FAILED=true
npm test -- --vizzu /dist/vizzu.min.js --Werror sameref --hashes ALL --maxFailedImages 100 || TEST_FAILED=true
tar -czvf test/e2e/test_report.tgz test/e2e/test_report/ || TGZ_FAILED=true
gsutil cp "test/e2e/test_report.tgz" "gs://vizzu-lib-main-sha/lib-$SHORT_SHA/test_report.tgz" || GSUTIL_FAILED=true
if [ "$TEST_FAILED" == "true" ] || [ "$TGZ_FAILED" == "true" ] || [ "$GSUTIL_FAILED" == "true" ]; then
Expand Down

0 comments on commit 0f9a5a2

Please sign in to comment.