diff --git a/CHANGELOG.md b/CHANGELOG.md index b817fa97..b115c675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ 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.4.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.3.0...v3.4.0) + +- File upload component [`#272`](https://github.com/digitalnsw/nsw-design-system/pull/272) +- Feature/loader [`#276`](https://github.com/digitalnsw/nsw-design-system/pull/276) +- Feature/status labels [`#275`](https://github.com/digitalnsw/nsw-design-system/pull/275) +- Updated theming and what's happening [`#271`](https://github.com/digitalnsw/nsw-design-system/pull/271) + #### [v3.3.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.2.5...v3.3.0) +> 22 February 2023 + - Filters component update [`#270`](https://github.com/digitalnsw/nsw-design-system/pull/270) +- Built HTMLstarterkit and updated CHANGELOG.md [`1848b9c`](https://github.com/digitalnsw/nsw-design-system/commit/1848b9c7e27351cc9eef1a8170fc2bb0bc62ec77) #### [v3.2.5](https://github.com/digitalnsw/nsw-design-system/compare/v3.2.4...v3.2.5) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index 2304deda..6ccc9860 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index 50975e2e..61248ef2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "3.3.0", + "version": "3.4.0", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",