From 4c802fd620eca0b2e313e3737cb0cf8f9e1ce6e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:07:33 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..0262db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e6d567f --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index a48d971..ef7dabd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wecount-design-system", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wecount-design-system", - "version": "0.1.0", + "version": "0.2.0", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "^3.0.0-beta.1", diff --git a/package.json b/package.json index 5f16f35..6001db8 100644 --- a/package.json +++ b/package.json @@ -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",