Skip to content

Commit 7afa30d

Browse files
chore(release): 2.16.1 [skip ci]
## [2.16.1](v2.16.0...v2.16.1) (2024-02-12) ### Bug Fixes * **number-input:** emit number value instead of string ([#280](#280)) ([2e3a0af](2e3a0af))
1 parent 2e3a0af commit 7afa30d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.16.1](https://github.com/archilogic-com/honeycomb/compare/v2.16.0...v2.16.1) (2024-02-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
# [2.16.0](https://github.com/archilogic-com/honeycomb/compare/v2.15.0...v2.16.0) (2024-02-09)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archilogic/honeycomb",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)