Skip to content

Commit

Permalink
chore(release): cut 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.0.4...v7.0.0) (2020-06-03)

### Features

* Dynamic Dimension using ui-core components (DHIS2-8831) ([#469](#469)) ([1d3ff34](1d3ff34))

### BREAKING CHANGES

* onDeselect, onReorder deprecated. d2 renamed to context. dialogId renamed to dimensionId.
  • Loading branch information
dhis2-bot committed Jun 3, 2020
1 parent 1d3ff34 commit 32cfaf1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0](https://github.com/dhis2/analytics/compare/v6.0.4...v7.0.0) (2020-06-03)


### Features

* Dynamic Dimension using ui-core components (DHIS2-8831) ([#469](https://github.com/dhis2/analytics/issues/469)) ([1d3ff34](https://github.com/dhis2/analytics/commit/1d3ff34aba992d3fed569e82f203dde91f3e3bec))


### BREAKING CHANGES

* onDeselect, onReorder deprecated. d2 renamed to context. dialogId renamed to dimensionId.

## [6.0.4](https://github.com/dhis2/analytics/compare/v6.0.3...v6.0.4) (2020-06-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/analytics",
"version": "6.0.4",
"version": "7.0.0",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
"sideEffects": [
Expand Down

0 comments on commit 32cfaf1

Please sign in to comment.