Skip to content

Commit

Permalink
chore(release): cut 6.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.2](v6.0.1...v6.0.2) (2020-12-17)

### Bug Fixes

* **npm:** add consistent per-package readme ([e07fc7c](e07fc7c))
* **npm:** add homepage field to packages ([7cc5652](7cc5652))
* **npm:** remove outdated or superseded files ([100d04a](100d04a))
  • Loading branch information
dhis2-bot committed Dec 17, 2020
1 parent 5b8df24 commit fea72f5
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [6.0.2](https://github.com/dhis2/ui/compare/v6.0.1...v6.0.2) (2020-12-17)


### Bug Fixes

* **npm:** add consistent per-package readme ([e07fc7c](https://github.com/dhis2/ui/commit/e07fc7c76319186f6bd6e13062fb1d6e226d99db))
* **npm:** add homepage field to packages ([7cc5652](https://github.com/dhis2/ui/commit/7cc565245f9253a9eb50f1a80837bacd9d14a9ba))
* **npm:** remove outdated or superseded files ([100d04a](https://github.com/dhis2/ui/commit/100d04aca42e2ba151eb61c7f9d5c0978424e1b5))

## [6.0.1](https://github.com/dhis2/ui/compare/v6.0.0...v6.0.1) (2020-12-15)


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": "6.0.1",
"version": "6.0.2",
"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": "6.0.1",
"version": "6.0.2",
"description": "Constants used in the UI libs",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
Expand Down
4 changes: 2 additions & 2 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": "6.0.1",
"version": "6.0.2",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"sideEffects": false,
Expand All @@ -21,7 +21,7 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
"@dhis2/ui-constants": "6.0.1",
"@dhis2/ui-constants": "6.0.2",
"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": "6.0.1",
"version": "6.0.2",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
"sideEffects": false,
Expand All @@ -21,7 +21,7 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
"@dhis2/ui-core": "6.0.1",
"@dhis2/ui-core": "6.0.2",
"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": "6.0.1",
"version": "6.0.2",
"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": "6.0.1",
"version": "6.0.2",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"author": "Viktor Varland <[email protected]>",
Expand All @@ -16,11 +16,11 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2/ui-constants": "6.0.1",
"@dhis2/ui-icons": "6.0.1",
"@dhis2/ui-core": "6.0.1",
"@dhis2/ui-forms": "6.0.1",
"@dhis2/ui-widgets": "6.0.1"
"@dhis2/ui-constants": "6.0.2",
"@dhis2/ui-icons": "6.0.2",
"@dhis2/ui-core": "6.0.2",
"@dhis2/ui-forms": "6.0.2",
"@dhis2/ui-widgets": "6.0.2"
},
"peerDependencies": {
"react": "^16.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-widgets",
"version": "6.0.1",
"version": "6.0.2",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"sideEffects": false,
Expand All @@ -26,8 +26,8 @@
"react": "^16.8",
"react-dom": "^16.8",
"styled-jsx": "^3.2",
"@dhis2/ui-core": "6.0.1",
"@dhis2/ui-constants": "6.0.1",
"@dhis2/ui-core": "6.0.2",
"@dhis2/ui-constants": "6.0.2",
"@dhis2/app-runtime": "^2",
"@dhis2/d2-i18n": "^1"
},
Expand Down

0 comments on commit fea72f5

Please sign in to comment.