Skip to content

Commit

Permalink
chore(release): publish new versions
Browse files Browse the repository at this point in the history
 - @opendatasoft/[email protected]
 - @opendatasoft/[email protected]
  • Loading branch information
RafaelSzmarowski committed Oct 5, 2023
1 parent cc3c6da commit 36272ee
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 7 deletions.
11 changes: 11 additions & 0 deletions packages/visualizations-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2023-10-05)


### Features

* **Chart:** Implement treemap chart ([#188](https://github.com/opendatasoft/ods-dataviz-sdk/issues/188)) ([cc3c6da](https://github.com/opendatasoft/ods-dataviz-sdk/commit/cc3c6da0635570ab8c674686eb0ef3cc51d79585))





## [0.16.1](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2023-09-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/visualizations-react/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/visualizations-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendatasoft/visualizations-react",
"version": "0.16.1",
"version": "0.17.0",
"license": "MIT",
"author": "opendatasoft",
"homepage": "https://github.com/opendatasoft/ods-dataviz-sdk",
Expand Down Expand Up @@ -53,7 +53,7 @@
"trailingComma": "es5"
},
"dependencies": {
"@opendatasoft/visualizations": "0.16.1",
"@opendatasoft/visualizations": "0.17.0",
"use-callback-ref": "^1.2.4"
},
"devDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions packages/visualizations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2023-10-05)


### Bug Fixes

* **POI Map:** add transform request option ([#195](https://github.com/opendatasoft/ods-dataviz-sdk/issues/195)) ([95d38e2](https://github.com/opendatasoft/ods-dataviz-sdk/commit/95d38e2d55f1177e125cbf05c6d1076aee7ef869))
* **POI Map:** clicked feature is always visible when sidebar popup is open ([e2570b7](https://github.com/opendatasoft/ods-dataviz-sdk/commit/e2570b764b5e248f646b9f4503cc2d274e8c29c7))
* **POI Map:** improve cursor ([7386dd7](https://github.com/opendatasoft/ods-dataviz-sdk/commit/7386dd7302b8d514c3540c7882607b87eeb8a3af))
* **POI Map:** improve large content in popup ([a123107](https://github.com/opendatasoft/ods-dataviz-sdk/commit/a123107008e3fd32e3568f2fbc608caff9169394))


### Features

* **Chart:** Implement treemap chart ([#188](https://github.com/opendatasoft/ods-dataviz-sdk/issues/188)) ([cc3c6da](https://github.com/opendatasoft/ods-dataviz-sdk/commit/cc3c6da0635570ab8c674686eb0ef3cc51d79585))
* **POI Map:** add `zoom` and `center` options ([7a6eaae](https://github.com/opendatasoft/ods-dataviz-sdk/commit/7a6eaaebef9753a98ddc89b2643e0f738913e9bf))





## [0.16.1](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2023-09-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/visualizations/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/visualizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendatasoft/visualizations",
"version": "0.16.1",
"version": "0.17.0",
"license": "MIT",
"author": "opendatasoft",
"homepage": "https://github.com/opendatasoft/ods-dataviz-sdk",
Expand Down

0 comments on commit 36272ee

Please sign in to comment.