From bdb360142781c20f945fd3b1f128d274e607afe7 Mon Sep 17 00:00:00 2001 From: wso2-ui-bot Date: Mon, 21 Oct 2024 09:24:47 +0000 Subject: [PATCH] release: cut the v1.15.0 release [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ docs/website/package.json | 4 ++-- examples/multi-brand-identity/package.json | 6 +++--- package.json | 2 +- packages/logger/package.json | 2 +- packages/primitives/package.json | 4 ++-- packages/react-icons/package.json | 6 +++--- packages/react/package.json | 8 ++++---- pnpm-lock.yaml | 18 +++++++++--------- 9 files changed, 44 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92fb2400..b2648b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +# [1.15.0](https://github.com/wso2/oxygen-ui/compare/v1.14.1...v1.15.0) +
Released on: 2024-10-21 + +## What's Changed + +### `@oxygen-ui/react` +* **react:** re-export proper props interface ([595f600](https://github.com/wso2/oxygen-ui/commit/595f6000e8761f23f03bf23c82631b6b4d81e889)) +* **react:** password eye icon not working without criteria ([531d101](https://github.com/wso2/oxygen-ui/commit/531d101d36e4ca5a92fd6f516cf55e3fa77089c8)) +* **react:** add `Dialog` components ([947b054](https://github.com/wso2/oxygen-ui/commit/947b054a923ae1e297a81f7ed958a4c17fc70ee4)) +* **react:** add `Collapse` component ([293e66d](https://github.com/wso2/oxygen-ui/commit/293e66dcbe4d81a1d0485ac3ec4191792d565ec7)) +* **react:** add `Stack` component ([ffac271](https://github.com/wso2/oxygen-ui/commit/ffac271478c446a47f10d50e35c3e2456f9570df)) +* **react:** override `MuiOutlinedInput` padding ([35f6e57](https://github.com/wso2/oxygen-ui/commit/35f6e570866e63012d7d0714431a9f83248afd73)) +* **react:** add `readonly` variant styles ([875aa8f](https://github.com/wso2/oxygen-ui/commit/875aa8f7c03d10f1d500eee7c857f8d087f5b4c0)) + + +### `@oxygen-ui/primitives` +* **primitives:** add `GlobeIcon` ([58a74e3](https://github.com/wso2/oxygen-ui/commit/58a74e3b21ed58d690b973f6fe8e0da6c047a991)) +* **primitives:** add `CloneIcon` ([ffc4bcd](https://github.com/wso2/oxygen-ui/commit/ffc4bcd429d2f7f3e157819f7c06374d7d8e0780)) + ## [1.14.1](https://github.com/wso2/oxygen-ui/compare/v1.14.0...v1.14.1)
Released on: 2024-10-14 diff --git a/docs/website/package.json b/docs/website/package.json index 06a640f0..9cfa41bb 100644 --- a/docs/website/package.json +++ b/docs/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@oxygen-ui/docs", - "version": "1.14.1", + "version": "1.15.0", "description": "Documentation of WSO2 Oxygen Design System.", "author": "WSO2", "license": "Apache-2.0", @@ -44,7 +44,7 @@ "typescript": "4.9.3" }, "devDependencies": { - "@oxygen-ui/logger": "1.14.1", + "@oxygen-ui/logger": "1.15.0", "@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241", "@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241", "@wso2/stylelint-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241", diff --git a/examples/multi-brand-identity/package.json b/examples/multi-brand-identity/package.json index ed4a0ae5..6e5c56f9 100644 --- a/examples/multi-brand-identity/package.json +++ b/examples/multi-brand-identity/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@oxygen-ui/multi-brand-identity-example", - "version": "1.14.1", + "version": "1.15.0", "description": "Sample app to showcase Oxygen Design System multi-branding capabilities.", "author": "WSO2", "license": "Apache-2.0", @@ -32,8 +32,8 @@ "dependencies": { "@fontsource/inter": "^4.5.14", "@fontsource/montserrat": "^4.5.13", - "@oxygen-ui/primitives": "1.14.1", - "@oxygen-ui/react": "1.14.1", + "@oxygen-ui/primitives": "1.15.0", + "@oxygen-ui/react": "1.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/package.json b/package.json index fc64b9c7..0feb323b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@oxygen-ui/workspace", - "version": "1.14.1", + "version": "1.15.0", "description": "The Design System powering WSO2 products.", "author": "WSO2", "license": "Apache-2.0", diff --git a/packages/logger/package.json b/packages/logger/package.json index 2cc6bdb7..1a3de31a 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui/logger", - "version": "1.14.1", + "version": "1.15.0", "description": "Logger for Oxygen UI projects", "author": "WSO2", "license": "Apache-2.0", diff --git a/packages/primitives/package.json b/packages/primitives/package.json index 75f7e704..5bc35306 100644 --- a/packages/primitives/package.json +++ b/packages/primitives/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui/primitives", - "version": "1.14.1", + "version": "1.15.0", "description": "Low level building blocks of the Oxygen Design System", "author": "WSO2", "license": "Apache-2.0", @@ -36,7 +36,7 @@ "devDependencies": { "@babel/parser": "^7.20.5", "@divriots/style-dictionary-to-figma": "^0.4.0", - "@oxygen-ui/logger": "1.14.1", + "@oxygen-ui/logger": "1.15.0", "@types/jest": "^29.2.3", "@types/node": "^18.11.18", "@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 06f4a541..7b618e44 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui/react-icons", - "version": "1.14.1", + "version": "1.15.0", "description": "The SVG icons from primitives exported as React components.", "author": "WSO2", "license": "Apache-2.0", @@ -46,8 +46,8 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/types": "^7.20.2", - "@oxygen-ui/logger": "1.14.1", - "@oxygen-ui/primitives": "1.14.1", + "@oxygen-ui/logger": "1.15.0", + "@oxygen-ui/primitives": "1.15.0", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "^23.0.3", "@rollup/plugin-node-resolve": "^15.0.1", diff --git a/packages/react/package.json b/packages/react/package.json index 3127e396..221d7175 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui/react", - "version": "1.14.1", + "version": "1.15.0", "description": "The React implementation of the Oxygen Design System", "author": "WSO2", "license": "Apache-2.0", @@ -39,8 +39,8 @@ }, "dependencies": { "@mui/x-data-grid": "^6.9.2", - "@oxygen-ui/primitives": "1.14.1", - "@oxygen-ui/react-icons": "1.14.1", + "@oxygen-ui/primitives": "1.15.0", + "@oxygen-ui/react-icons": "1.15.0", "clsx": "^1.2.1", "react-world-flags": "^1.5.1" }, @@ -53,7 +53,7 @@ "@mui/material": "^5.10.16", "@mui/system": "^5.10.16", "@mui/utils": "^5.10.16", - "@oxygen-ui/logger": "1.14.1", + "@oxygen-ui/logger": "1.15.0", "@rollup/plugin-commonjs": "^23.0.3", "@rollup/plugin-image": "^3.0.1", "@rollup/plugin-node-resolve": "^15.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55055f2c..80c13456 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,7 +79,7 @@ importers: version: 4.9.3 devDependencies: '@oxygen-ui/logger': - specifier: 1.14.1 + specifier: 1.15.0 version: link:../../packages/logger '@wso2/eslint-plugin': specifier: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241 @@ -112,10 +112,10 @@ importers: specifier: ^4.5.13 version: 4.5.13 '@oxygen-ui/primitives': - specifier: 1.14.1 + specifier: 1.15.0 version: link:../../packages/primitives '@oxygen-ui/react': - specifier: 1.14.1 + specifier: 1.15.0 version: link:../../packages/react react: specifier: ^18.2.0 @@ -273,7 +273,7 @@ importers: specifier: ^0.4.0 version: 0.4.0 '@oxygen-ui/logger': - specifier: 1.14.1 + specifier: 1.15.0 version: link:../logger '@types/jest': specifier: ^29.2.3 @@ -327,10 +327,10 @@ importers: specifier: ^6.9.2 version: 6.9.2(@mui/material@5.11.13)(@mui/system@5.11.13)(react-dom@18.2.0)(react@18.2.0) '@oxygen-ui/primitives': - specifier: 1.14.1 + specifier: 1.15.0 version: link:../primitives '@oxygen-ui/react-icons': - specifier: 1.14.1 + specifier: 1.15.0 version: link:../react-icons clsx: specifier: ^1.2.1 @@ -364,7 +364,7 @@ importers: specifier: ^5.10.16 version: 5.11.13(react@18.2.0) '@oxygen-ui/logger': - specifier: 1.14.1 + specifier: 1.15.0 version: link:../logger '@rollup/plugin-commonjs': specifier: ^23.0.3 @@ -556,10 +556,10 @@ importers: specifier: ^7.20.2 version: 7.20.5 '@oxygen-ui/logger': - specifier: 1.14.1 + specifier: 1.15.0 version: link:../logger '@oxygen-ui/primitives': - specifier: 1.14.1 + specifier: 1.15.0 version: link:../primitives '@rollup/plugin-babel': specifier: 5.3.1