From 1eb0dcb32764a9ff911e8c05b2817d0c6cc13b1f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Jun 2024 18:13:20 +0000 Subject: [PATCH] chore(release): 8.10.0 [skip ci] # [8.10.0](https://github.com/neovici/cosmoz-tabs/compare/v8.9.1...v8.10.0) (2024-06-26) ### Features * **next/use-tabs:** support className in renderTabs ([ea76038](https://github.com/neovici/cosmoz-tabs/commit/ea76038d74631dc8a3f3f0a67f5bd669109f3c5e)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c413055..637e09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.10.0](https://github.com/neovici/cosmoz-tabs/compare/v8.9.1...v8.10.0) (2024-06-26) + + +### Features + +* **next/use-tabs:** support className in renderTabs ([ea76038](https://github.com/neovici/cosmoz-tabs/commit/ea76038d74631dc8a3f3f0a67f5bd669109f3c5e)) + ## [8.9.1](https://github.com/neovici/cosmoz-tabs/compare/v8.9.0...v8.9.1) (2024-06-13) diff --git a/package-lock.json b/package-lock.json index 7dbc87e..bb3cca0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@neovici/cosmoz-tabs", - "version": "8.9.1", + "version": "8.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@neovici/cosmoz-tabs", - "version": "8.9.1", + "version": "8.10.0", "license": "Apache-2.0", "dependencies": { "@neovici/cosmoz-collapse": "^1.5.0", diff --git a/package.json b/package.json index 407b891..72b9f33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-tabs", - "version": "8.9.1", + "version": "8.10.0", "description": "A multi views container element that allow navigation between the views using tabs or an accordion.", "keywords": [ "web-components"