Skip to content

Commit 78f3543

Browse files
chore: release main (#11561)
🤖 I have created a release *beep* *boop* --- <details><summary>@esri/calcite-components: 3.0.2</summary> ## [3.0.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-14) ### Bug Fixes * **dialog, modal, popover, sheet:** Fixes an issue that caused extra containers to be lost after internal trap updates ([#11556](#11556)) ([083e8dc](083e8dc)) </details> <details><summary>@esri/calcite-components-react: 3.0.2</summary> ## [3.0.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-14) ### Miscellaneous Chores * **@esri/calcite-components-react:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from 3.0.1 to 3.0.2 </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 083e8dc commit 78f3543

File tree

15 files changed

+39
-18
lines changed

15 files changed

+39
-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.1",
3-
"packages/calcite-components-react": "3.0.1",
2+
"packages/calcite-components": "3.0.2",
3+
"packages/calcite-components-react": "3.0.2",
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.1",
29+
"@esri/calcite-components": "3.0.2",
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.1",
31+
"@esri/calcite-components": "3.0.2",
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.1",
19+
"@esri/calcite-components-react": "3.0.2",
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.1"
18+
"@esri/calcite-components": "3.0.2"
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.1"
18+
"@esri/calcite-components": "3.0.2"
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.1",
19+
"@esri/calcite-components": "3.0.2",
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.1"
16+
"@esri/calcite-components": "3.0.2"
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.1"
17+
"@esri/calcite-components": "3.0.2"
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.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-14)
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.1 to 3.0.2
19+
620
## [3.0.1](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.1",
3+
"version": "3.0.2",
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.1",
29+
"@esri/calcite-components": "3.0.2",
3030
"@lit/react": "1.0.7"
3131
},
3232
"peerDependencies": {

packages/calcite-components/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **dialog, modal, popover, sheet:** Fixes an issue that caused extra containers to be lost after internal trap updates ([#11556](https://github.com/Esri/calcite-design-system/issues/11556)) ([083e8dc](https://github.com/Esri/calcite-design-system/commit/083e8dc03b5a94075bd85e6d1397a9c2bacdc23f))
12+
613
## [3.0.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-14)
714

815

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.1",
3+
"version": "3.0.2",
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].1/dist/calcite/calcite.esm.js"
20+
src="https://cdn.jsdelivr.net/npm/@esri/[email protected].2/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].1/dist/calcite/calcite.css"
25+
href="https://cdn.jsdelivr.net/npm/@esri/[email protected].2/dist/calcite/calcite.css"
2626
/>
2727
```
2828

0 commit comments

Comments
 (0)