Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 0.0.2 #28

Merged
merged 1 commit into from
Apr 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.2 (2022-04-01)

### 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))
- 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.1 (2022-04-01)

### Features
Expand Down