Skip to content

Commit 6704555

Browse files
chore: release main (#10530)
🤖 I have created a release *beep* *boop* --- <details><summary>@esri/calcite-components: 2.13.1</summary> ## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0...@esri/calcite-components@2.13.1) (2024-10-11) ### Bug Fixes * **chip:** Fix close icon color inconsistency ([#10493](#10493)) ([80b75c2](80b75c2)) * **combobox:** Restores `filterText` when filtered items are empty ([#10498](#10498)) ([6667c2a](6667c2a)) * **dialog:** No longer apply transform styling unless dragEnabled or resizable ([#10503](#10503)) ([e93fdbc](e93fdbc)) * **notice:** Ensure closed notice does not affect layout ([#10518](#10518)) ([655bbb7](655bbb7)) * **fix(panel):** Revert relative positioning on content ([#10496](#10496)) ([239f4da](239f4da)) </details> <details><summary>@esri/calcite-components-angular: 2.13.1</summary> ## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0...@esri/calcite-components-angular@2.13.1) (2024-10-11) ### Miscellaneous Chores * **@esri/calcite-components-angular:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from 2.13.0 to 2.13.1 </details> <details><summary>@esri/calcite-components-react: 2.13.1</summary> ## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0...@esri/calcite-components-react@2.13.1) (2024-10-11) ### Miscellaneous Chores * **@esri/calcite-components-react:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from 2.13.0 to 2.13.1 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Ben Elan <no-reply@benelan.dev>
1 parent e8cc258 commit 6704555

File tree

17 files changed

+61
-23
lines changed

17 files changed

+61
-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.0",
3-
"packages/calcite-components-react": "2.13.0",
2+
"packages/calcite-components": "2.13.1",
3+
"packages/calcite-components-react": "2.13.1",
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.0"
7+
"packages/calcite-components-angular/projects/component-library": "2.13.1"
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.0",
29+
"@esri/calcite-components-angular": "2.13.1",
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.0",
31+
"@esri/calcite-components": "2.13.1",
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.0",
19+
"@esri/calcite-components-react": "2.13.1",
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.0"
18+
"@esri/calcite-components": "2.13.1"
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.0"
18+
"@esri/calcite-components": "2.13.1"
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.0",
19+
"@esri/calcite-components": "2.13.1",
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.0"
16+
"@esri/calcite-components": "2.13.1"
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.0"
17+
"@esri/calcite-components": "2.13.1"
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.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0...@esri/calcite-components-angular@2.13.1) (2024-10-11)
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.0 to 2.13.1
19+
620
## [2.13.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.2...@esri/calcite-components-angular@2.13.0) (2024-09-30)
721

822
### Miscellaneous Chores

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.0",
3+
"version": "2.13.1",
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.0",
20+
"@esri/calcite-components": "2.13.1",
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.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0...@esri/calcite-components-react@2.13.1) (2024-10-11)
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.0 to 2.13.1
19+
620
## [2.13.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.2...@esri/calcite-components-react@2.13.0) (2024-09-30)
721

822
### Miscellaneous Chores

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.0",
3+
"version": "2.13.1",
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.0"
31+
"@esri/calcite-components": "2.13.1"
3232
},
3333
"peerDependencies": {
3434
"react": ">=16.7",

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+
## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0...@esri/calcite-components@2.13.1) (2024-10-11)
7+
8+
### Bug Fixes
9+
10+
- **chip:** Fix close icon color inconsistency ([#10493](https://github.com/Esri/calcite-design-system/issues/10493)) ([80b75c2](https://github.com/Esri/calcite-design-system/commit/80b75c25a31897bf2a05ff7c3c21a77e962f79c3))
11+
- **combobox:** Restores `filterText` when filtered items are empty ([#10498](https://github.com/Esri/calcite-design-system/issues/10498)) ([6667c2a](https://github.com/Esri/calcite-design-system/commit/6667c2a80d180c0588064eb463e768c3ed2adece))
12+
- **dialog:** No longer apply transform styling unless dragEnabled or resizable ([#10503](https://github.com/Esri/calcite-design-system/issues/10503)) ([e93fdbc](https://github.com/Esri/calcite-design-system/commit/e93fdbcf361d59efdee625fb0ef50d8044b6e545))
13+
- **notice:** Ensure closed notice does not affect layout ([#10518](https://github.com/Esri/calcite-design-system/issues/10518)) ([655bbb7](https://github.com/Esri/calcite-design-system/commit/655bbb744ce74d3ebb528692dc9c5182d162db1a))
14+
- **fix(panel):** Revert relative positioning on content ([#10496](https://github.com/Esri/calcite-design-system/issues/10496)) ([239f4da](https://github.com/Esri/calcite-design-system/commit/239f4da406920fcb3c4019573ccf3605903f954a))
15+
616
## [2.13.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.2...@esri/calcite-components@2.13.0) (2024-09-30)
717

818
### Features

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.0",
3+
"version": "2.13.1",
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/calcite-components@2.13.0/dist/calcite/calcite.esm.js"
20+
src="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.13.1/dist/calcite/calcite.esm.js"
2121
></script>
2222
<link
2323
rel="stylesheet"
2424
type="text/css"
25-
href="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.13.0/dist/calcite/calcite.css"
25+
href="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.13.1/dist/calcite/calcite.css"
2626
/>
2727
```
2828

0 commit comments

Comments
 (0)