Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0](v2.0.1...v2.1.0) (2024-02-02)

### Features

* add breadcrumbs component ([#353](#353)) ([ed82e05](ed82e05))
* add error Tag and SelectList variants ([#372](#372)) ([e0eecdd](e0eecdd)), closes [#354](#354)

### Bug Fixes

* **infobanner:** allow to override attrs in InfoBannerCard ([#393](#393)) ([8b1457e](8b1457e))
* enhanced breadcrumbs style ([#390](#390)) ([e364381](e364381))
* **deps:** crossOrigin prop is not required for inputs ([#386](#386)) ([b9e7217](b9e7217))
* **input:** add aria-invalid when an input has an error ([#379](#379)) ([ec26782](ec26782))
* add border secondary ([#355](#355)) ([75243ec](75243ec))
  • Loading branch information
semantic-release-bot committed Feb 2, 2024
1 parent b124c78 commit 6d7fefa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ cardHeadline: Changelog
cardSubHeadline: Keep up to date with the latest releases of @freenow/wave
---

## [2.1.0](https://github.com/freenowtech/wave/compare/v2.0.1...v2.1.0) (2024-02-02)


### Features

* add breadcrumbs component ([#353](https://github.com/freenowtech/wave/issues/353)) ([ed82e05](https://github.com/freenowtech/wave/commit/ed82e05c35b8c8e31ed27b158f4e47a95d9199e3))
* add error Tag and SelectList variants ([#372](https://github.com/freenowtech/wave/issues/372)) ([e0eecdd](https://github.com/freenowtech/wave/commit/e0eecdd05b84370cb18e4cf8c1985f49c4f1f8e1)), closes [#354](https://github.com/freenowtech/wave/issues/354)


### Bug Fixes

* **infobanner:** allow to override attrs in InfoBannerCard ([#393](https://github.com/freenowtech/wave/issues/393)) ([8b1457e](https://github.com/freenowtech/wave/commit/8b1457e6a06fe4d36eae90ba9ed9b9af7f7fe432))
* enhanced breadcrumbs style ([#390](https://github.com/freenowtech/wave/issues/390)) ([e364381](https://github.com/freenowtech/wave/commit/e364381fa51c29913aa7eee9be17bed048d9973d))
* **deps:** crossOrigin prop is not required for inputs ([#386](https://github.com/freenowtech/wave/issues/386)) ([b9e7217](https://github.com/freenowtech/wave/commit/b9e72174bf8ac69e92d22c5b00e3aec362dd6336))
* **input:** add aria-invalid when an input has an error ([#379](https://github.com/freenowtech/wave/issues/379)) ([ec26782](https://github.com/freenowtech/wave/commit/ec26782480502cd884e0bc88653b165d15d7fc08))
* add border secondary ([#355](https://github.com/freenowtech/wave/issues/355)) ([75243ec](https://github.com/freenowtech/wave/commit/75243ec6b379fd7aab7d2ea4141e8de69640f85e))

### [2.0.1](https://github.com/freenowtech/wave/compare/v1.34.1...v2.0.1) (2024-02-01)

For a comprehensive view of all the breaking changes in the 2.0 major please visit https://wave.free-now.com/?path=/docs/migration-to-v2--docs
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": "2.0.1",
"version": "2.1.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 6d7fefa

Please sign in to comment.