Skip to content

Commit

Permalink
chore(release): cut 8.15.0-alpha.3 [skip release]
Browse files Browse the repository at this point in the history
# [8.15.0-alpha.3](v8.15.0-alpha.2...v8.15.0-alpha.3) (2023-11-20)

### Bug Fixes

* **package:** include types in exports field ([e16036b](e16036b))
* **pagination:** add row padding on small screens and demo stories ([b373859](b373859))
* **portal:** get default mount node at execution time ([20ab2ca](20ab2ca))
* **translations:** sync translations from transifex (master) ([f7cc472](f7cc472))
* **translations:** sync translations from transifex (master) ([7ea15fe](7ea15fe))
* **translations:** sync translations from transifex (master) ([fb22f68](fb22f68))
* **translations:** sync translations from transifex (master) ([071453c](071453c))
* **translations:** sync translations from transifex (master) ([4a8b0b3](4a8b0b3))
* **translations:** sync translations from transifex (master) ([ac1b242](ac1b242))
* **translations:** sync translations from transifex (master) ([28e0da7](28e0da7))
  • Loading branch information
dhis2-bot committed Nov 20, 2023
1 parent 4f83a6a commit 702002b
Show file tree
Hide file tree
Showing 54 changed files with 293 additions and 277 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [8.15.0-alpha.3](https://github.com/dhis2/ui/compare/v8.15.0-alpha.2...v8.15.0-alpha.3) (2023-11-20)


### Bug Fixes

* **package:** include types in exports field ([e16036b](https://github.com/dhis2/ui/commit/e16036b6c4fc32f702fe0e677f7bd4598c258fd5))
* **pagination:** add row padding on small screens and demo stories ([b373859](https://github.com/dhis2/ui/commit/b37385931645dbae98108c850ec384e8a8f6e03c))
* **portal:** get default mount node at execution time ([20ab2ca](https://github.com/dhis2/ui/commit/20ab2cacb84c0f704d6cbb18000b035ce581446c))
* **translations:** sync translations from transifex (master) ([f7cc472](https://github.com/dhis2/ui/commit/f7cc4726949384d9e6e7739a39565f51d9dcf286))
* **translations:** sync translations from transifex (master) ([7ea15fe](https://github.com/dhis2/ui/commit/7ea15feb4dfe7e21bef2cbca93b1159ddb6b8960))
* **translations:** sync translations from transifex (master) ([fb22f68](https://github.com/dhis2/ui/commit/fb22f682f36a1347eecfbdbc65bb32ed30d7d7fe))
* **translations:** sync translations from transifex (master) ([071453c](https://github.com/dhis2/ui/commit/071453c5570fa61461a01310e65ca2061b64a80d))
* **translations:** sync translations from transifex (master) ([4a8b0b3](https://github.com/dhis2/ui/commit/4a8b0b3135347c474cbc0a37bc155a83e16e2713))
* **translations:** sync translations from transifex (master) ([ac1b242](https://github.com/dhis2/ui/commit/ac1b2425b04d1e269dc8d05396d97a98bb37e882))
* **translations:** sync translations from transifex (master) ([28e0da7](https://github.com/dhis2/ui/commit/28e0da7dfca340ad7c4e9a3e7ebe4150decb3d82))

# [8.15.0-alpha.2](https://github.com/dhis2/ui/compare/v8.15.0-alpha.1...v8.15.0-alpha.2) (2023-10-20)

### Bug Fixes
Expand Down
20 changes: 10 additions & 10 deletions collections/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
Expand Down Expand Up @@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/button": "8.15.0-alpha.2",
"@dhis2-ui/checkbox": "8.15.0-alpha.2",
"@dhis2-ui/field": "8.15.0-alpha.2",
"@dhis2-ui/file-input": "8.15.0-alpha.2",
"@dhis2-ui/input": "8.15.0-alpha.2",
"@dhis2-ui/radio": "8.15.0-alpha.2",
"@dhis2-ui/select": "8.15.0-alpha.2",
"@dhis2-ui/switch": "8.15.0-alpha.2",
"@dhis2-ui/text-area": "8.15.0-alpha.2",
"@dhis2-ui/button": "8.15.0-alpha.3",
"@dhis2-ui/checkbox": "8.15.0-alpha.3",
"@dhis2-ui/field": "8.15.0-alpha.3",
"@dhis2-ui/file-input": "8.15.0-alpha.3",
"@dhis2-ui/input": "8.15.0-alpha.3",
"@dhis2-ui/radio": "8.15.0-alpha.3",
"@dhis2-ui/select": "8.15.0-alpha.3",
"@dhis2-ui/switch": "8.15.0-alpha.3",
"@dhis2-ui/text-area": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
Expand Down
98 changes: 49 additions & 49 deletions collections/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand All @@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2-ui/alert": "8.15.0-alpha.2",
"@dhis2-ui/box": "8.15.0-alpha.2",
"@dhis2-ui/button": "8.15.0-alpha.2",
"@dhis2-ui/calendar": "8.15.0-alpha.2",
"@dhis2-ui/card": "8.15.0-alpha.2",
"@dhis2-ui/center": "8.15.0-alpha.2",
"@dhis2-ui/checkbox": "8.15.0-alpha.2",
"@dhis2-ui/chip": "8.15.0-alpha.2",
"@dhis2-ui/cover": "8.15.0-alpha.2",
"@dhis2-ui/css": "8.15.0-alpha.2",
"@dhis2-ui/divider": "8.15.0-alpha.2",
"@dhis2-ui/field": "8.15.0-alpha.2",
"@dhis2-ui/file-input": "8.15.0-alpha.2",
"@dhis2-ui/header-bar": "8.15.0-alpha.2",
"@dhis2-ui/help": "8.15.0-alpha.2",
"@dhis2-ui/input": "8.15.0-alpha.2",
"@dhis2-ui/intersection-detector": "8.15.0-alpha.2",
"@dhis2-ui/label": "8.15.0-alpha.2",
"@dhis2-ui/layer": "8.15.0-alpha.2",
"@dhis2-ui/legend": "8.15.0-alpha.2",
"@dhis2-ui/loader": "8.15.0-alpha.2",
"@dhis2-ui/logo": "8.15.0-alpha.2",
"@dhis2-ui/menu": "8.15.0-alpha.2",
"@dhis2-ui/modal": "8.15.0-alpha.2",
"@dhis2-ui/node": "8.15.0-alpha.2",
"@dhis2-ui/notice-box": "8.15.0-alpha.2",
"@dhis2-ui/organisation-unit-tree": "8.15.0-alpha.2",
"@dhis2-ui/pagination": "8.15.0-alpha.2",
"@dhis2-ui/popover": "8.15.0-alpha.2",
"@dhis2-ui/popper": "8.15.0-alpha.2",
"@dhis2-ui/portal": "8.15.0-alpha.2",
"@dhis2-ui/radio": "8.15.0-alpha.2",
"@dhis2-ui/required": "8.15.0-alpha.2",
"@dhis2-ui/segmented-control": "8.15.0-alpha.2",
"@dhis2-ui/select": "8.15.0-alpha.2",
"@dhis2-ui/selector-bar": "8.15.0-alpha.2",
"@dhis2-ui/sharing-dialog": "8.15.0-alpha.2",
"@dhis2-ui/switch": "8.15.0-alpha.2",
"@dhis2-ui/tab": "8.15.0-alpha.2",
"@dhis2-ui/table": "8.15.0-alpha.2",
"@dhis2-ui/tag": "8.15.0-alpha.2",
"@dhis2-ui/text-area": "8.15.0-alpha.2",
"@dhis2-ui/tooltip": "8.15.0-alpha.2",
"@dhis2-ui/transfer": "8.15.0-alpha.2",
"@dhis2-ui/user-avatar": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-forms": "8.15.0-alpha.2",
"@dhis2/ui-icons": "8.15.0-alpha.2",
"@dhis2-ui/alert": "8.15.0-alpha.3",
"@dhis2-ui/box": "8.15.0-alpha.3",
"@dhis2-ui/button": "8.15.0-alpha.3",
"@dhis2-ui/calendar": "8.15.0-alpha.3",
"@dhis2-ui/card": "8.15.0-alpha.3",
"@dhis2-ui/center": "8.15.0-alpha.3",
"@dhis2-ui/checkbox": "8.15.0-alpha.3",
"@dhis2-ui/chip": "8.15.0-alpha.3",
"@dhis2-ui/cover": "8.15.0-alpha.3",
"@dhis2-ui/css": "8.15.0-alpha.3",
"@dhis2-ui/divider": "8.15.0-alpha.3",
"@dhis2-ui/field": "8.15.0-alpha.3",
"@dhis2-ui/file-input": "8.15.0-alpha.3",
"@dhis2-ui/header-bar": "8.15.0-alpha.3",
"@dhis2-ui/help": "8.15.0-alpha.3",
"@dhis2-ui/input": "8.15.0-alpha.3",
"@dhis2-ui/intersection-detector": "8.15.0-alpha.3",
"@dhis2-ui/label": "8.15.0-alpha.3",
"@dhis2-ui/layer": "8.15.0-alpha.3",
"@dhis2-ui/legend": "8.15.0-alpha.3",
"@dhis2-ui/loader": "8.15.0-alpha.3",
"@dhis2-ui/logo": "8.15.0-alpha.3",
"@dhis2-ui/menu": "8.15.0-alpha.3",
"@dhis2-ui/modal": "8.15.0-alpha.3",
"@dhis2-ui/node": "8.15.0-alpha.3",
"@dhis2-ui/notice-box": "8.15.0-alpha.3",
"@dhis2-ui/organisation-unit-tree": "8.15.0-alpha.3",
"@dhis2-ui/pagination": "8.15.0-alpha.3",
"@dhis2-ui/popover": "8.15.0-alpha.3",
"@dhis2-ui/popper": "8.15.0-alpha.3",
"@dhis2-ui/portal": "8.15.0-alpha.3",
"@dhis2-ui/radio": "8.15.0-alpha.3",
"@dhis2-ui/required": "8.15.0-alpha.3",
"@dhis2-ui/segmented-control": "8.15.0-alpha.3",
"@dhis2-ui/select": "8.15.0-alpha.3",
"@dhis2-ui/selector-bar": "8.15.0-alpha.3",
"@dhis2-ui/sharing-dialog": "8.15.0-alpha.3",
"@dhis2-ui/switch": "8.15.0-alpha.3",
"@dhis2-ui/tab": "8.15.0-alpha.3",
"@dhis2-ui/table": "8.15.0-alpha.3",
"@dhis2-ui/tag": "8.15.0-alpha.3",
"@dhis2-ui/text-area": "8.15.0-alpha.3",
"@dhis2-ui/tooltip": "8.15.0-alpha.3",
"@dhis2-ui/transfer": "8.15.0-alpha.3",
"@dhis2-ui/user-avatar": "8.15.0-alpha.3",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"@dhis2/ui-forms": "8.15.0-alpha.3",
"@dhis2/ui-icons": "8.15.0-alpha.3",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Alert",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/portal": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-icons": "8.15.0-alpha.2",
"@dhis2-ui/portal": "8.15.0-alpha.3",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"@dhis2/ui-icons": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Box",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
12 changes: 6 additions & 6 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Button",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/layer": "8.15.0-alpha.2",
"@dhis2-ui/loader": "8.15.0-alpha.2",
"@dhis2-ui/popper": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-icons": "8.15.0-alpha.2",
"@dhis2-ui/layer": "8.15.0-alpha.3",
"@dhis2-ui/loader": "8.15.0-alpha.3",
"@dhis2-ui/popper": "8.15.0-alpha.3",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"@dhis2/ui-icons": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
16 changes: 8 additions & 8 deletions components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Calendar",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
"@dhis2-ui/button": "8.15.0-alpha.2",
"@dhis2-ui/card": "8.15.0-alpha.2",
"@dhis2-ui/input": "8.15.0-alpha.2",
"@dhis2-ui/layer": "8.15.0-alpha.2",
"@dhis2-ui/popper": "8.15.0-alpha.2",
"@dhis2-ui/button": "8.15.0-alpha.3",
"@dhis2-ui/card": "8.15.0-alpha.3",
"@dhis2-ui/input": "8.15.0-alpha.3",
"@dhis2-ui/layer": "8.15.0-alpha.3",
"@dhis2-ui/popper": "8.15.0-alpha.3",
"@dhis2/multi-calendar-dates": "1.0.2",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-icons": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"@dhis2/ui-icons": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Card",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Center",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
8 changes: 4 additions & 4 deletions components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Checkbox",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/field": "8.15.0-alpha.2",
"@dhis2-ui/required": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2-ui/field": "8.15.0-alpha.3",
"@dhis2-ui/required": "8.15.0-alpha.3",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Chip",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/cover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Cover",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI CSS",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
"version": "8.15.0-alpha.2",
"version": "8.15.0-alpha.3",
"description": "UI Divider",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.15.0-alpha.2",
"@dhis2/ui-constants": "8.15.0-alpha.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
Loading

0 comments on commit 702002b

Please sign in to comment.