Skip to content

Commit

Permalink
chore(release): 1.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.1](v1.14.0...v1.14.1) (2024-09-04)

### Bug Fixes

* **Icons:** [BLA-775] Change icon to have chat icon ([b933859](b933859))

### Reverts

* Revert "fix(Input): [BLA-869] Inputs with a Pre- and Suffix (Improvement)" ([da0e187](da0e187))
  • Loading branch information
semantic-release-bot committed Sep 4, 2024
1 parent da0e187 commit 4777791
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.14.1](https://github.com/otto-de/b2b-design-system/compare/v1.14.0...v1.14.1) (2024-09-04)


### Bug Fixes

* **Icons:** [BLA-775] Change icon to have chat icon ([b933859](https://github.com/otto-de/b2b-design-system/commit/b9338590166ed75c7d51dfba459504c3f6f9b7b5))


### Reverts

* Revert "fix(Input): [BLA-869] Inputs with a Pre- and Suffix (Improvement)" ([da0e187](https://github.com/otto-de/b2b-design-system/commit/da0e187c17ee5d4889c4b1e7ee76f7c01ea6bdd9))

# [1.14.0](https://github.com/otto-de/b2b-design-system/compare/v1.13.0...v1.14.0) (2024-09-04)


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.14.0",
"version": "1.14.1",
"description": "Core components defined with Stencil",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"build:storybook": "npm run copy-md-files && storybook build -o docs-build/design-system"
},
"dependencies": {
"@otto-de/b2b-tokens": "1.14.0",
"@otto-de/b2b-tokens": "1.14.1",
"@stencil-community/eslint-plugin": "^0.5.0",
"@stencil/core": "^4.12.4"
},
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.14.0",
"version": "1.14.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.14.0"
"@otto-de/b2b-core-components": "1.14.1"
},
"devDependencies": {
"@types/node": "^18.17.1",
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.14.0",
"version": "1.14.1",
"description": "B2B Design Tokens",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4777791

Please sign in to comment.