Skip to content

Commit

Permalink
chore(release): cut 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.7.8...v6.0.0) (2020-12-10)

### Bug Fixes

* **ui-icons:** change world-16 icon color to black ([10790d3](10790d3))
* **ui-icons:** fix svg fill colors ([6d040fb](6d040fb))

### Code Refactoring

* **ui-icons:** remove legacy icons ([d39857b](d39857b))

### Features

* **ui-icons:** add new icons ([e1a994e](e1a994e))

### BREAKING CHANGES

* **ui-icons:** the existing ui-icons have been removed. These were
mostly meant for internal use. The components that have been removed
are: Account, Apps, ArrowDown, ArrowUp, AttachFile, CancelOutline,
Cancel, CheckboxRegular, CheckboxDense, ChevronRight, ChevronLeft,
Close, Email, Empty, Exit, FileUpload, FolderClosed, FolderOpen, Help,
Info, Message, RadioRegular, RadioDense, Settings, Single, Valid,
Warning, Info, Loading, StatusIcon, SwitchRegular and Upload. Please
ensure that you are not depending on these components before upgrading.
  • Loading branch information
dhis2-bot committed Dec 10, 2020
1 parent a20012c commit 26cd8df
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 16 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [6.0.0](https://github.com/dhis2/ui/compare/v5.7.8...v6.0.0) (2020-12-10)


### Bug Fixes

* **ui-icons:** change world-16 icon color to black ([10790d3](https://github.com/dhis2/ui/commit/10790d3131477232cebe940bc601cc8e78134fd5))
* **ui-icons:** fix svg fill colors ([6d040fb](https://github.com/dhis2/ui/commit/6d040fbc7b7081f096f74e7e92972e78eb820972))


### Code Refactoring

* **ui-icons:** remove legacy icons ([d39857b](https://github.com/dhis2/ui/commit/d39857b91130b50099c38db91960c50317ac8ca0))


### Features

* **ui-icons:** add new icons ([e1a994e](https://github.com/dhis2/ui/commit/e1a994ed30e3ebbbca97d7a6dafff76e1e77b3ae))


### BREAKING CHANGES

* **ui-icons:** the existing ui-icons have been removed. These were
mostly meant for internal use. The components that have been removed
are: Account, Apps, ArrowDown, ArrowUp, AttachFile, CancelOutline,
Cancel, CheckboxRegular, CheckboxDense, ChevronRight, ChevronLeft,
Close, Email, Empty, Exit, FileUpload, FolderClosed, FolderOpen, Help,
Info, Message, RadioRegular, RadioDense, Settings, Single, Valid,
Warning, Info, Loading, StatusIcon, SwitchRegular and Upload. Please
ensure that you are not depending on these components before upgrading.

## [5.7.8](https://github.com/dhis2/ui/compare/v5.7.7...v5.7.8) (2020-11-27)


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.7.8",
"version": "6.0.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.7.8",
"version": "6.0.0",
"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": "5.7.8",
"version": "6.0.0",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
"@dhis2/ui-constants": "5.7.8",
"@dhis2/ui-constants": "6.0.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.7.8",
"version": "6.0.0",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
"@dhis2/ui-core": "5.7.8",
"@dhis2/ui-core": "6.0.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.7.8",
"version": "6.0.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.7.8",
"version": "6.0.0",
"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": "5.7.8",
"@dhis2/ui-icons": "5.7.8",
"@dhis2/ui-core": "5.7.8",
"@dhis2/ui-forms": "5.7.8",
"@dhis2/ui-widgets": "5.7.8"
"@dhis2/ui-constants": "6.0.0",
"@dhis2/ui-icons": "6.0.0",
"@dhis2/ui-core": "6.0.0",
"@dhis2/ui-forms": "6.0.0",
"@dhis2/ui-widgets": "6.0.0"
},
"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": "5.7.8",
"version": "6.0.0",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"sideEffects": false,
Expand All @@ -25,8 +25,8 @@
"react": "^16.8",
"react-dom": "^16.8",
"styled-jsx": "^3.2",
"@dhis2/ui-core": "5.7.8",
"@dhis2/ui-constants": "5.7.8",
"@dhis2/ui-core": "6.0.0",
"@dhis2/ui-constants": "6.0.0",
"@dhis2/app-runtime": "^2",
"@dhis2/d2-i18n": "^1"
},
Expand Down

0 comments on commit 26cd8df

Please sign in to comment.