diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2c66f0..ccfa4c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +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.12.1](https://github.com/digitalnsw/nsw-design-system/compare/v2.12.0...v2.12.1) + +- fix: sass interpolation issue [`#153`](https://github.com/digitalnsw/nsw-design-system/pull/153) +- use event target [`#154`](https://github.com/digitalnsw/nsw-design-system/pull/154) +- Adding guidance link to Media component [`#152`](https://github.com/digitalnsw/nsw-design-system/pull/152) + #### [v2.12.0](https://github.com/digitalnsw/nsw-design-system/compare/v2.11.3...v2.12.0) +> 10 May 2021 + - Adding space between tags [`#150`](https://github.com/digitalnsw/nsw-design-system/pull/150) - Global alert update [`#148`](https://github.com/digitalnsw/nsw-design-system/pull/148) - Media component [`#149`](https://github.com/digitalnsw/nsw-design-system/pull/149) - New page layout [`#141`](https://github.com/digitalnsw/nsw-design-system/pull/141) - Adding inline link option to global alert [`408dfec`](https://github.com/digitalnsw/nsw-design-system/commit/408dfec7f535c03a27e8d97658d1096bb4547f63) +- Built HTMLstarterkit and updated CHANGELOG.md [`c3a730c`](https://github.com/digitalnsw/nsw-design-system/commit/c3a730c831201083849f47f3fcb95a1837625f73) - Update README.md [`cf5aafd`](https://github.com/digitalnsw/nsw-design-system/commit/cf5aafddacc569fcd574cad49ee2768d2aae31d5) #### [v2.11.3](https://github.com/digitalnsw/nsw-design-system/compare/v2.11.2...v2.11.3) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index 7a9d7d2f..56fd87a0 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index 1dd5d249..e957edde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "2.12.0", + "version": "2.12.1", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",