Skip to content

Commit e38e297

Browse files
chore: release main (#10597)
🤖 I have created a release *beep* *boop* --- <details><summary>@esri/calcite-components: 2.13.2</summary> ## [2.13.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-23) ### Bug Fixes * **shell-center-row:** Ensure deprecation warning doesn’t show when using standalone `shell` or `shell-panel` ([#10561](#10561)) ([09d74ae](09d74ae)) </details> <details><summary>@esri/calcite-components-angular: 2.13.2</summary> ## [2.13.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-23) ### Miscellaneous Chores * **@esri/calcite-components-angular:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from 2.13.1 to 2.13.2 </details> <details><summary>@esri/calcite-components-react: 2.13.2</summary> ## [2.13.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-23) ### Miscellaneous Chores * **@esri/calcite-components-react:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from 2.13.1 to 2.13.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 09d74ae commit e38e297

File tree

17 files changed

+58
-23
lines changed

17 files changed

+58
-23
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/calcite-components": "2.13.1",
3-
"packages/calcite-components-react": "2.13.1",
2+
"packages/calcite-components": "2.13.2",
3+
"packages/calcite-components-react": "2.13.2",
44
"packages/calcite-design-tokens": "2.2.0",
55
"packages/calcite-ui-icons": "3.32.0",
66
"packages/eslint-plugin-calcite-components": "1.2.1",
7-
"packages/calcite-components-angular/projects/component-library": "2.13.1"
7+
"packages/calcite-components-angular/projects/component-library": "2.13.2"
88
}

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-angular": "2.13.1",
29+
"@esri/calcite-components-angular": "2.13.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": "2.13.1",
31+
"@esri/calcite-components": "2.13.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": "2.13.1",
19+
"@esri/calcite-components-react": "2.13.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": "2.13.1"
18+
"@esri/calcite-components": "2.13.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": "2.13.1"
18+
"@esri/calcite-components": "2.13.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": "2.13.1",
19+
"@esri/calcite-components": "2.13.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": "2.13.1"
16+
"@esri/calcite-components": "2.13.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": "2.13.1"
17+
"@esri/calcite-components": "2.13.2"
1818
},
1919
"devDependencies": {
2020
"copy-webpack-plugin": "^12.0.2",

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/calcite-components-angular/projects/component-library/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+
## [2.13.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-23)
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **@esri/calcite-components-angular:** Synchronize components versions
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @esri/calcite-components bumped from 2.13.1 to 2.13.2
19+
620
## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-11)
721

822

packages/calcite-components-angular/projects/component-library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components-angular",
3-
"version": "2.13.1",
3+
"version": "2.13.2",
44
"description": "A set of Angular components that wrap Esri's Calcite Components.",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"bugs": {
@@ -17,7 +17,7 @@
1717
},
1818
"sideEffects": false,
1919
"dependencies": {
20-
"@esri/calcite-components": "2.13.1",
20+
"@esri/calcite-components": "2.13.2",
2121
"tslib": "2.6.3"
2222
},
2323
"peerDependencies": {

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+
## [2.13.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-23)
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 2.13.1 to 2.13.2
19+
620
## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-11)
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": "2.13.1",
3+
"version": "2.13.2",
44
"description": "A set of React components that wrap calcite components",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"repository": {
@@ -28,7 +28,7 @@
2828
"tsc": "tsc"
2929
},
3030
"dependencies": {
31-
"@esri/calcite-components": "2.13.1"
31+
"@esri/calcite-components": "2.13.2"
3232
},
3333
"peerDependencies": {
3434
"react": ">=16.7",

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+
## [2.13.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **shell-center-row:** Ensure deprecation warning doesn’t show when using standalone `shell` or `shell-panel` ([#10561](https://github.com/Esri/calcite-design-system/issues/10561)) ([09d74ae](https://github.com/Esri/calcite-design-system/commit/09d74aeb1b4d18299806903e63ce33b28d7406cd))
12+
613
## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-11)
714

815
### Bug Fixes

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": "2.13.1",
3+
"version": "2.13.2",
44
"homepage": "https://developers.arcgis.com/calcite-design-system/",
55
"description": "Web Components for Esri's Calcite Design System.",
66
"main": "dist/index.cjs.js",

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)