diff --git a/CHANGELOG.md b/CHANGELOG.md index e56093f2..181cfa0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,22 @@ 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). +#### [v2.10.1](https://github.com/digitalnsw/nsw-design-system/compare/v2.10.0...v2.10.1) + +- fix: meganav menu add a check if active elem is nav link [`#129`](https://github.com/digitalnsw/nsw-design-system/pull/129) +- fix: change color to fill [`#127`](https://github.com/digitalnsw/nsw-design-system/pull/127) +- Fix: adding exception for nsw-icon version [`66b0009`](https://github.com/digitalnsw/nsw-design-system/commit/66b000924b5e27aac9b5f63828d0873f11d4dfaa) +- fix: style for both svg and material icon [`0bc2e81`](https://github.com/digitalnsw/nsw-design-system/commit/0bc2e813cb0e88f01fdb8e5c9386f76545bd9053) +- rewrite include function to support IE11 [`ae0d05a`](https://github.com/digitalnsw/nsw-design-system/commit/ae0d05aa35ca5478b80a35b6866144cd837fb510) + #### [v2.10.0](https://github.com/digitalnsw/nsw-design-system/compare/v2.9.0...v2.10.0) +> 4 March 2021 + - fix: prevent centering non-child nav links [`#123`](https://github.com/digitalnsw/nsw-design-system/pull/123) - Content cards and blocks [`#122`](https://github.com/digitalnsw/nsw-design-system/pull/122) - Feature/progress indicator [`#120`](https://github.com/digitalnsw/nsw-design-system/pull/120) +- Built HTMLstarterkit and updated CHANGELOG.md [`757b41d`](https://github.com/digitalnsw/nsw-design-system/commit/757b41dbd8b1e0e873a7b2fd280da0749d691cc0) #### [v2.9.0](https://github.com/digitalnsw/nsw-design-system/compare/v2.8.1...v2.9.0) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index cb99478f..cbdcdf24 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index 882d5d35..e23a32da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "2.10.0", + "version": "2.10.1", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",