diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e366ff..310b7d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.2.1](https://github.com/wso2/oxygen-ui/compare/oxygen-ui@1.2.0...oxygen-ui@1.2.1) (2023-03-22) + + +### Bug Fixes + +* **release:** experiment with release ([9e98210](https://github.com/wso2/oxygen-ui/commit/9e9821067061567a89b01baaa5e53fa862d26dd3)) + # [1.2.0](https://github.com/wso2/oxygen-ui/compare/oxygen-ui@1.1.1...oxygen-ui@1.2.0) (2023-03-22) diff --git a/docs/package.json b/docs/package.json index ee825086..6e8bbbb0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui-experimental/docs", - "version": "1.2.0", + "version": "1.2.1", "description": "Documentation of WSO2 Oxygen Design System.", "author": "WSO2", "license": "Apache-2.0", diff --git a/examples/multi-brand-identity/package.json b/examples/multi-brand-identity/package.json index 6aeabf2c..3c5b3180 100644 --- a/examples/multi-brand-identity/package.json +++ b/examples/multi-brand-identity/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui-examples/multi-brand-identity", - "version": "1.2.0", + "version": "1.2.1", "description": "Sample app to showcase Oxygen Design System multi-branding capabilities.", "author": "WSO2", "license": "Apache-2.0", diff --git a/package.json b/package.json index 887b7da1..a8b5fd09 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@oxygen-ui-experimental/workspace", - "version": "1.2.0", + "version": "1.2.1", "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 71afbe2d..1b970360 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui-experimental/logger", - "version": "1.2.0", + "version": "1.2.1", "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 b02eb9a5..1e73bad3 100644 --- a/packages/primitives/package.json +++ b/packages/primitives/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui-experimental/primitives", - "version": "1.2.0", + "version": "1.2.1", "description": "Low level building blocks of the Oxygen Design System", "author": "WSO2", "license": "Apache-2.0", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 3609b7cf..12fbc86d 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui-experimental/react-icons", - "version": "1.2.0", + "version": "1.2.1", "description": "The SVG icons from primitives exported as React components.", "keywords": [ "icons", diff --git a/packages/react/package.json b/packages/react/package.json index 23de9f59..aa6fb97f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@oxygen-ui-experimental/react", - "version": "1.2.0", + "version": "1.2.1", "description": "The React implementation of the Oxygen Design System", "keywords": [ "react",