From 353fc88174f4176b3788b25b1dc79a45f0f1dd7a Mon Sep 17 00:00:00 2001 From: Dylan <99700808+dylankilgore@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:50:24 -0700 Subject: [PATCH] chore(release): 0.0.4 (#33) --- packages/octuple/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages/octuple/CHANGELOG.md b/packages/octuple/CHANGELOG.md index 349573a93..2218b372a 100644 --- a/packages/octuple/CHANGELOG.md +++ b/packages/octuple/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.0.4 (2022-04-04) + +### Features + +- Adds octuple pills component ([#22](https://github.com/EightfoldAI/octuple/issues/22)) ([4ddec57](https://github.com/EightfoldAI/octuple/commits/4ddec57f60a8d4a0cf6b7a33a88a211e536c520f)) +- changelog and commit linting: adds changelog scripts, commit message linter and updates readmes ([#18](https://github.com/EightfoldAI/octuple/issues/18)) ([6401ec5](https://github.com/EightfoldAI/octuple/commits/6401ec59f3470b7ad15b75ae93c6480c9f5d4ec6)) + +### Bug Fixes + +- asset swap: updates highlight rectangle making it symmetrical ([#23](https://github.com/EightfoldAI/octuple/issues/23)) ([879589a](https://github.com/EightfoldAI/octuple/commits/879589a8c90453d16e037c906c4aaa5b89824d35)) +- button: refines button prop and adds form type support ([#19](https://github.com/EightfoldAI/octuple/issues/19)) ([44636b1](https://github.com/EightfoldAI/octuple/commits/44636b1650ec66ee7dfe61dbe34410ba24deacbc)) +- button: there was a missing scss selector ([#17](https://github.com/EightfoldAI/octuple/issues/17)) ([afb91ac](https://github.com/EightfoldAI/octuple/commits/afb91ac7ace612799567a03e1eb624790ec1d1e7)) +- commitlint: adds custom commitlint config ([#25](https://github.com/EightfoldAI/octuple/issues/25)) ([ebf31f9](https://github.com/EightfoldAI/octuple/commits/ebf31f965af5ba3c14ed03932e1b047f94b1982c)) +- peer dependencies: ensure react is installed as a peer dependency ([#32](https://github.com/EightfoldAI/octuple/issues/32)) ([e079310](https://github.com/EightfoldAI/octuple/commits/e079310404aa3f9caebf7c2dbd09e4d7b81dad14)) +- react: ignore react in production build to avoid conflicts ([#29](https://github.com/EightfoldAI/octuple/issues/29)) ([718c3f5](https://github.com/EightfoldAI/octuple/commits/718c3f54de05107b962f0313187f3f28aeee55b2)) +- readme: fixes asset and documentation urls ([#27](https://github.com/EightfoldAI/octuple/issues/27)) ([6c2fb07](https://github.com/EightfoldAI/octuple/commits/6c2fb0741a04265d4eaf6ec51d8d3a296a1c4519)) +- user agent border in tabs: overrides ua style ([#20](https://github.com/EightfoldAI/octuple/issues/20)) ([1396bbb](https://github.com/EightfoldAI/octuple/commits/1396bbb1f19bd5dad5232be09eb483cec1017f35)) + ### 0.0.3 (2022-04-04) ### Features