Skip to content

Commit

Permalink
release: cut the v0.1.3 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-ui-bot committed Mar 31, 2023
1 parent 6c820d3 commit 1968d07
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 25 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.3](https://github.com/wso2/oxygen-ui/compare/v0.1.2...v0.1.3)
<br> Released on: 2023-03-31

## What's Changed

### `@oxygen-ui/docs`
* **docs:** remove `assetPrefix` ([2654909](https://github.com/wso2/oxygen-ui/commit/265490973f151a76bbb28e170af535f932ffed2d))
* **docs:** add default base path values ([7c6e836](https://github.com/wso2/oxygen-ui/commit/7c6e8369522e810cbdbd0822306ab1efc00f9485))
* **docs:** fix image loading issues ([0304e50](https://github.com/wso2/oxygen-ui/commit/0304e5003ead878b5a6b8931570b7cc8e919878b))


### `@oxygen-ui/react`
* **react:** fix tsconfig path issue ([d6345a1](https://github.com/wso2/oxygen-ui/commit/d6345a121a0f5323a6979d53e584898356522e02))
* **react:** ignore `storybook-static` from transpilation ([5df7a6a](https://github.com/wso2/oxygen-ui/commit/5df7a6a66b40a358a1898bd7945666ae3d2ec61e))
* **react:** fix issues in Header, NavBar & AppShell components ([e7d8495](https://github.com/wso2/oxygen-ui/commit/e7d8495cb98947e333e7131b07e21f0bac9b5967))

## [0.1.2](https://github.com/wso2/oxygen-ui/compare/v0.1.1...v0.1.2)
<br> Released on: 2023-03-24

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": "0.1.2",
"version": "0.1.3",
"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": "*",
"@oxygen-ui/logger": "0.1.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",
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": "0.1.2",
"version": "0.1.3",
"description": "Sample app to showcase Oxygen Design System multi-branding capabilities.",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@fontsource/inter": "^4.5.14",
"@fontsource/montserrat": "^4.5.13",
"@oxygen-ui/primitives": "0.1.2",
"@oxygen-ui/react": "0.1.2",
"@oxygen-ui/primitives": "0.1.3",
"@oxygen-ui/react": "0.1.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/workspace",
"version": "0.1.2",
"version": "0.1.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/logger",
"version": "0.1.2",
"version": "0.1.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/primitives",
"version": "0.1.2",
"version": "0.1.3",
"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": "0.1.2",
"@oxygen-ui/logger": "0.1.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/react-icons",
"version": "0.1.2",
"version": "0.1.3",
"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": "0.1.2",
"@oxygen-ui/primitives": "0.1.2",
"@oxygen-ui/logger": "0.1.3",
"@oxygen-ui/primitives": "0.1.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/react",
"version": "0.1.2",
"version": "0.1.3",
"description": "The React implementation of the Oxygen Design System",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,8 +40,8 @@
"typecheck": "tsc --noemit -p tsconfig.json"
},
"dependencies": {
"@oxygen-ui/primitives": "0.1.2",
"@oxygen-ui/react-icons": "0.1.2",
"@oxygen-ui/primitives": "0.1.3",
"@oxygen-ui/react-icons": "0.1.3",
"clsx": "^1.2.1",
"react-world-flags": "^1.5.1"
},
Expand All @@ -54,7 +54,7 @@
"@mui/material": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/utils": "^5.10.16",
"@oxygen-ui/logger": "0.1.2",
"@oxygen-ui/logger": "0.1.3",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-image": "^3.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
20 changes: 11 additions & 9 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 1968d07

Please sign in to comment.