From 7afa30d7293cd0bdc61ae9deebf22d9b6c715b2d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Feb 2024 14:56:13 +0000 Subject: [PATCH] chore(release): 2.16.1 [skip ci] ## [2.16.1](https://github.com/archilogic-com/honeycomb/compare/v2.16.0...v2.16.1) (2024-02-12) ### Bug Fixes * **number-input:** emit number value instead of string ([#280](https://github.com/archilogic-com/honeycomb/issues/280)) ([2e3a0af](https://github.com/archilogic-com/honeycomb/commit/2e3a0af43044bd9697e3cb319a4de3071e0f8c34)) --- 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 b0ebfdd..914556d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.16.1](https://github.com/archilogic-com/honeycomb/compare/v2.16.0...v2.16.1) (2024-02-12) + + +### Bug Fixes + +* **number-input:** emit number value instead of string ([#280](https://github.com/archilogic-com/honeycomb/issues/280)) ([2e3a0af](https://github.com/archilogic-com/honeycomb/commit/2e3a0af43044bd9697e3cb319a4de3071e0f8c34)) + # [2.16.0](https://github.com/archilogic-com/honeycomb/compare/v2.15.0...v2.16.0) (2024-02-09) diff --git a/package-lock.json b/package-lock.json index 272e73d..16bbc6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@archilogic/honeycomb", - "version": "2.16.0", + "version": "2.16.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@archilogic/honeycomb", - "version": "2.16.0", + "version": "2.16.1", "dependencies": { "@floating-ui/vue": "^1.0.2", "@vueuse/core": "^10.5.0", diff --git a/package.json b/package.json index f1dfa32..c303144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archilogic/honeycomb", - "version": "2.16.0", + "version": "2.16.1", "publishConfig": { "access": "public" },