Skip to content

Commit 0b0b89f

Browse files
chore: release main (#11596)
🤖 I have created a release *beep* *boop* --- <details><summary>@esri/calcite-components: 3.0.3</summary> ## [3.0.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-19) ### Bug Fixes * **dialog, modal, popover, sheet:** Restore `focusTrapDisabled` reactiveness ([#11586](#11586)) ([a32dd7e](a32dd7e)) * **input-date-picker:** No longer close while navigating months with chevron actions ([#11525](#11525)) ([acf5824](acf5824)) * **slider:** Ensure histograms with non-zero min are displayed correctly ([#11587](#11587)) ([9bb32f6](9bb32f6)) * **tooltip:** Close tooltips on prevented pointer move events ([#11557](#11557)) ([470df20](470df20)) </details> <details><summary>@esri/calcite-components-react: 3.0.3</summary> ## [3.0.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-19) ### Miscellaneous Chores * **@esri/calcite-components-react:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from 3.0.2 to 3.0.3 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent a32dd7e commit 0b0b89f

File tree

15 files changed

+42
-18
lines changed

15 files changed

+42
-18
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/calcite-components": "3.0.2",
3-
"packages/calcite-components-react": "3.0.2",
2+
"packages/calcite-components": "3.0.3",
3+
"packages/calcite-components-react": "3.0.3",
44
"packages/calcite-design-tokens": "3.0.0",
55
"packages/calcite-ui-icons": "4.0.0",
66
"packages/eslint-plugin-calcite-components": "2.0.0"

examples/components/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@angular/platform-browser": "^18.1.0",
2727
"@angular/platform-browser-dynamic": "^18.1.0",
2828
"@angular/router": "^18.1.0",
29-
"@esri/calcite-components": "3.0.2",
29+
"@esri/calcite-components": "3.0.3",
3030
"rxjs": "~7.8.0",
3131
"tslib": "^2.3.0",
3232
"zone.js": "~0.14.3"

examples/components/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
]
2929
},
3030
"dependencies": {
31-
"@esri/calcite-components": "3.0.2",
31+
"@esri/calcite-components": "3.0.3",
3232
"preact": "^10.10.0",
3333
"preact-render-to-string": "^5.2.1",
3434
"preact-router": "^3.2.1"

examples/components/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"preview": "vite preview"
1717
},
1818
"dependencies": {
19-
"@esri/calcite-components-react": "3.0.2",
19+
"@esri/calcite-components-react": "3.0.3",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1"
2222
},

examples/components/rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "serve public"
1616
},
1717
"dependencies": {
18-
"@esri/calcite-components": "3.0.2"
18+
"@esri/calcite-components": "3.0.3"
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^26.0.1",

examples/components/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"serve": "vite preview"
1616
},
1717
"dependencies": {
18-
"@esri/calcite-components": "3.0.2"
18+
"@esri/calcite-components": "3.0.3"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^22.1.0",

examples/components/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"copy": "ncp ./node_modules/@esri/calcite-components/dist/calcite/assets/ ./public/assets/"
1717
},
1818
"dependencies": {
19-
"@esri/calcite-components": "3.0.2",
19+
"@esri/calcite-components": "3.0.3",
2020
"vue": "^3.4.36"
2121
},
2222
"devDependencies": {

examples/components/web-dev-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo \"Error: no test specified\" && exit 1"
1414
},
1515
"dependencies": {
16-
"@esri/calcite-components": "3.0.2"
16+
"@esri/calcite-components": "3.0.3"
1717
},
1818
"devDependencies": {
1919
"@web/dev-server": "^0.4.6"

examples/components/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start": "webpack-dev-server --open"
1515
},
1616
"dependencies": {
17-
"@esri/calcite-components": "3.0.2"
17+
"@esri/calcite-components": "3.0.3"
1818
},
1919
"devDependencies": {
2020
"copy-webpack-plugin": "^12.0.2",

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

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-19)
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **@esri/calcite-components-react:** Synchronize components versions
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @esri/calcite-components bumped from 3.0.2 to 3.0.3
19+
620
## [3.0.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-14)
721

822

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.2",
3+
"version": "3.0.3",
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.2",
29+
"@esri/calcite-components": "3.0.3",
3030
"@lit/react": "1.0.7"
3131
},
3232
"peerDependencies": {

packages/calcite-components/CHANGELOG.md

+10
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+
## [3.0.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **dialog, modal, popover, sheet:** Restore `focusTrapDisabled` reactiveness ([#11586](https://github.com/Esri/calcite-design-system/issues/11586)) ([a32dd7e](https://github.com/Esri/calcite-design-system/commit/a32dd7e3df906c0c7b48e82e455d8e40f6f60dcc))
12+
* **input-date-picker:** No longer close while navigating months with chevron actions ([#11525](https://github.com/Esri/calcite-design-system/issues/11525)) ([acf5824](https://github.com/Esri/calcite-design-system/commit/acf58248d1a3565cb5a02c99542ee73aaa895221))
13+
* **slider:** Ensure histograms with non-zero min are displayed correctly ([#11587](https://github.com/Esri/calcite-design-system/issues/11587)) ([9bb32f6](https://github.com/Esri/calcite-design-system/commit/9bb32f6e9d887cffbb7de6aaf3ea8557f8aadbe6))
14+
* **tooltip:** Close tooltips on prevented pointer move events ([#11557](https://github.com/Esri/calcite-design-system/issues/11557)) ([470df20](https://github.com/Esri/calcite-design-system/commit/470df202ffcaa8cac1847950404f0571f6489d0a))
15+
616
## [3.0.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-14)
717

818

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.2",
3+
"version": "3.0.3",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"repository": {

packages/calcite-components/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ The most common approach for loading Calcite components is to use the version ho
1717
```html
1818
<script
1919
type="module"
20-
src="https://cdn.jsdelivr.net/npm/@esri/[email protected].2/dist/calcite/calcite.esm.js"
20+
src="https://cdn.jsdelivr.net/npm/@esri/[email protected].3/dist/calcite/calcite.esm.js"
2121
></script>
2222
<link
2323
rel="stylesheet"
2424
type="text/css"
25-
href="https://cdn.jsdelivr.net/npm/@esri/[email protected].2/dist/calcite/calcite.css"
25+
href="https://cdn.jsdelivr.net/npm/@esri/[email protected].3/dist/calcite/calcite.css"
2626
/>
2727
```
2828

0 commit comments

Comments
 (0)