diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d94c7894..282e8524f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,28 @@ 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). +#### [v3.9.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.8.0...v3.9.0) + +- Update/whats happening [`#327`](https://github.com/digitalnsw/nsw-design-system/pull/327) +- feature/external-link-icon [`#320`](https://github.com/digitalnsw/nsw-design-system/pull/320) +- Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 [`#325`](https://github.com/digitalnsw/nsw-design-system/pull/325) +- Feature/te 1809/update buttons doc layout [`#322`](https://github.com/digitalnsw/nsw-design-system/pull/322) +- Updates Accordion documentation labelling to update contract to colla… [`#323`](https://github.com/digitalnsw/nsw-design-system/pull/323) +- Added 'close on click outside' functionality to the main navigation component [`#321`](https://github.com/digitalnsw/nsw-design-system/pull/321) +- Change Helper text to default [`#324`](https://github.com/digitalnsw/nsw-design-system/pull/324) +- Added support for Firefox and Safari who do not support content alternate text [`#319`](https://github.com/digitalnsw/nsw-design-system/pull/319) +- fix/breadcrumbs-icon-hide-screenreader [`#318`](https://github.com/digitalnsw/nsw-design-system/pull/318) +- Updates Buttons documentation to house variations within tabbed component. [`e7a48f4`](https://github.com/digitalnsw/nsw-design-system/commit/e7a48f44890380fd828c4dc0aa5f9ed4f4b0183d) +- Updates to indentation of code examples for button documentation. [`ebdbcdd`](https://github.com/digitalnsw/nsw-design-system/commit/ebdbcdd19c5da834c2497192e8003fc37538c956) +- Buttons docs updates to remove styling from buttons scss. [`ec4a966`](https://github.com/digitalnsw/nsw-design-system/commit/ec4a966da9c446df516e47db84303a162714b5ef) +- Updates Accordion documentation labelling to update contract to collapse. [`f3c1e3d`](https://github.com/digitalnsw/nsw-design-system/commit/f3c1e3d4ed98c0504f8579efa3aeb69c333a4228) + #### [v3.8.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.7.1...v3.8.0) +> 10 July 2023 + - Added new white outline variant and active state to button component [`#317`](https://github.com/digitalnsw/nsw-design-system/pull/317) +- Built HTMLstarterkit and updated CHANGELOG.md [`42cb193`](https://github.com/digitalnsw/nsw-design-system/commit/42cb19330ab906160a13760cdeb086d7d3dd1bc9) #### [v3.7.1](https://github.com/digitalnsw/nsw-design-system/compare/v3.7.0...v3.7.1) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index 45c952c6d..823f28913 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index ad06d287b..23227d458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "3.8.0", + "version": "3.9.0", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",