Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @opendatasoft/[email protected]
 - @opendatasoft/[email protected]
 - @opendatasoft/[email protected]
  • Loading branch information
wmai committed Sep 22, 2021
1 parent bd92486 commit 159575f
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 8 deletions.
22 changes: 22 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2021-09-22)


### Bug Fixes

* "ReferenceError: global is not defined" in ObservableHQ ([1490802](https://github.com/opendatasoft/ods-dataviz-sdk/commit/1490802691c6c77f14e58a7cb8e408b13ff9be7f))
* declare the `production` UMD bundle in the `browser` field ([9b88c5d](https://github.com/opendatasoft/ods-dataviz-sdk/commit/9b88c5d863e9af6696b37c7641d2d661a36919b5))
* dependency files ([50a7da0](https://github.com/opendatasoft/ods-dataviz-sdk/commit/50a7da0da83f39ffb7341957a424d20408b290e0))
* last commit contains some errors ([02eba84](https://github.com/opendatasoft/ods-dataviz-sdk/commit/02eba84b8b159f885a2aa1875cbf4debb0164cee))
* put the UMD bundle into the `dist/umd/` folder ([2e953eb](https://github.com/opendatasoft/ods-dataviz-sdk/commit/2e953eb4b36d72c7c0f580d6c0de2bac8fed2fdf))
* relative license links ([fc3982e](https://github.com/opendatasoft/ods-dataviz-sdk/commit/fc3982e9abd049e91a81632d71bfa0f9cfaa95b1))


### Features

* include immutability-helper into the UMD bundle ([11199d7](https://github.com/opendatasoft/ods-dataviz-sdk/commit/11199d7aa562d5c7ba7844289ea8b0738f3a9d2e))
* UMD build ([f44b018](https://github.com/opendatasoft/ods-dataviz-sdk/commit/f44b018e63d665f51104ca894f7071ab8687b700))





# [0.1.0](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2021-01-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/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/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendatasoft/api-client",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"author": "opendatasoft",
"homepage": "https://github.com/opendatasoft/ods-dataviz-sdk",
Expand Down
17 changes: 17 additions & 0 deletions packages/visualizations-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.5.0 (2021-09-22)


### Bug Fixes

* indentation ([2ea2980](https://github.com/opendatasoft/ods-dataviz-sdk/commit/2ea298032d19790242755bdc989802d7d8895a7c))
* relative license links ([fc3982e](https://github.com/opendatasoft/ods-dataviz-sdk/commit/fc3982e9abd049e91a81632d71bfa0f9cfaa95b1))


### Features

* Add Line, Column, Histogram, Pie, Radar ([1ec9d43](https://github.com/opendatasoft/ods-dataviz-sdk/commit/1ec9d43bf622457e6e4f68f04864c056c729200c))





## [0.0.3](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2021-01-26)

**Note:** Version bump only for package @opendatasoft/visualizations-react
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "0.5.0",
"license": "MIT",
"author": "opendatasoft",
"homepage": "https://github.com/opendatasoft/ods-dataviz-sdk",
Expand Down Expand Up @@ -46,7 +46,7 @@
"trailingComma": "es5"
},
"dependencies": {
"@opendatasoft/visualizations": "^0.4.0",
"@opendatasoft/visualizations": "^0.5.0",
"use-callback-ref": "^1.2.4"
},
"devDependencies": {
Expand Down
23 changes: 23 additions & 0 deletions packages/visualizations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.5.0 (2021-09-22)


### Bug Fixes

* dependency files ([50a7da0](https://github.com/opendatasoft/ods-dataviz-sdk/commit/50a7da0da83f39ffb7341957a424d20408b290e0))
* Few type / linter's error + new approach on formatter callback ([a44a49a](https://github.com/opendatasoft/ods-dataviz-sdk/commit/a44a49a50f148cf741233f68b3ebf85a78c63124))
* pieDataLabelsPlugin typing ([31fb15c](https://github.com/opendatasoft/ods-dataviz-sdk/commit/31fb15ca75cee99ed146bec131ffdd5978c8e72e))
* relative license links ([fc3982e](https://github.com/opendatasoft/ods-dataviz-sdk/commit/fc3982e9abd049e91a81632d71bfa0f9cfaa95b1))
* Remove unused import ([cc3711b](https://github.com/opendatasoft/ods-dataviz-sdk/commit/cc3711bb45481930b7eb0f7512b327a787f9b65b))
* Remove unused type definitions ([bccff71](https://github.com/opendatasoft/ods-dataviz-sdk/commit/bccff717b6d9da11d0337d1cc1a2f0468e62eb6e))
* Replace `string` by `Color` type ([18c85a3](https://github.com/opendatasoft/ods-dataviz-sdk/commit/18c85a339d432dba720363a6a378744be412af1f))
* Ticks formatter ([443108d](https://github.com/opendatasoft/ods-dataviz-sdk/commit/443108dd36102e5d722898899f45038d1d097e5b))


### Features

* Add Line, Column, Histogram, Pie, Radar ([1ec9d43](https://github.com/opendatasoft/ods-dataviz-sdk/commit/1ec9d43bf622457e6e4f68f04864c056c729200c))





## [0.0.3](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2021-01-26)

**Note:** Version bump only for package @opendatasoft/visualizations
Expand Down
2 changes: 1 addition & 1 deletion packages/visualizations/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendatasoft/visualizations",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"author": "opendatasoft",
"homepage": "https://github.com/opendatasoft/ods-dataviz-sdk",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@opendatasoft/api-client": "^0.1.0",
"@opendatasoft/api-client": "^0.2.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down

0 comments on commit 159575f

Please sign in to comment.