From d26086517cdd64642d6747f4fcc4ac518edefc36 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Apr 2024 04:20:00 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/cinnyapp/folds/compare/v1.6.0...v1.7.0) (2024-04-08) ### Features * fill variant in icon button, chip and menu item components ([#35](https://github.com/cinnyapp/folds/issues/35)) ([b074d42](https://github.com/cinnyapp/folds/commit/b074d421b66eb4d8b600dfa55b967e6c4f783044)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d05453c..b3b3d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.7.0](https://github.com/cinnyapp/folds/compare/v1.6.0...v1.7.0) (2024-04-08) + +### Features + +- fill variant in icon button, chip and menu item components ([#35](https://github.com/cinnyapp/folds/issues/35)) ([b074d42](https://github.com/cinnyapp/folds/commit/b074d421b66eb4d8b600dfa55b967e6c4f783044)) + # [1.6.0](https://github.com/cinnyapp/folds/compare/v1.5.2...v1.6.0) (2024-03-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 3a3def9..ef2eea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.6.0", + "version": "1.7.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index a5682ae..5cf75a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.6.0", + "version": "1.7.0", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",