Skip to content

Commit

Permalink
release: cut the v1.15.0 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-ui-bot committed Oct 21, 2024
1 parent e73dc78 commit bdb3601
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 25 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

# [1.15.0](https://github.com/wso2/oxygen-ui/compare/v1.14.1...v1.15.0)
<br> 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)
<br> Released on: 2024-10-14

Expand Down
4 changes: 2 additions & 2 deletions docs/website/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions examples/multi-brand-identity/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdb3601

Please sign in to comment.