From bed12d01590f2131ec7f6044782035a2ef75fdd8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Apr 2022 02:45:39 +0000 Subject: [PATCH] chore(release): 1.44.1 ## [1.44.1](https://github.com/shadow81627/daim/compare/v1.44.0...v1.44.1) (2022-04-22) ### Bug Fixes - **feature:** add icon color prop ([e3bf99c](https://github.com/shadow81627/daim/commit/e3bf99c2f12993402b917087413e58261949beb8)) - **icon:** add color style ([e605a28](https://github.com/shadow81627/daim/commit/e605a28c3235ce134e55d1d4b045d66db4d7b370)) - **price range:** default Free ([8a8899a](https://github.com/shadow81627/daim/commit/8a8899a26bbc468479ac2e3ec36265931565e7d8)) - **tool:** pull in icon color ([3b39f28](https://github.com/shadow81627/daim/commit/3b39f28bdc1ed38c11550c1c21fdf36717d9158c)) - **tools:** add icon colors ([32c3fd7](https://github.com/shadow81627/daim/commit/32c3fd7346726ddc6bc8cd0f336a461116288d4d)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d19ac947..cf6ff8d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Releases +## [1.44.1](https://github.com/shadow81627/daim/compare/v1.44.0...v1.44.1) (2022-04-22) + +### Bug Fixes + +- **feature:** add icon color prop ([e3bf99c](https://github.com/shadow81627/daim/commit/e3bf99c2f12993402b917087413e58261949beb8)) +- **icon:** add color style ([e605a28](https://github.com/shadow81627/daim/commit/e605a28c3235ce134e55d1d4b045d66db4d7b370)) +- **price range:** default Free ([8a8899a](https://github.com/shadow81627/daim/commit/8a8899a26bbc468479ac2e3ec36265931565e7d8)) +- **tool:** pull in icon color ([3b39f28](https://github.com/shadow81627/daim/commit/3b39f28bdc1ed38c11550c1c21fdf36717d9158c)) +- **tools:** add icon colors ([32c3fd7](https://github.com/shadow81627/daim/commit/32c3fd7346726ddc6bc8cd0f336a461116288d4d)) + ## [1.44.0](https://github.com/shadow81627/daim/compare/v1.43.1...v1.44.0) (2022-04-22) ### Features diff --git a/package.json b/package.json index c361e35c8..4f8103c39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daim", - "version": "1.44.0", + "version": "1.44.1", "description": "Damien Robinson Web Development", "author": { "name": "Damien Robinson",