From 6fe77af3780b96ddf3f904f1517979af684a6aeb Mon Sep 17 00:00:00 2001 From: Yash Raj Chhabra Date: Thu, 5 May 2022 18:02:21 +0530 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081c79788..56dcce533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [1.1.0](https://github.com/EightfoldAI/octuple/compare/v1.0.0...v1.1.0) (2022-05-05) + +### Features + +- abstract out common component props as oc base props, add ability to forward ref ([#106](https://github.com/EightfoldAI/octuple/issues/106)) ([f9c6f1b](https://github.com/EightfoldAI/octuple/commits/f9c6f1b601ac9a5aafba6b3e6b7783ac3265cb5c)) + ## [1.0.0](https://github.com/EightfoldAI/octuple/compare/v0.0.17...v1.0.0) (2022-05-03) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 8b86a5dfa..6bed9c4f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightfold.ai/octuple", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "main": "lib/octuple.js", "types": "lib/octuple.d.ts",