Skip to content

Commit

Permalink
chore(release): 1.31.2 [skip ci]
Browse files Browse the repository at this point in the history
### [1.31.2](v1.31.1...v1.31.2) (2023-06-12)

### Bug Fixes

* add support for children props for Label component ([#340](#340)) ([c840c88](c840c88))
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent c840c88 commit 6c89c31
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.31.2](https://github.com/freenowtech/wave/compare/v1.31.1...v1.31.2) (2023-06-12)


### Bug Fixes

* add support for children props for Label component ([#340](https://github.com/freenowtech/wave/issues/340)) ([c840c88](https://github.com/freenowtech/wave/commit/c840c88b7315db9188cfec40b75415f2580ad757))

### [1.31.1](https://github.com/freenowtech/wave/compare/v1.31.0...v1.31.1) (2023-06-01)


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.31.1",
"version": "1.31.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 6c89c31

Please sign in to comment.