Skip to content

Commit

Permalink
chore(release): 1.4.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0-beta.1](v1.3.3-beta.1...v1.4.0-beta.1) (2023-06-12)

### Bug Fixes

* **Icon:** fix icons markup typo ([6b2be76](6b2be76))

### Features

* **Rounded-Icon:** [B2BDS-181] add rounded-icon component ([ad3d7f3](ad3d7f3))
* **Wizard-Icon:** [B2BDS-181] add wizard-icon component ([da99cd2](da99cd2))
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent 1f8307b commit 29a7ab4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.4.0-beta.1](https://github.com/otto-de/b2b-design-system/compare/v1.3.3-beta.1...v1.4.0-beta.1) (2023-06-12)


### Bug Fixes

* **Icon:** fix icons markup typo ([6b2be76](https://github.com/otto-de/b2b-design-system/commit/6b2be76301caa901575af24735457e6fac0c27b6))


### Features

* **Rounded-Icon:** [B2BDS-181] add rounded-icon component ([ad3d7f3](https://github.com/otto-de/b2b-design-system/commit/ad3d7f3a3b43c426aa4fef9552c9f1b2368726a3))
* **Wizard-Icon:** [B2BDS-181] add wizard-icon component ([da99cd2](https://github.com/otto-de/b2b-design-system/commit/da99cd24e877b2786608586b504c4a929be2bf0c))

## [1.3.3-beta.1](https://github.com/otto-de/b2b-design-system/compare/v1.3.2...v1.3.3-beta.1) (2023-06-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/core-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@otto-de/b2b-core-components",
"version": "1.3.3-beta.1",
"version": "1.4.0-beta.1",
"description": "Core components defined with Stencil",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"build:storybook": "npm run copy-md-files && build-storybook -o docs-build/design-system"
},
"dependencies": {
"@otto-de/b2b-tokens": "1.3.3-beta.1",
"@otto-de/b2b-tokens": "1.4.0-beta.1",
"@stencil-community/eslint-plugin": "^0.5.0",
"@stencil/core": "^3.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@otto-de/b2b-react-components",
"version": "1.3.3-beta.1",
"version": "1.4.0-beta.1",
"description": "B2B React components wrapper",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"tsc": "tsc -p ."
},
"dependencies": {
"@otto-de/b2b-core-components": "1.3.3-beta.1"
"@otto-de/b2b-core-components": "1.4.0-beta.1"
},
"devDependencies": {
"@types/node": "^18.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@otto-de/b2b-tokens",
"version": "1.3.3-beta.1",
"version": "1.4.0-beta.1",
"description": "B2B Design Tokens",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down

0 comments on commit 29a7ab4

Please sign in to comment.