Skip to content

Commit

Permalink
chore(release): 1.25.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.25.0](v1.24.2...v1.25.0) (2022-06-13)

### Features

* add InfoBanner component ([#225](#225)) ([e434f5a](e434f5a))

### Bug Fixes

* giving singlevalue full max width to override the selectlist styles ([#248](#248)) ([115ae70](115ae70))
  • Loading branch information
semantic-release-bot committed Jun 13, 2022
1 parent e434f5a commit e012ba5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ cardHeadline: Changelog
cardSubHeadline: Keep up to date with the latest releases of @freenow/wave
---

## [1.25.0](https://github.com/freenowtech/wave/compare/v1.24.2...v1.25.0) (2022-06-13)


### Features

* add InfoBanner component ([#225](https://github.com/freenowtech/wave/issues/225)) ([e434f5a](https://github.com/freenowtech/wave/commit/e434f5a01915e0754ba0029b9dfbef047b6de3b2))


### Bug Fixes

* giving singlevalue full max width to override the selectlist styles ([#248](https://github.com/freenowtech/wave/issues/248)) ([115ae70](https://github.com/freenowtech/wave/commit/115ae709d491d75d76342aa0536d274f5a23eb45))

### [1.24.2](https://github.com/freenowtech/wave/compare/v1.24.1...v1.24.2) (2022-06-08)


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.24.2",
"version": "1.25.0",
"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 e012ba5

Please sign in to comment.