diff --git a/CHANGELOG.md b/CHANGELOG.md index 33302055..3dd190cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,26 @@ 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.17.2](https://github.com/digitalnsw/nsw-design-system/compare/v3.17.1...v3.17.2) + +- Removes hover state from text tag. [`#429`](https://github.com/digitalnsw/nsw-design-system/pull/429) +- Addition of Sponsor list method. [`#426`](https://github.com/digitalnsw/nsw-design-system/pull/426) +- Updates to the name of the sponsor list method as well as a content overhaul. [`e5f5047`](https://github.com/digitalnsw/nsw-design-system/commit/e5f50476705a25ec278078a7f34eac1b9b752e6e) +- Updated sponsorship and partnership list guideline updates. [`d19ce48`](https://github.com/digitalnsw/nsw-design-system/commit/d19ce4864442f03ae348270bdb3a95ff070e79c0) +- Updates to content formatting. [`38d6968`](https://github.com/digitalnsw/nsw-design-system/commit/38d6968196a4ae0f106b2acba4118f8f520961d2) +- Updates to content for sponsor guidelines. [`72a2fb8`](https://github.com/digitalnsw/nsw-design-system/commit/72a2fb88ae93f17e8a7f4e5fa5aef4aec86bd8c2) +- Updates Figma link for sponsor method. [`e431b74`](https://github.com/digitalnsw/nsw-design-system/commit/e431b749ccb752ee4c3a129fc523c23ac29d3817) +- Updates to sponsorship text content. [`c8a9942`](https://github.com/digitalnsw/nsw-design-system/commit/c8a9942ea83d0c1acf225ca19e46addf186092b4) +- Updates to content in callout. [`a0ee282`](https://github.com/digitalnsw/nsw-design-system/commit/a0ee282cebf8c435471caddaf0a30c4f6a44cbeb) +- Updates to image in sponsorship content. [`19d6c48`](https://github.com/digitalnsw/nsw-design-system/commit/19d6c48d986de1cb12f2a52cb7d4e71f9449b365) + #### [v3.17.1](https://github.com/digitalnsw/nsw-design-system/compare/v3.17.0...v3.17.1) +> 24 June 2024 + - Updates to acknowledgement sizing in footer. [`#425`](https://github.com/digitalnsw/nsw-design-system/pull/425) - Update whats-happening.hbs [`#424`](https://github.com/digitalnsw/nsw-design-system/pull/424) +- Built HTMLstarterkit and updated CHANGELOG.md [`577c15f`](https://github.com/digitalnsw/nsw-design-system/commit/577c15f4d73058b65ad82c9bf4642e761a518346) - Revert "Updates to acknowledgement sizing in footer." [`2fb0e69`](https://github.com/digitalnsw/nsw-design-system/commit/2fb0e6934e51a2f1968b6b22fb789f949aa5cbf2) - Updates year in example implementation. [`68112dc`](https://github.com/digitalnsw/nsw-design-system/commit/68112dce05a1f104434bcda3ffc9ab67ec5a2147) - Updates lower text to be xs sizing. [`de4ab47`](https://github.com/digitalnsw/nsw-design-system/commit/de4ab47ebd4b74fc7d0fc3179506d3d81c841fa9) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index 2c340889..49448164 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index 67677522..8492b63a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "3.17.1", + "version": "3.17.2", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",