Skip to content

Commit b3e6777

Browse files
github-actions[bot]benelan
authored andcommitted
chore: release next
1 parent 8a43e73 commit b3e6777

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/calcite-components-react/CHANGELOG.md

+4
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+
## [3.0.0-next.135](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.0.0-next.134...@esri/calcite-components-react@3.0.0-next.135) (2025-02-08)
7+
8+
**Note:** Version bump only for package @esri/calcite-components-react
9+
610
## [3.0.0-next.134](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.0.0-next.133...@esri/calcite-components-react@3.0.0-next.134) (2025-02-07)
711

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

packages/calcite-components-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components-react",
3-
"version": "3.0.0-next.134",
3+
"version": "3.0.0-next.135",
44
"description": "A set of React components that wrap calcite components",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"tsc": "tsc"
2727
},
2828
"dependencies": {
29-
"@esri/calcite-components": "3.0.0-next.134",
29+
"@esri/calcite-components": "3.0.0-next.135",
3030
"@lit/react": "1.0.7"
3131
},
3232
"peerDependencies": {

packages/calcite-components/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [3.0.0-next.135](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.0.0-next.134...@esri/calcite-components@3.0.0-next.135) (2025-02-08)
7+
8+
### Bug Fixes
9+
10+
- **modal:** fix issue caused by early opening logic calls ([#11498](https://github.com/Esri/calcite-design-system/issues/11498)) ([d0f5ff3](https://github.com/Esri/calcite-design-system/commit/d0f5ff35c4409a3438ee9536922318de1a64210b))
11+
612
## [3.0.0-next.134](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.0.0-next.133...@esri/calcite-components@3.0.0-next.134) (2025-02-07)
713

814
### Bug Fixes

packages/calcite-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components",
3-
"version": "3.0.0-next.134",
3+
"version": "3.0.0-next.135",
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)