Skip to content

Commit

Permalink
release: cut the v1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Mar 22, 2023
1 parent 1ea3f01 commit 333690d
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 15 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


## [1.2.3](https://github.com/wso2/oxygen-ui/compare/[email protected]@1.2.3) (2023-03-22)


### Bug Fixes

* **release:** experiment with release ([1ea3f01](https://github.com/wso2/oxygen-ui/commit/1ea3f01dd1112af7c7fe9c96eb85545959face2f))
* **release:** experiment with release ([13a0a4d](https://github.com/wso2/oxygen-ui/commit/13a0a4d5d85a2d248edf975113a8af49a2130d20))
* **release:** experiment with release ([c9c3c2c](https://github.com/wso2/oxygen-ui/commit/c9c3c2c550f65e298f3cd110fb3169c140241aea))
* **release:** experiment with release ([6c26a5c](https://github.com/wso2/oxygen-ui/commit/6c26a5c9849831efb7e8d14d3adb414c6e3ef0d5))
* **release:** experiment with release ([14e18b5](https://github.com/wso2/oxygen-ui/commit/14e18b56b1774774b913da432571bbfe8bfd08b5))
* **release:** experiment with release ([12e98a8](https://github.com/wso2/oxygen-ui/commit/12e98a8196375450ac55a22fe5033ff34d9e2f0b))
* **release:** experiment with release ([ab8bb3a](https://github.com/wso2/oxygen-ui/commit/ab8bb3abcb79f7afaa5d06151ded34930d7a8887))
* **release:** experiment with release ([db57dd7](https://github.com/wso2/oxygen-ui/commit/db57dd7c4ba6d3cc7de0e8da45bb73f2d8153899))
* **release:** experiment with release ([626c9be](https://github.com/wso2/oxygen-ui/commit/626c9bec3ede54836f877409edc1ce57e8885620))
* **release:** experiment with release ([bd62484](https://github.com/wso2/oxygen-ui/commit/bd62484f662cd5bf3aa7c986b54e9eecf95703c5))
* **release:** experiment with release ([ebb8fd3](https://github.com/wso2/oxygen-ui/commit/ebb8fd3199b00f026313d70ad5526c65ccc7b654))

## [1.2.2](https://github.com/wso2/oxygen-ui/compare/[email protected]@1.2.2) (2023-03-22)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxygen-ui-experimental/docs",
"version": "1.2.2",
"version": "1.2.3",
"description": "Documentation of WSO2 Oxygen Design System.",
"author": "WSO2",
"license": "Apache-2.0",
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,6 +1,6 @@
{
"name": "@oxygen-ui-examples/multi-brand-identity",
"version": "1.2.2",
"version": "1.2.3",
"description": "Sample app to showcase Oxygen Design System multi-branding capabilities.",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@fontsource/inter": "^4.5.14",
"@fontsource/montserrat": "^4.5.13",
"@oxygen-ui-experimental/primitives": "workspace:*",
"@oxygen-ui-experimental/react": "workspace:*",
"@oxygen-ui-experimental/primitives": "1.2.3",
"@oxygen-ui-experimental/react": "1.2.3",
"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-experimental/workspace",
"version": "1.2.2",
"version": "1.2.3",
"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-experimental/logger",
"version": "1.2.2",
"version": "1.2.3",
"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-experimental/primitives",
"version": "1.2.2",
"version": "1.2.3",
"description": "Low level building blocks of the Oxygen Design System",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/parser": "^7.20.5",
"@divriots/style-dictionary-to-figma": "^0.4.0",
"@oxygen-ui-experimental/logger": "workspace:*",
"@oxygen-ui-experimental/logger": "1.2.3",
"@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-experimental/react-icons",
"version": "1.2.2",
"version": "1.2.3",
"description": "The SVG icons from primitives exported as React components.",
"keywords": [
"icons",
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-experimental/logger": "workspace:*",
"@oxygen-ui-experimental/primitives": "workspace:*",
"@oxygen-ui-experimental/logger": "1.2.3",
"@oxygen-ui-experimental/primitives": "1.2.3",
"@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-experimental/react",
"version": "1.2.2",
"version": "1.2.3",
"description": "The React implementation of the Oxygen Design System",
"keywords": [
"react",
Expand Down Expand Up @@ -44,14 +44,14 @@
"@mui/material": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/utils": "^5.10.16",
"@oxygen-ui-experimental/primitives": "workspace:*",
"@oxygen-ui-experimental/react-icons": "workspace:*",
"@oxygen-ui-experimental/primitives": "1.2.3",
"@oxygen-ui-experimental/react-icons": "1.2.3",
"clsx": "^1.2.1",
"react-world-flags": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@oxygen-ui-experimental/logger": "workspace:*",
"@oxygen-ui-experimental/logger": "1.2.3",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-image": "^3.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down

1 comment on commit 333690d

@vercel
Copy link

@vercel vercel bot commented on 333690d Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 42 minutes (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.