Skip to content

Commit

Permalink
chore(release): 1.32.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.32.1](v1.32.0...v1.32.1) (2023-07-27)

### Bug Fixes

* support children prop type in row component ([#347](#347)) ([4620776](4620776))
  • Loading branch information
semantic-release-bot committed Jul 27, 2023
1 parent 4620776 commit 99e3207
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.32.1](https://github.com/freenowtech/wave/compare/v1.32.0...v1.32.1) (2023-07-27)


### Bug Fixes

* support children prop type in row component ([#347](https://github.com/freenowtech/wave/issues/347)) ([4620776](https://github.com/freenowtech/wave/commit/4620776fe53fb5c5f56a887c27585e48fdbf5a9b))

## [1.32.0](https://github.com/freenowtech/wave/compare/v1.31.2...v1.32.0) (2023-06-12)


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.32.0",
"version": "1.32.1",
"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 99e3207

Please sign in to comment.