Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
1 parent b91db12 commit 4c802fd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [0.2.0](https://github.com/inclusive-design/wecount-design-system/compare/v0.1.0...v0.2.0) (2024-11-11)


### Features

* add call to action ([543baaf](https://github.com/inclusive-design/wecount-design-system/commit/543baaf70cec5bc2e20ee41085358cc21faf77e0))
* add card and cards ([d248533](https://github.com/inclusive-design/wecount-design-system/commit/d2485331f2c4254f1d9f96e5d79ca66aa1df5394))
* add color ([543baaf](https://github.com/inclusive-design/wecount-design-system/commit/543baaf70cec5bc2e20ee41085358cc21faf77e0))
* add link ([543baaf](https://github.com/inclusive-design/wecount-design-system/commit/543baaf70cec5bc2e20ee41085358cc21faf77e0))
* add pagination ([543baaf](https://github.com/inclusive-design/wecount-design-system/commit/543baaf70cec5bc2e20ee41085358cc21faf77e0))
* add tag ([543baaf](https://github.com/inclusive-design/wecount-design-system/commit/543baaf70cec5bc2e20ee41085358cc21faf77e0))
* add typography component ([29f6978](https://github.com/inclusive-design/wecount-design-system/commit/29f6978a484f98081f93726edda6b09a6f4911e6))
* add typography rules ([0947209](https://github.com/inclusive-design/wecount-design-system/commit/0947209955fb69a0f677070d24b98e9c2d874646))
* bump to Eleventy 3.0.0-beta, replace require-glob ([dff4288](https://github.com/inclusive-design/wecount-design-system/commit/dff428870a3c86059b62efb17593a1687a847955))
* initial commit ([67f117e](https://github.com/inclusive-design/wecount-design-system/commit/67f117ec63152e12ddda0476497c991c38eceb87))
* switch type ([ebd3feb](https://github.com/inclusive-design/wecount-design-system/commit/ebd3feb124d87db2cd81101ca4114879dbdccc0c))


### Bug Fixes

* **deps:** update dependency @11ty/eleventy to v3.0.0 ([#22](https://github.com/inclusive-design/wecount-design-system/issues/22)) ([beea727](https://github.com/inclusive-design/wecount-design-system/commit/beea727656bf59b75b6b29d77839a2b528b1e90d))
* **deps:** update dependency @11ty/eleventy to v3.0.0-beta.2 ([#21](https://github.com/inclusive-design/wecount-design-system/issues/21)) ([7113103](https://github.com/inclusive-design/wecount-design-system/commit/711310366e18276067829eb844b2bdc28086502c))
* minor colour adjustments ([b36b8b8](https://github.com/inclusive-design/wecount-design-system/commit/b36b8b801a8d31233ecbc81464c7b41b96d0bfc9))
* rename project ([7884ce6](https://github.com/inclusive-design/wecount-design-system/commit/7884ce640024366e098aacb738782be8ef753928))
* update default typography string ([05e6abd](https://github.com/inclusive-design/wecount-design-system/commit/05e6abd7acd9883393563c2812638f41cd45b4df))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wecount-design-system",
"version": "0.1.0",
"version": "0.2.0",
"description": "Design system for We Count.",
"scripts": {
"build": "run-s clean eleventy",
Expand Down

0 comments on commit 4c802fd

Please sign in to comment.