Skip to content

Commit 3416186

Browse files
chore: release next
1 parent b237ecd commit 3416186

5 files changed

Lines changed: 20 additions & 6 deletions

File tree

package-lock.json

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

packages/components-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.0-next.62](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@5.1.0-next.61...@esri/calcite-components-react@5.1.0-next.62) (2026-05-28)
7+
8+
**Note:** Version bump only for package @esri/calcite-components-react
9+
610
## [5.1.0-next.61](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@5.1.0-next.60...@esri/calcite-components-react@5.1.0-next.61) (2026-05-27)
711

812
**Note:** Version bump only for package @esri/calcite-components-react

packages/components-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components-react",
3-
"version": "5.1.0-next.61",
3+
"version": "5.1.0-next.62",
44
"description": "A set of React components that wrap calcite components",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"repository": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@arcgis/lumina": ">=5.1.0-next.96 <6.0.0",
32-
"@esri/calcite-components": "5.1.0-next.61",
32+
"@esri/calcite-components": "5.1.0-next.62",
3333
"@lit/react": "^1.0.8",
3434
"lit": "^3.3.0"
3535
},

packages/components/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.0-next.62](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@5.1.0-next.61...@esri/calcite-components@5.1.0-next.62) (2026-05-28)
7+
8+
### Bug Fixes
9+
10+
- **radio-button:** display validation message and invalid border color ([#14465](https://github.com/Esri/calcite-design-system/issues/14465)), closes [#8126](https://github.com/Esri/calcite-design-system/issues/8126)
11+
12+
### Reverts
13+
14+
- fix(combobox): improve disabled chip handling and select-all behavior ([#14508](https://github.com/Esri/calcite-design-system/issues/14508)), closes [#14243](https://github.com/Esri/calcite-design-system/issues/14243)
15+
616
## [5.1.0-next.61](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@5.1.0-next.60...@esri/calcite-components@5.1.0-next.61) (2026-05-27)
717

818
### Bug Fixes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components",
3-
"version": "5.1.0-next.61",
3+
"version": "5.1.0-next.62",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"repository": {

0 commit comments

Comments
 (0)