Skip to content

Commit fcb8a2c

Browse files
chore(release): 1.34.7 [skip ci]
### [1.34.7](v1.34.6...v1.34.7) (2024-08-23) ### Bug Fixes * adding optional chaining to a statement in the search component to fix an edge case ([#463](#463)) ([c895bb3](c895bb3))
1 parent c895bb3 commit fcb8a2c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/changelog.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ cardHeadline: Changelog
55
cardSubHeadline: Keep up to date with the latest releases of @freenow/wave
66
---
77

8+
### [1.34.7](https://github.com/freenowtech/wave/compare/v1.34.6...v1.34.7) (2024-08-23)
9+
10+
11+
### Bug Fixes
12+
13+
* adding optional chaining to a statement in the search component to fix an edge case ([#463](https://github.com/freenowtech/wave/issues/463)) ([c895bb3](https://github.com/freenowtech/wave/commit/c895bb305a8b2664364aafda6bbbd177681c977b))
14+
815
### [1.34.6](https://github.com/freenowtech/wave/compare/v1.34.5...v1.34.6) (2024-06-06)
916

1017

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freenow/wave",
3-
"version": "1.34.6",
3+
"version": "1.34.7",
44
"description": "React components of the Wave design system for your Front-End project",
55
"main": "lib/cjs/index.js",
66
"typings": "lib/types/index.d.ts",

0 commit comments

Comments
 (0)