Skip to content

Commit 7bdb0e0

Browse files
github-actions[bot]benelan
authored andcommitted
chore: release next
1 parent 41283df commit 7bdb0e0

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-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.29](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-25)
7+
8+
**Note:** Version bump only for package @esri/calcite-components-react
9+
610
## [3.0.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-25)
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.28",
3+
"version": "3.0.0-next.29",
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.28",
29+
"@esri/calcite-components": "3.0.0-next.29",
3030
"@lit/react": "1.0.6"
3131
},
3232
"peerDependencies": {

packages/calcite-components/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.29](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-25)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- **list:** Choose a `displayMode` of "nested" or "flat" according
11+
to space and nesting requirements.
12+
13+
### Features
14+
15+
- **list:** add displayMode property to choose between flat and nested lists ([#10852](https://github.com/Esri/calcite-design-system/issues/10852)) ([832f2c9](https://github.com/Esri/calcite-design-system/commit/832f2c9bc0d302da6ff882357db3bb1d19e89cf7)), closes [#9173](https://github.com/Esri/calcite-design-system/issues/9173)
16+
617
## [3.0.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-25)
718

819
### Features

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.28",
3+
"version": "3.0.0-next.29",
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)