diff --git a/CHANGELOG.md b/CHANGELOG.md index 759fdaa05..9307911f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.11.1](https://github.com/digitalnsw/nsw-design-system/compare/v2.11.0...v2.11.1) + +- fix: create column logic for offset [`#138`](https://github.com/digitalnsw/nsw-design-system/pull/138) + #### [v2.11.0](https://github.com/digitalnsw/nsw-design-system/compare/v2.10.2...v2.11.0) +> 29 March 2021 + - New Hero banner [`#130`](https://github.com/digitalnsw/nsw-design-system/pull/130) - Adding scroll functionality for tabs [`#136`](https://github.com/digitalnsw/nsw-design-system/pull/136) +- Built HTMLstarterkit and updated CHANGELOG.md [`dbb0cd5`](https://github.com/digitalnsw/nsw-design-system/commit/dbb0cd57f1e4e8c3ed919a0e9bf9a10162d4424a) #### [v2.10.2](https://github.com/digitalnsw/nsw-design-system/compare/v2.10.1...v2.10.2) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index 17e356593..4c23e542d 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index 24706bd8f..33430423d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "2.11.0", + "version": "2.11.1", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",