Skip to content

Commit

Permalink
Built HTMLstarterkit and updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Elliott committed Mar 23, 2020
1 parent 19f8a9e commit eaf9b18
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.0.0](https://github.com/digitalnsw/nsw-design-system/compare/v1.3.0...v2.0.0)

> 23 March 2020
- GDS-721 - design tokens [`#66`](https://github.com/digitalnsw/nsw-design-system/pull/66)
- BREAKING CHANGE: fixes based on results of audit and mega menu update [`#65`](https://github.com/digitalnsw/nsw-design-system/pull/65)
- BREAKING CHANGE: Directional links and pagination consolidation [`#64`](https://github.com/digitalnsw/nsw-design-system/pull/64)
- - updated main nav structure to be inline with new design and UX [`6babbb8`](https://github.com/digitalnsw/nsw-design-system/commit/6babbb8b312122e0ae1e0611288ee31bc227da78)
- BREAKING CHANGE: consolidation work for design tokens [`3a4e614`](https://github.com/digitalnsw/nsw-design-system/commit/3a4e614405319d47222cb98e8519bb841029d512)
- BREAKING CHANGE: main nav mega menu update [`d1845b3`](https://github.com/digitalnsw/nsw-design-system/commit/d1845b3c4932cd27ff09ba3a2d139c6f1a073944)
- - updated some sass mapping values to better align with naming conventions [`fa48063`](https://github.com/digitalnsw/nsw-design-system/commit/fa480632934d3cf515e361fdbc73a69a1e489203)
- - changed breakpoint from sm to md for header border-bottom styles [`3b01ff7`](https://github.com/digitalnsw/nsw-design-system/commit/3b01ff7cebca8d03a74d3bd861506f3aa910b407)
- - removed reference to blockquote from scss import [`b097c3c`](https://github.com/digitalnsw/nsw-design-system/commit/b097c3cbf8f63f2c699bbf3541dd4b8d7289cee3)

#### [v1.3.0](https://github.com/digitalnsw/nsw-design-system/compare/v1.2.1...v1.3.0)

> 6 March 2020
Expand All @@ -13,7 +27,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: updated multiple cards in grid to have one type as per documentation [`#60`](https://github.com/digitalnsw/nsw-design-system/pull/60)
- fix: adjusted styles for radio buttons and checkboxes to have hanging indent when content wraps [`#59`](https://github.com/digitalnsw/nsw-design-system/pull/59)
- fix: added border-bottom as per sketch design for mobile header, removed it on desktop sizes [`#58`](https://github.com/digitalnsw/nsw-design-system/pull/58)
- - removed any css related to arrow pagination [`5638266`](https://github.com/digitalnsw/nsw-design-system/commit/56382662bd91acd342a55cd3615fa7cdce24f75d)
- - updated checkbox styles to have correct margin between checkbox and label and correct border radius [`0299f4f`](https://github.com/digitalnsw/nsw-design-system/commit/0299f4fdf83f21661ac5c5c3805051a2f711f41a)
- fix: changed headings to match whats in sketch [`9e8567a`](https://github.com/digitalnsw/nsw-design-system/commit/9e8567a2fc7029fc1009a4c79c04b5559ea483e7)
- Built HTMLstarterkit and updated CHANGELOG.md [`337bc28`](https://github.com/digitalnsw/nsw-design-system/commit/337bc281a433782861dfd05e08856386f2979a46)
- - changed selected state color to `nsw-primary-highlight` [`2cdc051`](https://github.com/digitalnsw/nsw-design-system/commit/2cdc051f33167cbeab71b303580198af171c4f63)
- - updated font size for the title [`21462cd`](https://github.com/digitalnsw/nsw-design-system/commit/21462cd0b0e2fbf28631238d3ec42b8e78182fd6)

Expand All @@ -30,6 +47,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- GDS-731 - npm package setup [`#57`](https://github.com/digitalnsw/nsw-design-system/pull/57)
- feat: small visual updates to clean up design based on feedback [`#56`](https://github.com/digitalnsw/nsw-design-system/pull/56)
- fix: changes made when auditing design system [`60142db`](https://github.com/digitalnsw/nsw-design-system/commit/60142db547eac65d9d1c10f0f0b22d0b7cf0e909)
- feat: updated package.json and readme after testing [`ae372b3`](https://github.com/digitalnsw/nsw-design-system/commit/ae372b30088fc05a725d2357f7762b11d1e2faf4)
- feat: updated sass imports, readme and package.json [`58b64c0`](https://github.com/digitalnsw/nsw-design-system/commit/58b64c021f9ffd62c0d348754c1eee4746cc55c6)
- Built HTMLstarterkit and updated CHANGELOG.md [`dfa86ba`](https://github.com/digitalnsw/nsw-design-system/commit/dfa86ba59110fca703e80b762a8e9d3a8db795fe)
Expand Down
Binary file modified HTMLstarterkit.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsw-design-system",
"version": "1.3.0",
"version": "2.0.0",
"description": "Design system for Digital NSW",
"main": "dist/main.js",
"style": "dist/main.css",
Expand Down

0 comments on commit eaf9b18

Please sign in to comment.