diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efdc105..14d77079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.1.1](https://github.com/SU-SWS/decanter-react/compare/1.1.0...1.1.1) + +- Version 1.1.1 [`#85`](https://github.com/SU-SWS/decanter-react/pull/85) +- ADAPT-3127: Modal content component [`#64`](https://github.com/SU-SWS/decanter-react/pull/64) +- ADAPT-000: Fixup missing dismiss text. [`#76`](https://github.com/SU-SWS/decanter-react/pull/76) +- ADAPT-000: Fixup Storybook console errors. [`#77`](https://github.com/SU-SWS/decanter-react/pull/77) +- ADAPT-3828 Adjust HeroIcon types [`#80`](https://github.com/SU-SWS/decanter-react/pull/80) + #### [1.1.0](https://github.com/SU-SWS/decanter-react/compare/1.0.8...1.1.0) +> 29 September 2021 + - Adapt 3717: Hero Icon updates [`#71`](https://github.com/SU-SWS/decanter-react/pull/71) - ADAPT-3128: Error Summary Box (and List) variation [`#70`](https://github.com/SU-SWS/decanter-react/pull/70) - ADAPT-3096: Text Field [`#65`](https://github.com/SU-SWS/decanter-react/pull/65) diff --git a/package-lock.json b/package-lock.json index e509f91b..5c9e5d4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "decanter-react", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index af6830a0..04383f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decanter-react", - "version": "1.1.0", + "version": "1.1.1", "description": "Decanter React Library", "source": "src/index.js", "main": "dist/decanter-react.js",