diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e7a3827..46d567b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.5.3](https://github.com/digitalnsw/nsw-design-system/compare/v3.5.2...v3.5.3) + +- Feature/filters multiple select [`#303`](https://github.com/digitalnsw/nsw-design-system/pull/303) +- Implemented accessibility enhancements to pagination [`#304`](https://github.com/digitalnsw/nsw-design-system/pull/304) + #### [v3.5.2](https://github.com/digitalnsw/nsw-design-system/compare/v3.5.1...v3.5.2) +> 20 April 2023 + - feature/pagination [`#301`](https://github.com/digitalnsw/nsw-design-system/pull/301) - Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.4.1 [`#298`](https://github.com/digitalnsw/nsw-design-system/pull/298) - Bump actions/download-artifact from 2 to 3 [`#299`](https://github.com/digitalnsw/nsw-design-system/pull/299) @@ -14,6 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Updated metalsmith-data-loader, metalsmith, jstransformer-handlebars, handlebars, gulp-zip, gulp-replace, gulp-changed, gulp-bump, auto-changelog, @babel/preset-env and @babel/core [`#294`](https://github.com/digitalnsw/nsw-design-system/pull/294) - Update redrun [`#293`](https://github.com/digitalnsw/nsw-design-system/pull/293) - Update cssnano, gulp-postcss and postcss-normalize [`#292`](https://github.com/digitalnsw/nsw-design-system/pull/292) +- Built HTMLstarterkit and updated CHANGELOG.md [`545987b`](https://github.com/digitalnsw/nsw-design-system/commit/545987b91c1b816b132c247baf07a08ff1d5f3b7) #### [v3.5.1](https://github.com/digitalnsw/nsw-design-system/compare/v3.5.0...v3.5.1) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index b63f5b9b..5fd618f0 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index 40f81d48..c494e365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "3.5.2", + "version": "3.5.3", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",