Skip to content

Commit

Permalink
release: cut the v1.15.1 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 85d2b26 commit 50235a5
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 26 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.15.1](https://github.com/wso2/oxygen-ui/compare/v1.15.0...v1.15.1)
<br> Released on: 2024-10-21

## What's Changed

### `@oxygen-ui/examples`
* **examples:** use workspace protocol for internal packages ([34cff6a](https://github.com/wso2/oxygen-ui/commit/34cff6a363af1d44ef2055c78034bc4363f385d3))


### `@oxygen-ui/react`
* **react:** type issue in `Dialog` with `OverridableComponent` ([adc4fc4](https://github.com/wso2/oxygen-ui/commit/adc4fc4b8fe8416711bae20cd9310c72109bbe83))

# [1.15.0](https://github.com/wso2/oxygen-ui/compare/v1.14.1...v1.15.0)
<br> Released on: 2024-10-21

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.15.0",
"version": "1.15.1",
"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.15.0",
"@oxygen-ui/logger": "1.15.1",
"@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.15.0",
"version": "1.15.1",
"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": "workspace:*",
"@oxygen-ui/react": "workspace:../../packages/react/dist",
"@oxygen-ui/primitives": "1.15.1",
"@oxygen-ui/react": "1.15.1",
"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.15.0",
"version": "1.15.1",
"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.15.0",
"version": "1.15.1",
"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.15.0",
"version": "1.15.1",
"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.15.0",
"@oxygen-ui/logger": "1.15.1",
"@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.15.0",
"version": "1.15.1",
"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.15.0",
"@oxygen-ui/primitives": "1.15.0",
"@oxygen-ui/logger": "1.15.1",
"@oxygen-ui/primitives": "1.15.1",
"@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.15.0",
"version": "1.15.1",
"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.15.0",
"@oxygen-ui/react-icons": "1.15.0",
"@oxygen-ui/primitives": "1.15.1",
"@oxygen-ui/react-icons": "1.15.1",
"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.15.0",
"@oxygen-ui/logger": "1.15.1",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-image": "^3.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
20 changes: 10 additions & 10 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 50235a5

Please sign in to comment.