diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 91035672c..6787fe1ea 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -5,6 +5,13 @@ cardHeadline: Changelog cardSubHeadline: Keep up to date with the latest releases of @freenow/wave --- +## [1.32.0](https://github.com/freenowtech/wave/compare/v1.31.2...v1.32.0) (2023-06-12) + + +### Features + +* **InfoBanner:** fix up the InfoBannerCard Link export ([f6dac56](https://github.com/freenowtech/wave/commit/f6dac566d3e588b7e5a3f515b7863cf20376030d)) + ### [1.31.2](https://github.com/freenowtech/wave/compare/v1.31.1...v1.31.2) (2023-06-12) diff --git a/package-lock.json b/package-lock.json index 2db74fba8..ff4e31480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@freenow/wave", - "version": "1.31.2", + "version": "1.32.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@freenow/wave", - "version": "1.31.2", + "version": "1.32.0", "license": "Apache-2.0", "dependencies": { "@datepicker-react/hooks": "^2.3.1", diff --git a/package.json b/package.json index 345fbe451..4914f16d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@freenow/wave", - "version": "1.31.2", + "version": "1.32.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",