Skip to content

Commit

Permalink
chore(release): cut 5.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.7.0](v5.6.2...v5.7.0) (2020-09-24)

### Features

* **orgunittree:** sort org units alphabetically ([1273d76](1273d76))
* **orgunittree:** sort org units alphabetically ([36c0369](36c0369))
  • Loading branch information
dhis2-bot committed Sep 24, 2020
1 parent 1273d76 commit 8e1c6a7
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 25 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [5.7.0](https://github.com/dhis2/ui/compare/v5.6.2...v5.7.0) (2020-09-24)


### Features

* **orgunittree:** sort org units alphabetically ([1273d76](https://github.com/dhis2/ui/commit/1273d76e69e0cb12dd26c36980d1de26aeb0356c))
* **orgunittree:** sort org units alphabetically ([36c0369](https://github.com/dhis2/ui/commit/36c03698f38bc18b6acffb5c447e108d1e384fdb))

## [5.6.2](https://github.com/dhis2/ui/compare/v5.6.1...v5.6.2) (2020-09-23)


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": "root",
"version": "5.6.2",
"version": "5.7.0",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
"version": "5.6.2",
"version": "5.7.0",
"description": "Constants used in the UI libs",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dhis2/ui-core",
"description": "Component primitives for DHIS2 user interfaces",
"version": "5.6.2",
"version": "5.7.0",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"sideEffects": false,
Expand All @@ -19,8 +19,8 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
"@dhis2/ui-constants": "5.6.2",
"@dhis2/ui-icons": "5.6.2",
"@dhis2/ui-constants": "5.7.0",
"@dhis2/ui-icons": "5.7.0",
"react": "^16.8",
"react-dom": "^16.8",
"styled-jsx": "^3.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
"version": "5.6.2",
"version": "5.7.0",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
"sideEffects": false,
Expand All @@ -16,7 +16,7 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
"@dhis2/ui-core": "5.6.2",
"@dhis2/ui-core": "5.7.0",
"react": "^16.8",
"react-dom": "^16.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
"version": "5.6.2",
"version": "5.7.0",
"description": "Icons used in the UI libs",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
"version": "5.6.2",
"version": "5.7.0",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"author": "Viktor Varland <viktor@dhis2.org>",
Expand All @@ -10,11 +10,11 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2/ui-constants": "5.6.2",
"@dhis2/ui-icons": "5.6.2",
"@dhis2/ui-core": "5.6.2",
"@dhis2/ui-forms": "5.6.2",
"@dhis2/ui-widgets": "5.6.2"
"@dhis2/ui-constants": "5.7.0",
"@dhis2/ui-icons": "5.7.0",
"@dhis2/ui-core": "5.7.0",
"@dhis2/ui-forms": "5.7.0",
"@dhis2/ui-widgets": "5.7.0"
},
"peerDependencies": {
"react": "^16.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-widgets",
"version": "5.6.2",
"version": "5.7.0",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"sideEffects": false,
Expand All @@ -21,9 +21,9 @@
"react": "^16.8",
"react-dom": "^16.8",
"styled-jsx": "^3.2",
"@dhis2/ui-core": "5.6.2",
"@dhis2/ui-icons": "5.6.2",
"@dhis2/ui-constants": "5.6.2",
"@dhis2/ui-core": "5.7.0",
"@dhis2/ui-icons": "5.7.0",
"@dhis2/ui-constants": "5.7.0",
"@dhis2/app-runtime": "^2",
"@dhis2/d2-i18n": "^1"
},
Expand Down
14 changes: 7 additions & 7 deletions storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "5.6.2",
"version": "5.7.0",
"description": "Stories for DHIS2 UI",
"main": "index.js",
"license": "BSD-3-Clause",
Expand All @@ -22,11 +22,11 @@
"typeface-roboto": "^0.0.75"
},
"dependencies": {
"@dhis2/ui": "5.6.2",
"@dhis2/ui-constants": "5.6.2",
"@dhis2/ui-core": "5.6.2",
"@dhis2/ui-forms": "5.6.2",
"@dhis2/ui-icons": "5.6.2",
"@dhis2/ui-widgets": "5.6.2"
"@dhis2/ui": "5.7.0",
"@dhis2/ui-constants": "5.7.0",
"@dhis2/ui-core": "5.7.0",
"@dhis2/ui-forms": "5.7.0",
"@dhis2/ui-icons": "5.7.0",
"@dhis2/ui-widgets": "5.7.0"
}
}

0 comments on commit 8e1c6a7

Please sign in to comment.