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.6 #41

Merged
merged 1 commit into from
Apr 6, 2022
Merged
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.6 (2022-04-06)

### 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))
- html base pixel unit: changes the base from 16 to 10 ([#34](https://github.com/EightfoldAI/octuple/issues/34)) ([61b4825](https://github.com/EightfoldAI/octuple/commits/61b482528bb91c34e3cdca79580034e88d34560b))
- 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))
- pills: removes unused selectors ([#36](https://github.com/EightfoldAI/octuple/issues/36)) ([28b11ef](https://github.com/EightfoldAI/octuple/commits/28b11ef3e294564754a12d3e6510ca9e6406191b))
- 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.5 (2022-04-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eightfold.ai/octuple",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"main": "lib/octuple.js",
"types": "lib/octuple.d.ts",
Expand Down