From 8cd5c7757fcdf7d4c886d4b260181758a048b0d8 Mon Sep 17 00:00:00 2001 From: Danry Ague <74456102+decanTyme@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:24:45 +0800 Subject: [PATCH] chore(release): 0.1.1 (#14) Signed-off-by: Danry Ague <74456102+decanTyme@users.noreply.github.com> --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d65cdcc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog + +## [0.1.1](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/compare/v0.1.0...v0.1.1) (2023-02-15) + + +### Features + +* Add `fill` multi-color support ([7b2e0fc](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/7b2e0fcc142ea21bbf5eeaaddcb1cbdb07490aa5)) + + +### Bug Fixes + +* Add missing parsable options ([8b156bc](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/8b156bcb88f57181cb9fcdc1b1b092e5a3d1adb3)) +* **color-parser:** Remove wrong import ([33c56b7](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/33c56b70bd1fd99c484d41fec8c16de8a7fd0c55)) +* **color-validator:** Improve handling of non-strings ([d07665c](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/d07665c2a26d1a5ad3bdd56ea16bbadd0d81da65)) +* **deps:** Update `canvas` to 2.11.0 ([2cd53e8](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/2cd53e873cfb18b24e6c3568efb2f2f9dd97ffab)) +* **deps:** Update `chart.js` to 3.9.1 and peer dependency semver range ([04f3884](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/04f38846139c24d46cf857c582b8a805604637ad)) +* **deps:** Update `tailwindcss` peer dependency semver range ([32cbad7](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/32cbad7009cca95ec4f2bee0f08a931c1040875e)) +* **deps:** Update `tiny-invariant` to 1.3.1 ([a39532e](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/a39532ea97498d7aaefa233a29372bacb7581955)) +* Fallback to `Chart.defaults` if no color at all is specified ([340445f](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/340445f7d231988d404656a8cf209a04d409681b)) +* Improve alpha detection regex ([8798cac](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/8798cac42231ff7440a29a7898ef75eeab50f6ae)) +* **plugin:** Manually set fill target for boolean fill values ([6d55e39](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/6d55e398a528f40f7dd2c350e3e4e300dfc5bd00)) +* **plugin:** Use `beforeUpdate` hook for subsequent rerender parsing ([f90f059](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/f90f0597ddff3cdc0f9294970a00103898921917)) +* **plugin:** Use `isValidTwColor()` instead of `includes()` ([673d1e8](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/673d1e8cd70686c859c55ebdb7c007ee0390ea99)) + + +### Documentation + +* **readme:** Add CDN and some minor edits ([1243c70](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/1243c7054582dcf48fb1cd39aa0443e9c4ce473a)) +* **readme:** Add NPM latest status badge ([69c2796](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/69c2796d49f9ae76388051edd00b7a1779a63a5b)) +* **readme:** Re-add package creation reason section ([9aa078b](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/9aa078b957752ca9d7f10f47801fffbb31e4f751)) + + +### Miscellaneous + +* Add `.gitattributes` ([9ce3289](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/9ce32896d4e28f6757be17624d3210933476c20d)) +* **codestyle:** Ignore generated changelog ([e3a8a1a](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/e3a8a1a23061eaadd45ffe9f9b1ab11bfd5d904b)) +* **deps:** Update jest and relevant deps to v29 ([ee5bccb](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/ee5bccb992ecb4e16f6efa8e807b1e56c5cdccc1)) +* **github-workflows:** Update actions to latest ([79a9581](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/79a958180158d336bc53840110109dda2d69d191)) +* Migrate to `@semantic-release/github` ([ac4704b](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/ac4704bada011a529d49af04144beacd05f9a805)) +* Point homepage to README section ([972d019](https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/commit/972d019abcd4983466aaa74baa1e4f2f38804abf)) diff --git a/package.json b/package.json index 78d4637..61a1f0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chartjs-plugin-tailwindcss-colors", - "version": "0.0.0", + "version": "0.1.1", "author": "Danry Parens Patriae Ague ", "description": "Colorize your Chart.js components using TailwindCSS!", "license": "MIT",