Skip to content

Commit

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

## [1.13.11](https://github.com/wso2/oxygen-ui/compare/v1.13.10...v1.13.11)
<br> Released on: 2024-10-03

## What's Changed

## [1.13.10](https://github.com/wso2/oxygen-ui/compare/v1.13.9...v1.13.10)
<br> Released on: 2024-09-06

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.13.10",
"version": "1.13.11",
"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.13.10",
"@oxygen-ui/logger": "1.13.11",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
"@wso2/stylelint-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
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.13.10",
"version": "1.13.11",
"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.13.10",
"@oxygen-ui/react": "1.13.10",
"@oxygen-ui/primitives": "1.13.11",
"@oxygen-ui/react": "1.13.11",
"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.13.10",
"version": "1.13.11",
"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.13.10",
"version": "1.13.11",
"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.13.10",
"version": "1.13.11",
"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.13.10",
"@oxygen-ui/logger": "1.13.11",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.18",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
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.13.10",
"version": "1.13.11",
"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.13.10",
"@oxygen-ui/primitives": "1.13.10",
"@oxygen-ui/logger": "1.13.11",
"@oxygen-ui/primitives": "1.13.11",
"@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.13.10",
"version": "1.13.11",
"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.13.10",
"@oxygen-ui/react-icons": "1.13.10",
"@oxygen-ui/primitives": "1.13.11",
"@oxygen-ui/react-icons": "1.13.11",
"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.13.10",
"@oxygen-ui/logger": "1.13.11",
"@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 af840b3

Please sign in to comment.