Skip to content

Commit dc55d75

Browse files
chore: release next
1 parent b6034be commit dc55d75

File tree

11 files changed

+40
-18
lines changed

11 files changed

+40
-18
lines changed

package-lock.json

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

packages/calcite-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+
## [3.0.0-next.89](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-04)
7+
8+
**Note:** Version bump only for package @esri/calcite-components-react
9+
610
## [3.0.0-next.88](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-03)
711

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

packages/calcite-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": "3.0.0-next.88",
3+
"version": "3.0.0-next.89",
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.88",
29+
"@esri/calcite-components": "3.0.0-next.89",
3030
"@lit/react": "1.0.6"
3131
},
3232
"peerDependencies": {

packages/calcite-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+
## [3.0.0-next.89](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-04)
7+
8+
### Features
9+
10+
- **combobox, input-time-zone:** highlight text matches consistently ([#11193](https://github.com/Esri/calcite-design-system/issues/11193)) ([75f54de](https://github.com/Esri/calcite-design-system/commit/75f54de466fa2938af9a333cb9c3e4b8ed00460b)), closes [#11173](https://github.com/Esri/calcite-design-system/issues/11173)
11+
612
## [3.0.0-next.88](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-03)
713

814
### Features

packages/calcite-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components",
3-
"version": "3.0.0-next.88",
3+
"version": "3.0.0-next.89",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"repository": {
@@ -71,7 +71,7 @@
7171
"@arcgis/components-controllers": "^4.32.0-next.69",
7272
"@arcgis/components-utils": "^4.32.0-next.69",
7373
"@arcgis/lumina": "^4.32.0-next.69",
74-
"@esri/calcite-ui-icons": "4.0.0-next.6",
74+
"@esri/calcite-ui-icons": "4.0.0-next.7",
7575
"@floating-ui/dom": "^1.6.12",
7676
"@floating-ui/utils": "^0.2.8",
7777
"@types/color": "^4.2.0",
@@ -87,8 +87,8 @@
8787
"type-fest": "^4.30.1"
8888
},
8989
"devDependencies": {
90-
"@esri/calcite-design-tokens": "3.0.0-next.4",
91-
"@esri/eslint-plugin-calcite-components": "2.0.0-next.3",
90+
"@esri/calcite-design-tokens": "3.0.0-next.5",
91+
"@esri/eslint-plugin-calcite-components": "2.0.0-next.4",
9292
"vitest": "2.1.8"
9393
},
9494
"volta": {

packages/calcite-design-tokens/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+
## [3.0.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-04)
7+
8+
**Note:** Version bump only for package @esri/calcite-design-tokens
9+
610
## [3.0.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-01)
711

812
**Note:** Version bump only for package @esri/calcite-design-tokens

packages/calcite-design-tokens/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-design-tokens",
3-
"version": "3.0.0-next.4",
3+
"version": "3.0.0-next.5",
44
"description": "Esri's Calcite Design System Tokens",
55
"keywords": [
66
"Calcite",

packages/calcite-ui-icons/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+
## [4.0.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-04)
7+
8+
**Note:** Version bump only for package @esri/calcite-ui-icons
9+
610
## [4.0.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-03)
711

812
### Performance Improvements

packages/calcite-ui-icons/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-ui-icons",
3-
"version": "4.0.0-next.6",
3+
"version": "4.0.0-next.7",
44
"private": false,
55
"description": "A collection of UI SVG icons created by Esri for applications.",
66
"keywords": [

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

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

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

0 commit comments

Comments
 (0)