diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 620e6edc9fe..3459422d687 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "packages/calcite-components": "2.11.1", - "packages/calcite-components-react": "2.11.1", + "packages/calcite-components": "2.12.0", + "packages/calcite-components-react": "2.12.0", "packages/calcite-design-tokens": "2.2.0", - "packages/calcite-ui-icons": "3.30.0", + "packages/calcite-ui-icons": "3.31.0", "packages/eslint-plugin-calcite-components": "1.2.0", - "packages/calcite-components-angular/projects/component-library": "2.11.1" + "packages/calcite-components-angular/projects/component-library": "2.12.0" } diff --git a/examples/components/angular/package.json b/examples/components/angular/package.json index 89bdffdeb87..669bb891044 100644 --- a/examples/components/angular/package.json +++ b/examples/components/angular/package.json @@ -26,7 +26,7 @@ "@angular/platform-browser": "^18.1.0", "@angular/platform-browser-dynamic": "^18.1.0", "@angular/router": "^18.1.0", - "@esri/calcite-components-angular": "^2.11.1", + "@esri/calcite-components-angular": "2.12.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" diff --git a/examples/components/preact/package.json b/examples/components/preact/package.json index d37b7eba915..12719becbad 100644 --- a/examples/components/preact/package.json +++ b/examples/components/preact/package.json @@ -28,7 +28,7 @@ ] }, "dependencies": { - "@esri/calcite-components": "^2.11.1", + "@esri/calcite-components": "2.12.0", "preact": "^10.10.0", "preact-render-to-string": "^5.2.1", "preact-router": "^3.2.1" diff --git a/examples/components/react/package.json b/examples/components/react/package.json index c7877f1792e..50d94beed11 100644 --- a/examples/components/react/package.json +++ b/examples/components/react/package.json @@ -16,7 +16,7 @@ "preview": "vite preview" }, "dependencies": { - "@esri/calcite-components-react": "^2.11.1", + "@esri/calcite-components-react": "2.12.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/components/rollup/package.json b/examples/components/rollup/package.json index 850ee969787..3b4e3b9e998 100644 --- a/examples/components/rollup/package.json +++ b/examples/components/rollup/package.json @@ -15,7 +15,7 @@ "start": "serve public" }, "dependencies": { - "@esri/calcite-components": "^2.11.1" + "@esri/calcite-components": "2.12.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", diff --git a/examples/components/vite/package.json b/examples/components/vite/package.json index 33ab3cf6b53..97ea9a5058b 100644 --- a/examples/components/vite/package.json +++ b/examples/components/vite/package.json @@ -15,7 +15,7 @@ "serve": "vite preview" }, "dependencies": { - "@esri/calcite-components": "^2.11.1" + "@esri/calcite-components": "2.12.0" }, "devDependencies": { "@types/node": "^22.1.0", diff --git a/examples/components/vue/package.json b/examples/components/vue/package.json index 94ffbdbdba6..e43be49d78d 100644 --- a/examples/components/vue/package.json +++ b/examples/components/vue/package.json @@ -16,7 +16,7 @@ "copy": "ncp ./node_modules/@esri/calcite-components/dist/calcite/assets/ ./public/assets/" }, "dependencies": { - "@esri/calcite-components": "^2.11.1", + "@esri/calcite-components": "2.12.0", "vue": "^3.4.36" }, "devDependencies": { diff --git a/examples/components/web-dev-server/package.json b/examples/components/web-dev-server/package.json index d499ed15546..e8e3b611fcb 100644 --- a/examples/components/web-dev-server/package.json +++ b/examples/components/web-dev-server/package.json @@ -13,7 +13,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@esri/calcite-components": "^2.11.1" + "@esri/calcite-components": "2.12.0" }, "devDependencies": { "@web/dev-server": "^0.4.6" diff --git a/examples/components/webpack/package.json b/examples/components/webpack/package.json index 69b2d02a480..2c45d91aa5c 100644 --- a/examples/components/webpack/package.json +++ b/examples/components/webpack/package.json @@ -14,7 +14,7 @@ "start": "webpack-dev-server --open" }, "dependencies": { - "@esri/calcite-components": "^2.11.1" + "@esri/calcite-components": "2.12.0" }, "devDependencies": { "copy-webpack-plugin": "^12.0.2", diff --git a/package-lock.json b/package-lock.json index f86caae0546..91b5a613f2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35211,10 +35211,10 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.12.0-next.34", + "version": "2.12.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-ui-icons": "3.31.0-next.4", + "@esri/calcite-ui-icons": "3.31.0", "@floating-ui/dom": "1.6.10", "@stencil/core": "4.20.0", "@types/color": "3.0.6", @@ -38888,10 +38888,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.12.0-next.34", + "version": "2.12.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.12.0-next.34", + "@esri/calcite-components": "2.12.0", "tslib": "2.6.3" }, "peerDependencies": { @@ -38901,10 +38901,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.12.0-next.34", + "version": "2.12.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.12.0-next.34" + "@esri/calcite-components": "2.12.0" }, "peerDependencies": { "react": ">=16.7", @@ -39347,7 +39347,7 @@ }, "packages/calcite-ui-icons": { "name": "@esri/calcite-ui-icons", - "version": "3.31.0-next.4", + "version": "3.31.0", "license": "SEE LICENSE.md", "bin": { "spriter": "bin/spriter.js" diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index d669d486abe..a17b37a6c61 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.1...@esri/calcite-components-angular@2.12.0) (2024-08-28) + + +### Miscellaneous Chores + +* **@esri/calcite-components-angular:** Synchronize components versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @esri/calcite-components bumped from 2.12.0-next.34 to 2.12.0 + ## [2.12.0-next.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.33...@esri/calcite-components-angular@2.12.0-next.34) (2024-08-27) **Note:** Version bump only for package @esri/calcite-components-angular diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index 7272af97a2f..94233787e77 100644 --- a/packages/calcite-components-angular/projects/component-library/package.json +++ b/packages/calcite-components-angular/projects/component-library/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-angular", - "version": "2.12.0-next.34", + "version": "2.12.0", "description": "A set of Angular components that wrap Esri's Calcite Components.", "homepage": "https://developers.arcgis.com/calcite-design-system/", "bugs": { @@ -17,7 +17,7 @@ }, "sideEffects": false, "dependencies": { - "@esri/calcite-components": "2.12.0-next.34", + "@esri/calcite-components": "2.12.0", "tslib": "2.6.3" }, "peerDependencies": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index cacacf803ef..40a5370b979 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.1...@esri/calcite-components-react@2.12.0) (2024-08-28) + + +### Miscellaneous Chores + +* **@esri/calcite-components-react:** Synchronize components versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @esri/calcite-components bumped from 2.12.0-next.34 to 2.12.0 + ## [2.12.0-next.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.33...@esri/calcite-components-react@2.12.0-next.34) (2024-08-27) **Note:** Version bump only for package @esri/calcite-components-react diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index a2d9da586ff..12492dff2d8 100644 --- a/packages/calcite-components-react/package.json +++ b/packages/calcite-components-react/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-react", - "version": "2.12.0-next.34", + "version": "2.12.0", "description": "A set of React components that wrap calcite components", "homepage": "https://developers.arcgis.com/calcite-design-system/", "repository": { @@ -28,7 +28,7 @@ "tsc": "tsc" }, "dependencies": { - "@esri/calcite-components": "2.12.0-next.34" + "@esri/calcite-components": "2.12.0" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index bdb5d703fe5..993351c5d56 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,70 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.1...@esri/calcite-components@2.12.0) (2024-08-28) + + +### Features + +* **accordion, accordion-item:** Add component tokens ([#9861](https://github.com/Esri/calcite-design-system/issues/9861)) ([48f7f08](https://github.com/Esri/calcite-design-system/commit/48f7f08627fbba6deb4434431a16ca5de0d37a29)) +* **action, action-bar, action-group, action-menu, action-pad:** Add component tokens ([#10058](https://github.com/Esri/calcite-design-system/issues/10058)) ([de96c24](https://github.com/Esri/calcite-design-system/commit/de96c24892f9d5467b037b837442c3cc346eb16d)) +* **alert:** Add 'queue' property to prioritize the ordering of alerts when opened ([#10029](https://github.com/Esri/calcite-design-system/issues/10029)) ([3aa47a4](https://github.com/Esri/calcite-design-system/commit/3aa47a46739f76ce2abf9d1bf5fdb5d5ad09edfa)) +* **combobox-item:** Add `heading` property (deprecates `textLabel`) and add `label` property ([#9987](https://github.com/Esri/calcite-design-system/issues/9987)) ([90920a0](https://github.com/Esri/calcite-design-system/commit/90920a0b96ce6558a37623fde13c6c413106e666)) +* **dialog:** Add CSS variables to offset the position ([#9904](https://github.com/Esri/calcite-design-system/issues/9904)) ([660f0c5](https://github.com/Esri/calcite-design-system/commit/660f0c5e4c67769fa2b8f1bd02210cd9474ef847)) +* **dialog:** Add escapeDisabled property ([#10081](https://github.com/Esri/calcite-design-system/issues/10081)) ([1ca8fba](https://github.com/Esri/calcite-design-system/commit/1ca8fba592b9657e5c0f0fc34dfb086a97908303)) +* **dialog:** Add outsideCloseDisabled property ([#9978](https://github.com/Esri/calcite-design-system/issues/9978)) ([f1d89b9](https://github.com/Esri/calcite-design-system/commit/f1d89b9554f194b82cd243f7decc9b935d82cb3a)) +* **dialog:** Add resizable and dragEnabled properties ([#9804](https://github.com/Esri/calcite-design-system/issues/9804)) ([e3e499e](https://github.com/Esri/calcite-design-system/commit/e3e499e7a3309461e5deeaa0ca67f334950b0c10)) +* **icon:** Add component tokens ([#10062](https://github.com/Esri/calcite-design-system/issues/10062)) ([34d5689](https://github.com/Esri/calcite-design-system/commit/34d568971d31c1f915c37218ebf4cf8b018a56a1)) +* **input-time-zone:** Display selected time zone country in region mode selection ([#9988](https://github.com/Esri/calcite-design-system/issues/9988)) ([1575729](https://github.com/Esri/calcite-design-system/commit/1575729a5aeeda71f9034e242db17f445b292077)) +* **loader:** Add `determinate-value` type ([#9957](https://github.com/Esri/calcite-design-system/issues/9957)) ([7f21726](https://github.com/Esri/calcite-design-system/commit/7f21726a500596a0aa22c11c2e4d97da9b5d2f25)) +* **panel:** Add '--calcite-panel-content-space' style ([#10117](https://github.com/Esri/calcite-design-system/issues/10117)) ([0e3ebcb](https://github.com/Esri/calcite-design-system/commit/0e3ebcbd91683917007f3ac5cbd0be34becb7b39)) +* **table:** Update multiple selection iconography ([#10125](https://github.com/Esri/calcite-design-system/issues/10125)) ([f2b2016](https://github.com/Esri/calcite-design-system/commit/f2b201613ea2e6342a2bc5ee2960432b89f50a10)) +* **tooltip:** Allow focusing and clicking on interactive elements within a tooltip ([#9914](https://github.com/Esri/calcite-design-system/issues/9914)) ([a3c144c](https://github.com/Esri/calcite-design-system/commit/a3c144ce626b6f11a85d4400d1612694e4b8d4de)) + + +### Bug Fixes + +* **accordion-item:** Align focus styles across browsers ([#9944](https://github.com/Esri/calcite-design-system/issues/9944)) ([2e29b42](https://github.com/Esri/calcite-design-system/commit/2e29b42d13ecaec0bebfafb200d776fa2864ae67)) +* **alert:** Properly form a queue of alerts ([#10032](https://github.com/Esri/calcite-design-system/issues/10032)) ([b24d6ac](https://github.com/Esri/calcite-design-system/commit/b24d6ac68fda9c578b2fe5fd825f12edf76971a1)) +* **color-picker:** Prevent text selection when using color sliders/field ([#10043](https://github.com/Esri/calcite-design-system/issues/10043)) ([ab33e4d](https://github.com/Esri/calcite-design-system/commit/ab33e4df41c723dda09b7f28bc7ee8e26b531750)) +* **combobox, input-date-picker, input-number, input-text, input-time-picker, input, radio-button-group, segmented-control, select, text-area:** Use toAriaBoolean in aria-invalid attribute to provide valid AT error messaging ([#10079](https://github.com/Esri/calcite-design-system/issues/10079)) ([78bc096](https://github.com/Esri/calcite-design-system/commit/78bc09602eda221f0d655d5625990473fdeb9f02)) +* **combobox:** Update placeholder-icon color ([#9956](https://github.com/Esri/calcite-design-system/issues/9956)) ([d916ca4](https://github.com/Esri/calcite-design-system/commit/d916ca41010720f312c45a7c08e33546013eebf5)) +* **dialog, flow-item:** Slotted closable panels should not close the component ([#10130](https://github.com/Esri/calcite-design-system/issues/10130)) ([ce2513d](https://github.com/Esri/calcite-design-system/commit/ce2513dcc8310164696343d88c6e02f8066e3e8f)) +* **dialog:** Allow shell to be slotted inside ([#10118](https://github.com/Esri/calcite-design-system/issues/10118)) ([ea3a6de](https://github.com/Esri/calcite-design-system/commit/ea3a6dee87bb2f0476fa826f593453ba1c8b4d8b)) +* **dialog:** Fix escapeDisabled when the escape key is pressed on the panel ([#10097](https://github.com/Esri/calcite-design-system/issues/10097)) ([9a5f1f1](https://github.com/Esri/calcite-design-system/commit/9a5f1f1463d84bce33dd121163c85d3edbc43151)) +* Ensure `beforeOpen`/`open` and `beforeClose`/`close` events emit properly ([#9958](https://github.com/Esri/calcite-design-system/issues/9958)) ([7e2764f](https://github.com/Esri/calcite-design-system/commit/7e2764f13a95cbf6488596a1f11a9964970883c2)) +* **filter:** Fix setFocus method ([#10149](https://github.com/Esri/calcite-design-system/issues/10149)) ([f4a959a](https://github.com/Esri/calcite-design-system/commit/f4a959ad07c27eeb8f9171e1eaa38e84fa9e41b1)) +* **input-date-picker:** Fix selection for the "bs" and "it-CH" locales ([#9976](https://github.com/Esri/calcite-design-system/issues/9976)) ([368d9e2](https://github.com/Esri/calcite-design-system/commit/368d9e2ef89befd345dc25ecfa18580cb98ab959)) +* **input-date-picker:** Prevent console error when using a lang ([#10162](https://github.com/Esri/calcite-design-system/issues/10162)) ([e7bf604](https://github.com/Esri/calcite-design-system/commit/e7bf604c9cb61f875b1fa42a223d29a46e153595)) +* **input-time-zone:** Translate region names ([#9940](https://github.com/Esri/calcite-design-system/issues/9940)) ([f975adb](https://github.com/Esri/calcite-design-system/commit/f975adb0ec56aca487eec83db24f1d95bce6c73f)) +* **input, combobox, input-date-picker, input-number, input-text, input-time-picker, radio-button-group, segmented-control, select, text-area:** Provide clear field error messaging for AT ([#9880](https://github.com/Esri/calcite-design-system/issues/9880)) ([46ad7d2](https://github.com/Esri/calcite-design-system/commit/46ad7d2a1362019efed0cfb621f46117739ea691)) +* **input, input-number, input-text:** No longer set focus when a validation message is clicked ([#10008](https://github.com/Esri/calcite-design-system/issues/10008)) ([529bb5a](https://github.com/Esri/calcite-design-system/commit/529bb5a4863f73b29e2fad86030fc0589a4d269a)) +* **label:** Prevent focusing and toggling elements slotted within a label when a text selection occurs ([#9990](https://github.com/Esri/calcite-design-system/issues/9990)) ([49d6ae1](https://github.com/Esri/calcite-design-system/commit/49d6ae180cf752da91d3966adf876d2247f0537c)) +* **list-item:** Prevent scrolling when item is focused. ([#9948](https://github.com/Esri/calcite-design-system/issues/9948)) ([eab1e06](https://github.com/Esri/calcite-design-system/commit/eab1e069f8a5ae7a43d43ab8a5b11d8ff9520c04)) +* **panel:** Define heading and description line height ([#10085](https://github.com/Esri/calcite-design-system/issues/10085)) ([5478eb9](https://github.com/Esri/calcite-design-system/commit/5478eb943cb88c8df6bdefd2fdc6987e23fbe9ce)) +* **slider:** Prevent text selection when using the slider ([#10073](https://github.com/Esri/calcite-design-system/issues/10073)) ([04bf325](https://github.com/Esri/calcite-design-system/commit/04bf325e584f6d61818b5ee3159b2670405cfd62)) +* **slider:** Resolve step & snap floating point precision ([#10148](https://github.com/Esri/calcite-design-system/issues/10148)) ([613bc47](https://github.com/Esri/calcite-design-system/commit/613bc4746bbb33348c286668bbf697c4df806b6a)) +* **stepper-item:** Update component to take full width when parent's layout is "vertical" ([#10009](https://github.com/Esri/calcite-design-system/issues/10009)) ([03a5a30](https://github.com/Esri/calcite-design-system/commit/03a5a3020bb7629a425edea4fb7bccb3a2687649)) +* **tree,tree-item:** Replace checkbox with div and a11y attributes ([#9849](https://github.com/Esri/calcite-design-system/issues/9849)) ([b1ac951](https://github.com/Esri/calcite-design-system/commit/b1ac9513e56cf0911a5585ff792fbc0a128b5d56)) + + +### Performance Improvements + +* **input-time-zone:** Improve memory footprint by leveraging browser cache and releasing utils after their use ([#9945](https://github.com/Esri/calcite-design-system/issues/9945)) ([a3d2141](https://github.com/Esri/calcite-design-system/commit/a3d2141f1d38c7ac36af98ea57ffcf402f63b39c)) + + +### Reverts + +* "build(deps): remove unused cheerio package ([#10049](https://github.com/Esri/calcite-design-system/issues/10049))" ([#10057](https://github.com/Esri/calcite-design-system/issues/10057)) ([d271ab1](https://github.com/Esri/calcite-design-system/commit/d271ab18498126d05e2cf746516c707d1fb42c47)) +* Add stories ([#10131](https://github.com/Esri/calcite-design-system/issues/10131)) ([e3a6590](https://github.com/Esri/calcite-design-system/commit/e3a659088be08ca4e519f0d48d0dd300b8f5096c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @esri/calcite-ui-icons bumped from 3.31.0-next.4 to 3.31.0 + ## [2.12.0-next.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.33...@esri/calcite-components@2.12.0-next.34) (2024-08-27) ### Features diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 76627085bfb..f5926b2cdcd 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.12.0-next.34", + "version": "2.12.0", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", @@ -60,7 +60,7 @@ "directory": "packages/calcite-components" }, "dependencies": { - "@esri/calcite-ui-icons": "3.31.0-next.4", + "@esri/calcite-ui-icons": "3.31.0", "@floating-ui/dom": "1.6.10", "@stencil/core": "4.20.0", "@types/color": "3.0.6", diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md index f2b563f42c0..cb6ff3a6753 100644 --- a/packages/calcite-components/readme.md +++ b/packages/calcite-components/readme.md @@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho ```html ``` diff --git a/packages/calcite-ui-icons/CHANGELOG.md b/packages/calcite-ui-icons/CHANGELOG.md index 47ecdb6e50b..a9473553d84 100644 --- a/packages/calcite-ui-icons/CHANGELOG.md +++ b/packages/calcite-ui-icons/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.31.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.30.0...@esri/calcite-ui-icons@3.31.0) (2024-08-28) + + +### Features + +* Add close-caption, transcript, flag, and flag-slash ([#10039](https://github.com/Esri/calcite-design-system/issues/10039)) ([85c7d69](https://github.com/Esri/calcite-design-system/commit/85c7d6972090f40827eaacc22f919f6537847b58)) +* Add layer-connection ([#10067](https://github.com/Esri/calcite-design-system/issues/10067)) ([46dd2ee](https://github.com/Esri/calcite-design-system/commit/46dd2ee7f99c1126da07e583f26bfe800ef85275)) + + +### Bug Fixes + +* Update close-caption, and transcript ([#10077](https://github.com/Esri/calcite-design-system/issues/10077)) ([2e86904](https://github.com/Esri/calcite-design-system/commit/2e869042c51c9ec87202ac8e1531b9a69fad13f1)) + ## [3.31.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.31.0-next.3...@esri/calcite-ui-icons@3.31.0-next.4) (2024-08-19) **Note:** Version bump only for package @esri/calcite-ui-icons diff --git a/packages/calcite-ui-icons/docs/index.html b/packages/calcite-ui-icons/docs/index.html index 7d29b6df90e..192eaf07d73 100644 --- a/packages/calcite-ui-icons/docs/index.html +++ b/packages/calcite-ui-icons/docs/index.html @@ -48,7 +48,7 @@

Calcite UI Icons

- Version 3.30.0 + Version 3.31.0 View on GitHub diff --git a/packages/calcite-ui-icons/package.json b/packages/calcite-ui-icons/package.json index 641657d4931..8a16879c8cd 100644 --- a/packages/calcite-ui-icons/package.json +++ b/packages/calcite-ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-ui-icons", - "version": "3.31.0-next.4", + "version": "3.31.0", "private": false, "description": "A collection of UI SVG icons created by Esri for applications.", "keywords": [