Skip to content

Commit

Permalink
Merge branch 'master' into LIBS-677/data-sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Nov 11, 2024
2 parents acfeb47 + eb6847d commit 89e105b
Show file tree
Hide file tree
Showing 76 changed files with 1,939 additions and 1,521 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [9.13.0](https://github.com/dhis2/ui/compare/v9.12.0...v9.13.0) (2024-11-05)


### Bug Fixes

* peer dependency issue with npm publish ([#1628](https://github.com/dhis2/ui/issues/1628)) ([1319654](https://github.com/dhis2/ui/commit/13196549eb2450d33d3debcbfa68d0321f8c6358))
* **translations:** sync translations from transifex (master) ([7f22330](https://github.com/dhis2/ui/commit/7f22330ddfd1af2ac6e0199f4df78abf695200a2))


### Features

* update react peer dependency to react@18 ([#1624](https://github.com/dhis2/ui/issues/1624)) ([5d3c2a4](https://github.com/dhis2/ui/commit/5d3c2a4f6fc4683354a5af3d8ec2f8bfd88169f5))

# [9.12.0](https://github.com/dhis2/ui/compare/v9.11.8...v9.12.0) (2024-10-29)


### Features

* **icons:** add link-off icons ([e72be1e](https://github.com/dhis2/ui/commit/e72be1ec672fd16072a33ec057ccc3413713abeb))

## [9.11.8](https://github.com/dhis2/ui/compare/v9.11.7...v9.11.8) (2024-10-15)


Expand Down
28 changes: 14 additions & 14 deletions collections/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
"version": "9.11.8",
"version": "9.13.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
Expand Down Expand Up @@ -30,20 +30,20 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
"react": "^16.13",
"react-dom": "^16.13"
"react": "^16.13 || ^18",
"react-dom": "^16.13 || ^18"
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/button": "9.11.8",
"@dhis2-ui/checkbox": "9.11.8",
"@dhis2-ui/field": "9.11.8",
"@dhis2-ui/file-input": "9.11.8",
"@dhis2-ui/input": "9.11.8",
"@dhis2-ui/radio": "9.11.8",
"@dhis2-ui/select": "9.11.8",
"@dhis2-ui/switch": "9.11.8",
"@dhis2-ui/text-area": "9.11.8",
"@dhis2-ui/button": "9.13.0",
"@dhis2-ui/checkbox": "9.13.0",
"@dhis2-ui/field": "9.13.0",
"@dhis2-ui/file-input": "9.13.0",
"@dhis2-ui/input": "9.13.0",
"@dhis2-ui/radio": "9.13.0",
"@dhis2-ui/select": "9.13.0",
"@dhis2-ui/switch": "9.13.0",
"@dhis2-ui/text-area": "9.13.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
Expand All @@ -54,8 +54,8 @@
"types"
],
"devDependencies": {
"react": "16.13",
"react-dom": "16.13"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"types": "types"
}
106 changes: 53 additions & 53 deletions collections/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
"version": "9.11.8",
"version": "9.13.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand All @@ -21,68 +21,68 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2-ui/alert": "9.11.8",
"@dhis2-ui/box": "9.11.8",
"@dhis2-ui/button": "9.11.8",
"@dhis2-ui/calendar": "9.11.8",
"@dhis2-ui/card": "9.11.8",
"@dhis2-ui/center": "9.11.8",
"@dhis2-ui/checkbox": "9.11.8",
"@dhis2-ui/chip": "9.11.8",
"@dhis2-ui/cover": "9.11.8",
"@dhis2-ui/css": "9.11.8",
"@dhis2-ui/divider": "9.11.8",
"@dhis2-ui/field": "9.11.8",
"@dhis2-ui/file-input": "9.11.8",
"@dhis2-ui/header-bar": "9.11.8",
"@dhis2-ui/help": "9.11.8",
"@dhis2-ui/input": "9.11.8",
"@dhis2-ui/intersection-detector": "9.11.8",
"@dhis2-ui/label": "9.11.8",
"@dhis2-ui/layer": "9.11.8",
"@dhis2-ui/legend": "9.11.8",
"@dhis2-ui/loader": "9.11.8",
"@dhis2-ui/logo": "9.11.8",
"@dhis2-ui/menu": "9.11.8",
"@dhis2-ui/modal": "9.11.8",
"@dhis2-ui/node": "9.11.8",
"@dhis2-ui/notice-box": "9.11.8",
"@dhis2-ui/organisation-unit-tree": "9.11.8",
"@dhis2-ui/pagination": "9.11.8",
"@dhis2-ui/popover": "9.11.8",
"@dhis2-ui/popper": "9.11.8",
"@dhis2-ui/portal": "9.11.8",
"@dhis2-ui/radio": "9.11.8",
"@dhis2-ui/required": "9.11.8",
"@dhis2-ui/segmented-control": "9.11.8",
"@dhis2-ui/select": "9.11.8",
"@dhis2-ui/selector-bar": "9.11.8",
"@dhis2-ui/sharing-dialog": "9.11.8",
"@dhis2-ui/switch": "9.11.8",
"@dhis2-ui/tab": "9.11.8",
"@dhis2-ui/table": "9.11.8",
"@dhis2-ui/tag": "9.11.8",
"@dhis2-ui/text-area": "9.11.8",
"@dhis2-ui/tooltip": "9.11.8",
"@dhis2-ui/transfer": "9.11.8",
"@dhis2-ui/user-avatar": "9.11.8",
"@dhis2/ui-constants": "9.11.8",
"@dhis2/ui-forms": "9.11.8",
"@dhis2/ui-icons": "9.11.8",
"@dhis2-ui/alert": "9.13.0",
"@dhis2-ui/box": "9.13.0",
"@dhis2-ui/button": "9.13.0",
"@dhis2-ui/calendar": "9.13.0",
"@dhis2-ui/card": "9.13.0",
"@dhis2-ui/center": "9.13.0",
"@dhis2-ui/checkbox": "9.13.0",
"@dhis2-ui/chip": "9.13.0",
"@dhis2-ui/cover": "9.13.0",
"@dhis2-ui/css": "9.13.0",
"@dhis2-ui/divider": "9.13.0",
"@dhis2-ui/field": "9.13.0",
"@dhis2-ui/file-input": "9.13.0",
"@dhis2-ui/header-bar": "9.13.0",
"@dhis2-ui/help": "9.13.0",
"@dhis2-ui/input": "9.13.0",
"@dhis2-ui/intersection-detector": "9.13.0",
"@dhis2-ui/label": "9.13.0",
"@dhis2-ui/layer": "9.13.0",
"@dhis2-ui/legend": "9.13.0",
"@dhis2-ui/loader": "9.13.0",
"@dhis2-ui/logo": "9.13.0",
"@dhis2-ui/menu": "9.13.0",
"@dhis2-ui/modal": "9.13.0",
"@dhis2-ui/node": "9.13.0",
"@dhis2-ui/notice-box": "9.13.0",
"@dhis2-ui/organisation-unit-tree": "9.13.0",
"@dhis2-ui/pagination": "9.13.0",
"@dhis2-ui/popover": "9.13.0",
"@dhis2-ui/popper": "9.13.0",
"@dhis2-ui/portal": "9.13.0",
"@dhis2-ui/radio": "9.13.0",
"@dhis2-ui/required": "9.13.0",
"@dhis2-ui/segmented-control": "9.13.0",
"@dhis2-ui/select": "9.13.0",
"@dhis2-ui/selector-bar": "9.13.0",
"@dhis2-ui/sharing-dialog": "9.13.0",
"@dhis2-ui/switch": "9.13.0",
"@dhis2-ui/tab": "9.13.0",
"@dhis2-ui/table": "9.13.0",
"@dhis2-ui/tag": "9.13.0",
"@dhis2-ui/text-area": "9.13.0",
"@dhis2-ui/tooltip": "9.13.0",
"@dhis2-ui/transfer": "9.13.0",
"@dhis2-ui/user-avatar": "9.13.0",
"@dhis2/ui-constants": "9.13.0",
"@dhis2/ui-forms": "9.13.0",
"@dhis2/ui-icons": "9.13.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1",
"react": "^16.13",
"react-dom": "^16.13",
"react": "^16.13 || ^18",
"react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"devDependencies": {
"@dhis2/app-runtime": "^3.9.0",
"@dhis2/d2-i18n": "^1.1.0",
"react": "16.13",
"react-dom": "16.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"files": [
Expand Down
16 changes: 8 additions & 8 deletions components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
"version": "9.11.8",
"version": "9.13.0",
"description": "UI Alert",
"repository": {
"type": "git",
Expand All @@ -27,15 +27,15 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
"react": "^16.13",
"react-dom": "^16.13",
"react": "^16.13 || ^18",
"react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/portal": "9.11.8",
"@dhis2/ui-constants": "9.11.8",
"@dhis2/ui-icons": "9.11.8",
"@dhis2-ui/portal": "9.13.0",
"@dhis2/ui-constants": "9.13.0",
"@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand All @@ -44,8 +44,8 @@
"types"
],
"devDependencies": {
"react": "16.13",
"react-dom": "16.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
Expand Down
12 changes: 6 additions & 6 deletions components/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
"version": "9.11.8",
"version": "9.13.0",
"description": "UI Box",
"repository": {
"type": "git",
Expand All @@ -27,13 +27,13 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
"react": "^16.13",
"react-dom": "^16.13",
"react": "^16.13 || ^18",
"react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.11.8",
"@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand All @@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
"react": "16.13",
"react-dom": "16.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
Expand Down
20 changes: 10 additions & 10 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
"version": "9.11.8",
"version": "9.13.0",
"description": "UI Button",
"repository": {
"type": "git",
Expand All @@ -27,17 +27,17 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
"react": "^16.13",
"react-dom": "^16.13",
"react": "^16.13 || ^18",
"react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/layer": "9.11.8",
"@dhis2-ui/loader": "9.11.8",
"@dhis2-ui/popper": "9.11.8",
"@dhis2/ui-constants": "9.11.8",
"@dhis2/ui-icons": "9.11.8",
"@dhis2-ui/layer": "9.13.0",
"@dhis2-ui/loader": "9.13.0",
"@dhis2-ui/popper": "9.13.0",
"@dhis2/ui-constants": "9.13.0",
"@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand All @@ -46,8 +46,8 @@
"types"
],
"devDependencies": {
"react": "16.13",
"react-dom": "16.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
Expand Down
1 change: 0 additions & 1 deletion components/button/src/split-button/split-button.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { render, fireEvent, cleanup, waitFor } from '@testing-library/react'
import React from 'react'
import '@testing-library/jest-dom/extend-expect'
import { SplitButton } from './split-button.js'

describe('SplitButton', () => {
Expand Down
24 changes: 12 additions & 12 deletions components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
"version": "9.11.8",
"version": "9.13.0",
"description": "UI Calendar",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,20 +28,20 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
"react": "^16.13",
"react-dom": "^16.13",
"react": "^16.13 || ^18",
"react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
"@dhis2-ui/button": "9.11.8",
"@dhis2-ui/card": "9.11.8",
"@dhis2-ui/input": "9.11.8",
"@dhis2-ui/layer": "9.11.8",
"@dhis2-ui/popper": "9.11.8",
"@dhis2-ui/button": "9.13.0",
"@dhis2-ui/card": "9.13.0",
"@dhis2-ui/input": "9.13.0",
"@dhis2-ui/layer": "9.13.0",
"@dhis2-ui/popper": "9.13.0",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.11.8",
"@dhis2/ui-icons": "9.11.8",
"@dhis2/ui-constants": "9.13.0",
"@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand All @@ -51,8 +51,8 @@
],
"devDependencies": {
"@dhis2/d2-i18n": "^1.1.0",
"react": "16.13",
"react-dom": "16.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
Expand Down
Loading

0 comments on commit 89e105b

Please sign in to comment.