Skip to content

Commit 86739e5

Browse files
chore: release next
1 parent 4b85af9 commit 86739e5

File tree

9 files changed

+30
-12
lines changed

9 files changed

+30
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 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.0.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-11-17)
7+
8+
**Note:** Version bump only for package @esri/calcite-components-react
9+
610
## [5.0.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-11-12)
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.0.0-next.2",
3+
"version": "5.0.0-next.3",
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.0.0-next.24 <6.0.0",
32-
"@esri/calcite-components": "5.0.0-next.2",
32+
"@esri/calcite-components": "5.0.0-next.3",
3333
"@lit/react": "^1.0.8",
3434
"lit": "^3.3.0"
3535
},

packages/components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [5.0.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-11-17)
7+
8+
### Features
9+
10+
- **card:** update heading and description spacing ([#13320](https://github.com/Esri/calcite-design-system/issues/13320)) ([4b85af9](https://github.com/Esri/calcite-design-system/commit/4b85af99881ad9cfc680d50429f1e6e0bae0b992)), closes [#12304](https://github.com/Esri/calcite-design-system/issues/12304)
11+
612
## [5.0.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-11-12)
713

814
### Features

packages/components/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",
3-
"version": "5.0.0-next.2",
3+
"version": "5.0.0-next.3",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"repository": {
@@ -95,7 +95,7 @@
9595
"@arcgis/lumina-compiler": ">=5.0.0-next.24 <6.0.0",
9696
"@esri/calcite-design-tokens": "4.0.0-next.8",
9797
"@esri/calcite-tailwind-preset": "1.0.2-next.10",
98-
"@esri/eslint-plugin-calcite-components": "2.0.4-next.2",
98+
"@esri/eslint-plugin-calcite-components": "2.0.4-next.3",
9999
"@vitest/browser": "3.2.4",
100100
"playwright": "1.56.1",
101101
"sass-embedded": "1.93.3",

packages/eslint-config/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+
## 0.0.1-next.5 (2025-11-17)
7+
8+
**Note:** Version bump only for package @esri/eslint-config-calcite
9+
610
## 0.0.1-next.4 (2025-11-04)
711

812
**Note:** Version bump only for package @esri/eslint-config-calcite

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/eslint-config-calcite",
3-
"version": "0.0.1-next.4",
3+
"version": "0.0.1-next.5",
44
"private": true,
55
"type": "module",
66
"description": "The shared ESLint config for Esri's Calcite Design System",

packages/eslint-plugin-components/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+
## [2.0.4-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-11-17)
7+
8+
**Note:** Version bump only for package @esri/eslint-plugin-calcite-components
9+
610
## [2.0.4-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-11-12)
711

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

packages/eslint-plugin-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/eslint-plugin-calcite-components",
3-
"version": "2.0.4-next.2",
3+
"version": "2.0.4-next.3",
44
"description": "ESLint rules for @esri/calcite-components",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)