diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdfdbf91..1d94c7894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,21 @@ 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.8.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.7.1...v3.8.0) + +- Added new white outline variant and active state to button component [`#317`](https://github.com/digitalnsw/nsw-design-system/pull/317) + #### [v3.7.1](https://github.com/digitalnsw/nsw-design-system/compare/v3.7.0...v3.7.1) +> 10 July 2023 + - Removed padding from .nsw-filters__item-button [`#316`](https://github.com/digitalnsw/nsw-design-system/pull/316) - Updated 'Forms' component docs site layout into tabs [`#315`](https://github.com/digitalnsw/nsw-design-system/pull/315) - Changed the typo fuschia to fuchsia [`#314`](https://github.com/digitalnsw/nsw-design-system/pull/314) - Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 [`#310`](https://github.com/digitalnsw/nsw-design-system/pull/310) - bugfix/toggletip [`#311`](https://github.com/digitalnsw/nsw-design-system/pull/311) - Update whats-happening.hbs [`#309`](https://github.com/digitalnsw/nsw-design-system/pull/309) +- Built HTMLstarterkit and updated CHANGELOG.md [`4d0c8f4`](https://github.com/digitalnsw/nsw-design-system/commit/4d0c8f4e7e1aa7b7dd6d7f8cbc1532038a6ea300) #### [v3.7.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.6.0...v3.7.0) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index 4f019bf71..45c952c6d 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index 000da1e46..ad06d287b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "3.7.1", + "version": "3.8.0", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",