Skip to content

Commit 1e7b348

Browse files
committed
chore(release): [juno-core] release 2.44.0
1 parent d6ec8ee commit 1e7b348

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

packages/juno-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
## [2.44.0](https://github.com/ringcentral/juno/compare/juno-core-v2.43.1...juno-core-v2.44.0) (2025-03-13)
3+
4+
5+
### Features
6+
7+
* **NumberPicker:** Add role=spinbutton to achieve A11y requirement ([d6ec8ee](https://github.com/ringcentral/juno/commit/d6ec8ee0b4d4e6a08bec641a97526050b9dad919))
8+
29
### [2.43.1](https://github.com/ringcentral/juno/compare/juno-core-v2.43.0...juno-core-v2.43.1) (2024-12-05)
310

411

packages/juno-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ringcentral/juno",
3-
"version": "2.43.2",
3+
"version": "2.44.0",
44
"license": "MIT",
55
"author": "RingCentral",
66
"bugs": {

packages/juno-storybook/src/docs/CHANGELOG.story.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
77
<br />
88

99

10+
## [2.44.0](https://github.com/ringcentral/juno/compare/juno-core-v2.43.1...juno-core-v2.44.0) (2025-03-13)
11+
12+
13+
### Features
14+
15+
* **NumberPicker:** Add role=spinbutton to achieve A11y requirement ([d6ec8ee](https://github.com/ringcentral/juno/commit/d6ec8ee0b4d4e6a08bec641a97526050b9dad919))
16+
1017
### [2.43.1](https://github.com/ringcentral/juno/compare/juno-core-v2.43.0...juno-core-v2.43.1) (2024-12-05)
1118

1219

0 commit comments

Comments
 (0)