diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7da9336..1d40f6cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.3.3](https://github.com/wso2/oxygen-ui/compare/v1.3.2...v1.3.3)
+
Released on: 2023-10-03
+
+## What's Changed
+
+### `@oxygen-ui/primitives`
+* **primitives:** add icons ([f17492d](https://github.com/wso2/oxygen-ui/commit/f17492d8c82f2649784571bcf8fe1a3f5fe78013))
+
## [1.3.2](https://github.com/wso2/oxygen-ui/compare/v1.3.1...v1.3.2)
Released on: 2023-09-25
diff --git a/docs/website/package.json b/docs/website/package.json
index 8cc4d33d..8c910464 100644
--- a/docs/website/package.json
+++ b/docs/website/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@oxygen-ui/docs",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "Documentation of WSO2 Oxygen Design System.",
"author": "WSO2",
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
"typescript": "4.9.3"
},
"devDependencies": {
- "@oxygen-ui/logger": "1.3.2",
+ "@oxygen-ui/logger": "1.3.3",
"@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",
diff --git a/examples/multi-brand-identity/package.json b/examples/multi-brand-identity/package.json
index 689fa885..3addfeb4 100644
--- a/examples/multi-brand-identity/package.json
+++ b/examples/multi-brand-identity/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@oxygen-ui/multi-brand-identity-example",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "Sample app to showcase Oxygen Design System multi-branding capabilities.",
"author": "WSO2",
"license": "Apache-2.0",
@@ -32,8 +32,8 @@
"dependencies": {
"@fontsource/inter": "^4.5.14",
"@fontsource/montserrat": "^4.5.13",
- "@oxygen-ui/primitives": "1.3.2",
- "@oxygen-ui/react": "1.3.2",
+ "@oxygen-ui/primitives": "1.3.3",
+ "@oxygen-ui/react": "1.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
diff --git a/package.json b/package.json
index cede8a84..56fe3529 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@oxygen-ui/workspace",
- "version": "1.3.2",
+ "version": "1.3.3",
"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 2ce5a27d..eee5b935 100644
--- a/packages/logger/package.json
+++ b/packages/logger/package.json
@@ -1,6 +1,6 @@
{
"name": "@oxygen-ui/logger",
- "version": "1.3.2",
+ "version": "1.3.3",
"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 4b0181f9..ff54c8d9 100644
--- a/packages/primitives/package.json
+++ b/packages/primitives/package.json
@@ -1,6 +1,6 @@
{
"name": "@oxygen-ui/primitives",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "Low level building blocks of the Oxygen Design System",
"author": "WSO2",
"license": "Apache-2.0",
@@ -36,7 +36,7 @@
"devDependencies": {
"@babel/parser": "^7.20.5",
"@divriots/style-dictionary-to-figma": "^0.4.0",
- "@oxygen-ui/logger": "1.3.2",
+ "@oxygen-ui/logger": "1.3.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",
diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json
index 5b8d5593..d7e23e64 100644
--- a/packages/react-icons/package.json
+++ b/packages/react-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@oxygen-ui/react-icons",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "The SVG icons from primitives exported as React components.",
"author": "WSO2",
"license": "Apache-2.0",
@@ -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.3.2",
- "@oxygen-ui/primitives": "1.3.2",
+ "@oxygen-ui/logger": "1.3.3",
+ "@oxygen-ui/primitives": "1.3.3",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
diff --git a/packages/react/package.json b/packages/react/package.json
index 9fb54222..254ff4e3 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@oxygen-ui/react",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "The React implementation of the Oxygen Design System",
"author": "WSO2",
"license": "Apache-2.0",
@@ -39,8 +39,8 @@
},
"dependencies": {
"@mui/x-data-grid": "^6.9.2",
- "@oxygen-ui/primitives": "1.3.2",
- "@oxygen-ui/react-icons": "1.3.2",
+ "@oxygen-ui/primitives": "1.3.3",
+ "@oxygen-ui/react-icons": "1.3.3",
"clsx": "^1.2.1",
"react-world-flags": "^1.5.1"
},
@@ -53,7 +53,7 @@
"@mui/material": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/utils": "^5.10.16",
- "@oxygen-ui/logger": "1.3.2",
+ "@oxygen-ui/logger": "1.3.3",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-image": "^3.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a1da48e0..ea5138de 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -79,7 +79,7 @@ importers:
version: 4.9.3
devDependencies:
'@oxygen-ui/logger':
- specifier: 1.3.2
+ specifier: 1.3.3
version: link:../../packages/logger
'@wso2/eslint-plugin':
specifier: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f
@@ -112,10 +112,10 @@ importers:
specifier: ^4.5.13
version: 4.5.13
'@oxygen-ui/primitives':
- specifier: 1.3.2
+ specifier: 1.3.3
version: link:../../packages/primitives
'@oxygen-ui/react':
- specifier: 1.3.2
+ specifier: 1.3.3
version: link:../../packages/react
react:
specifier: ^18.2.0
@@ -273,7 +273,7 @@ importers:
specifier: ^0.4.0
version: 0.4.0
'@oxygen-ui/logger':
- specifier: 1.3.2
+ specifier: 1.3.3
version: link:../logger
'@types/jest':
specifier: ^29.2.3
@@ -327,10 +327,10 @@ importers:
specifier: ^6.9.2
version: 6.9.2(@mui/material@5.11.13)(@mui/system@5.11.13)(react-dom@18.2.0)(react@18.2.0)
'@oxygen-ui/primitives':
- specifier: 1.3.2
+ specifier: 1.3.3
version: link:../primitives
'@oxygen-ui/react-icons':
- specifier: 1.3.2
+ specifier: 1.3.3
version: link:../react-icons
clsx:
specifier: ^1.2.1
@@ -364,7 +364,7 @@ importers:
specifier: ^5.10.16
version: 5.11.13(react@18.2.0)
'@oxygen-ui/logger':
- specifier: 1.3.2
+ specifier: 1.3.3
version: link:../logger
'@rollup/plugin-commonjs':
specifier: ^23.0.3
@@ -556,10 +556,10 @@ importers:
specifier: ^7.20.2
version: 7.20.5
'@oxygen-ui/logger':
- specifier: 1.3.2
+ specifier: 1.3.3
version: link:../logger
'@oxygen-ui/primitives':
- specifier: 1.3.2
+ specifier: 1.3.3
version: link:../primitives
'@rollup/plugin-babel':
specifier: 5.3.1
@@ -23927,7 +23927,7 @@ packages:
dev: true
'@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f(eslint@8.25.0)(jest@29.0.3)(typescript@4.9.4)':
- resolution: {tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
+ resolution: {registry: https://registry.npmjs.org/, tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
id: '@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f'
name: '@wso2/eslint-plugin'
version: 0.1.0
@@ -23972,7 +23972,7 @@ packages:
dev: true
'@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f(eslint@8.25.0)(typescript@4.9.3)':
- resolution: {tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
+ resolution: {registry: https://registry.npmjs.org/, tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
id: '@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f'
name: '@wso2/eslint-plugin'
version: 0.1.0
@@ -24017,7 +24017,7 @@ packages:
dev: true
'@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?d84dd6df97ba9812d30b17d482ecaec5d35d3e54(eslint@8.25.0)(jest@29.0.3)(typescript@4.9.4)':
- resolution: {tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?d84dd6df97ba9812d30b17d482ecaec5d35d3e54}
+ resolution: {registry: https://registry.npmjs.org/, tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?d84dd6df97ba9812d30b17d482ecaec5d35d3e54}
id: '@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?d84dd6df97ba9812d30b17d482ecaec5d35d3e54'
name: '@wso2/eslint-plugin'
version: 0.1.0
@@ -24062,7 +24062,7 @@ packages:
dev: true
'@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f(prettier@2.8.1)(typescript@4.9.3)':
- resolution: {tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
+ resolution: {registry: https://registry.npmjs.org/, tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
id: '@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f'
name: '@wso2/prettier-config'
version: 0.1.0
@@ -24079,7 +24079,7 @@ packages:
dev: true
'@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f(prettier@2.8.1)(typescript@4.9.4)':
- resolution: {tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
+ resolution: {registry: https://registry.npmjs.org/, tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
id: '@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f'
name: '@wso2/prettier-config'
version: 0.1.0
@@ -24096,7 +24096,7 @@ packages:
dev: true
'@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?d84dd6df97ba9812d30b17d482ecaec5d35d3e54(prettier@2.8.1)(typescript@4.9.4)':
- resolution: {tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?d84dd6df97ba9812d30b17d482ecaec5d35d3e54}
+ resolution: {registry: https://registry.npmjs.org/, tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?d84dd6df97ba9812d30b17d482ecaec5d35d3e54}
id: '@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?d84dd6df97ba9812d30b17d482ecaec5d35d3e54'
name: '@wso2/prettier-config'
version: 0.1.0
@@ -24113,7 +24113,7 @@ packages:
dev: true
'@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f(postcss@8.4.16)(stylelint@15.1.0)(typescript@4.9.4)':
- resolution: {tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
+ resolution: {registry: https://registry.npmjs.org/, tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
id: '@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f'
name: '@wso2/stylelint-config'
version: 0.1.0
@@ -24134,7 +24134,7 @@ packages:
dev: true
'@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f(postcss@8.4.21)(stylelint@15.1.0)(typescript@4.9.3)':
- resolution: {tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
+ resolution: {registry: https://registry.npmjs.org/, tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
id: '@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f'
name: '@wso2/stylelint-config'
version: 0.1.0
@@ -24155,7 +24155,7 @@ packages:
dev: true
'@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f(postcss@8.4.21)(stylelint@15.1.0)(typescript@4.9.4)':
- resolution: {tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
+ resolution: {registry: https://registry.npmjs.org/, tarball: https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f}
id: '@gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f'
name: '@wso2/stylelint-config'
version: 0.1.0