Skip to content

Commit

Permalink
chore(release): 1.34.2 [skip ci]
Browse files Browse the repository at this point in the history
### [1.34.2](v1.34.1...v1.34.2) (2023-10-05)

### Bug Fixes

* **deps:** crossOrigin prop is not required for inputs ([#386](#386)) ([b9e7217](b9e7217))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent b9e7217 commit 8edfd4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ cardHeadline: Changelog
cardSubHeadline: Keep up to date with the latest releases of @freenow/wave
---

### [1.34.2](https://github.com/freenowtech/wave/compare/v1.34.1...v1.34.2) (2023-10-05)


### Bug Fixes

* **deps:** crossOrigin prop is not required for inputs ([#386](https://github.com/freenowtech/wave/issues/386)) ([b9e7217](https://github.com/freenowtech/wave/commit/b9e72174bf8ac69e92d22c5b00e3aec362dd6336))

### [1.34.1](https://github.com/freenowtech/wave/compare/v1.34.0...v1.34.1) (2023-09-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freenow/wave",
"version": "1.34.1",
"version": "1.34.2",
"description": "React components of the Wave design system for your Front-End project",
"main": "lib/cjs/index.js",
"typings": "lib/types/index.d.ts",
Expand Down

0 comments on commit 8edfd4d

Please sign in to comment.