diff --git a/.changeset/six-paws-carry.md b/.changeset/six-paws-carry.md deleted file mode 100644 index 20992c3783..0000000000 --- a/.changeset/six-paws-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sap-ux/ui-components': minor ---- - -Provide the ability to pass any props to UITreeDropdown input. diff --git a/examples/prompting-ui/CHANGELOG.md b/examples/prompting-ui/CHANGELOG.md index e46fbda0bd..3ce9f41523 100644 --- a/examples/prompting-ui/CHANGELOG.md +++ b/examples/prompting-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @sap-ux/fe-fpm-writer-ui +## 0.0.11 + +### Patch Changes + +- Updated dependencies [a492b41] + - @sap-ux/ui-components@1.18.0 + - @sap-ux/ui-prompting@0.1.9 + ## 0.0.10 ### Patch Changes diff --git a/examples/prompting-ui/package.json b/examples/prompting-ui/package.json index 3b9321ee81..e37ff29705 100644 --- a/examples/prompting-ui/package.json +++ b/examples/prompting-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sap-ux/prompting-ui", - "version": "0.0.10", + "version": "0.0.11", "description": "This project contains UI storybook stories with exampleS with prompt ui and FPM based building blocks.", "license": "Apache-2.0", "private": true, diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index b8096b0d01..a8b25981c2 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-ux/ui-components +## 1.18.0 + +### Minor Changes + +- a492b41: Provide the ability to pass any props to UITreeDropdown input. + ## 1.17.9 ### Patch Changes diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 8d4b21c634..5b6859a5e1 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@sap-ux/ui-components", - "version": "1.17.9", + "version": "1.18.0", "license": "Apache-2.0", "description": "SAP UI Components Library", "repository": { diff --git a/packages/ui-prompting/CHANGELOG.md b/packages/ui-prompting/CHANGELOG.md index 6c2e6c6bad..49414951dd 100644 --- a/packages/ui-prompting/CHANGELOG.md +++ b/packages/ui-prompting/CHANGELOG.md @@ -1,5 +1,12 @@ # @sap-ux/ui-prompting +## 0.1.9 + +### Patch Changes + +- Updated dependencies [a492b41] + - @sap-ux/ui-components@1.18.0 + ## 0.1.8 ### Patch Changes diff --git a/packages/ui-prompting/package.json b/packages/ui-prompting/package.json index 19d0c186e8..4e774ec5c5 100644 --- a/packages/ui-prompting/package.json +++ b/packages/ui-prompting/package.json @@ -1,6 +1,6 @@ { "name": "@sap-ux/ui-prompting", - "version": "0.1.8", + "version": "0.1.9", "license": "Apache-2.0", "description": "SAP UI Components Library", "repository": {