Skip to content

Commit

Permalink
Release: @opendatasoft/visualizations version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmai committed Oct 13, 2021
1 parent 8521c0f commit 1b05c85
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"test": "lerna run test --parallel --no-bail",
"bootstrap": "lerna bootstrap",
"watch": "lerna run watch --parallel",
"lint": "lerna run lint --parallel --no-bail",
"new-version": "lerna version --conventional-commits --no-push"
"lint": "lerna run lint --parallel --no-bail"
},
"devDependencies": {
"lerna": "^3.22.1"
Expand Down
27 changes: 21 additions & 6 deletions packages/visualizations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,37 @@
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-23)
# 0.5.1 (2021-10-13)

### Features

* Add charts layout configuration
* Disable charts animations ([#38](https://github.com/opendatasoft/ods-dataviz-sdk/pull/38))

### Build

* Make svelte-check cover all `.ts` files ([#37](https://github.com/opendatasoft/ods-dataviz-sdk/pull/37))

### Bug Fixes

* Fix pie charts custom plugin ([#35](https://github.com/opendatasoft/ods-dataviz-sdk/pull/35))

* Add KPI component

# 0.5.0 (2021-09-23)

### Features

## [0.0.3](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2021-01-26)
* Add charts layout configuration ([#35](https://github.com/opendatasoft/ods-dataviz-sdk/pull/32))
* Add KPI component ([#31](https://github.com/opendatasoft/ods-dataviz-sdk/pull/31))


## 0.0.3 (2021-01-26)

**Note:** Version bump only for package @opendatasoft/visualizations


## 0.0.2 (2021-01-22)

### Bug Fixes

- dependency files ([50a7da0](https://github.com/opendatasoft/ods-dataviz-sdk/commit/50a7da0da83f39ffb7341957a424d20408b290e0))
- relative license links ([fc3982e](https://github.com/opendatasoft/ods-dataviz-sdk/commit/fc3982e9abd049e91a81632d71bfa0f9cfaa95b1))
* dependency files ([50a7da0](https://github.com/opendatasoft/ods-dataviz-sdk/commit/50a7da0da83f39ffb7341957a424d20408b290e0))
* relative license links ([fc3982e](https://github.com/opendatasoft/ods-dataviz-sdk/commit/fc3982e9abd049e91a81632d71bfa0f9cfaa95b1))
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.5.0",
"version": "0.5.1",
"license": "MIT",
"author": "opendatasoft",
"homepage": "https://github.com/opendatasoft/ods-dataviz-sdk",
Expand Down

0 comments on commit 1b05c85

Please sign in to comment.