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
cdbenj committed Feb 25, 2021
1 parent 1ef2206 commit eb063d3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,39 @@ 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.9.0](https://github.com/digitalnsw/nsw-design-system/compare/v2.8.1...v2.9.0)

- Button component updates [`#119`](https://github.com/digitalnsw/nsw-design-system/pull/119)
- Material design icons [`#118`](https://github.com/digitalnsw/nsw-design-system/pull/118)
- Feature/forms demo [`#115`](https://github.com/digitalnsw/nsw-design-system/pull/115)
- Change less to fewer [`#113`](https://github.com/digitalnsw/nsw-design-system/pull/113)
- Components classes update [`cb674c6`](https://github.com/digitalnsw/nsw-design-system/commit/cb674c64c9bca3003a82d3eb188b13daf1b359e8)
- New forms demo page [`1cbed20`](https://github.com/digitalnsw/nsw-design-system/commit/1cbed20109903cad9ebeb8f1ca10016f7c5190b3)
- Form page updates [`2a35b01`](https://github.com/digitalnsw/nsw-design-system/commit/2a35b01dbd74e2cbf2180fa72461475eda7d94d1)
- Iconography page updates [`f266f9e`](https://github.com/digitalnsw/nsw-design-system/commit/f266f9e86b71e6a80765bfa226fffbde7b114ac7)
- Icons update [`35b035f`](https://github.com/digitalnsw/nsw-design-system/commit/35b035faa45f6cf993bf981de7318024000589a1)
- Prefixing material icons to avoid clashes with existing implementations [`b714c5e`](https://github.com/digitalnsw/nsw-design-system/commit/b714c5e3a9e6d14aff292a78575950ffb1c43893)
- Additional components classes update [`4574f72`](https://github.com/digitalnsw/nsw-design-system/commit/4574f728fa5324f2270b013da8e0c229dbdf5ee0)
- Form accessibility label updates [`6c96e95`](https://github.com/digitalnsw/nsw-design-system/commit/6c96e95cfe459ffc4cdcd323981f9e148e81b66f)
- New button classes and full width modifier [`7cc329f`](https://github.com/digitalnsw/nsw-design-system/commit/7cc329f2236ebde3f844b9d7d86e5070ea53ce47)
- Component icons updates [`5f7f407`](https://github.com/digitalnsw/nsw-design-system/commit/5f7f407634ebf0c6ead14ad8219a69b2f73cbeef)
- Initial components [`5c2f8be`](https://github.com/digitalnsw/nsw-design-system/commit/5c2f8be7a1d5a50474c184cfcc58a64c296720c6)
- Iconography page updates [`1efa133`](https://github.com/digitalnsw/nsw-design-system/commit/1efa133190e7335c2448e62686ec2e3420bc05e2)
- Readme and layout updates [`9131bca`](https://github.com/digitalnsw/nsw-design-system/commit/9131bca047517cfe55abdb9aacf32692a8764812)
- Hero banner icon update [`f6fa0d0`](https://github.com/digitalnsw/nsw-design-system/commit/f6fa0d050a50d92d1da689ef663fbc0c7f6b8b60)
- Checkbox positioning update [`dadacd7`](https://github.com/digitalnsw/nsw-design-system/commit/dadacd7d2e65817f60cee7eeace4afb8af8e4424)
- Forms template reaarangement [`eda97c8`](https://github.com/digitalnsw/nsw-design-system/commit/eda97c87a9f32a8566f71130f46ae6f50166928b)
- Adjusting spacing at the top of the form [`e8b07b1`](https://github.com/digitalnsw/nsw-design-system/commit/e8b07b180463da02b6d8e42e5e3f9401e2034d62)
- ci: revert [`9591e82`](https://github.com/digitalnsw/nsw-design-system/commit/9591e820100e2e7a2bddd41747472e587bd8d6de)
- ci: allow npm publish [`08b5251`](https://github.com/digitalnsw/nsw-design-system/commit/08b5251e232b5dc4427c9efb60cd9e6b3a24b9ae)

#### [v2.8.1](https://github.com/digitalnsw/nsw-design-system/compare/v2.8.0...v2.8.1)

> 23 February 2021
- remove text link style in a tag [`#117`](https://github.com/digitalnsw/nsw-design-system/pull/117)
- revert sample [`4c97582`](https://github.com/digitalnsw/nsw-design-system/commit/4c97582f09616435515f47a6ec039f92f8f1fe22)
- Built HTMLstarterkit and updated CHANGELOG.md [`e4911ab`](https://github.com/digitalnsw/nsw-design-system/commit/e4911ab9366d471a145637e374c02eda2e58b929)
- callout: update sample copy [`887387f`](https://github.com/digitalnsw/nsw-design-system/commit/887387f84c149e2a8915a5510f9f6bacedf0ccc2)
- Adding a fix for the link/button styling [`eec7d7b`](https://github.com/digitalnsw/nsw-design-system/commit/eec7d7b4111ee87d81d4b80a27d30fb58fd397ee)

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": "2.8.1",
"version": "2.9.0",
"description": "Design system for Digital NSW",
"main": "dist/main.js",
"style": "dist/main.css",
Expand Down

0 comments on commit eb063d3

Please sign in to comment.