diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 1045a7a3f0d..1bf226094b2 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,7 +1,7 @@
{
- "packages/calcite-components": "1.10.0",
- "packages/calcite-components-angular": "1.10.0",
- "packages/calcite-components-react": "1.10.0",
+ "packages/calcite-components": "1.11.0",
+ "packages/calcite-components-react": "1.11.0",
"packages/calcite-design-tokens": "1.1.0",
- "packages/eslint-plugin-calcite-components": "0.2.2"
+ "packages/eslint-plugin-calcite-components": "0.2.3",
+ "packages/calcite-components-angular/projects/component-library": "1.11.0"
}
diff --git a/package-lock.json b/package-lock.json
index 249521e8ca9..1a21021380d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -45525,7 +45525,7 @@
},
"packages/calcite-components": {
"name": "@esri/calcite-components",
- "version": "1.11.0-next.3",
+ "version": "1.11.0",
"license": "SEE LICENSE.md",
"dependencies": {
"@floating-ui/dom": "1.5.3",
@@ -45542,7 +45542,7 @@
"devDependencies": {
"@esri/calcite-design-tokens": "^1.1.1-next.1",
"@esri/calcite-ui-icons": "3.25.0",
- "@esri/eslint-plugin-calcite-components": "0.2.3-next.6",
+ "@esri/eslint-plugin-calcite-components": "0.2.3",
"@stencil-community/eslint-plugin": "0.5.0",
"@stencil/angular-output-target": "0.8.3",
"@stencil/postcss": "2.1.0",
@@ -49404,10 +49404,10 @@
},
"packages/calcite-components-angular/projects/component-library": {
"name": "@esri/calcite-components-angular",
- "version": "1.11.0-next.3",
+ "version": "1.11.0",
"license": "SEE LICENSE.md",
"dependencies": {
- "@esri/calcite-components": "1.11.0-next.3",
+ "@esri/calcite-components": "1.11.0",
"tslib": "2.3.0"
},
"peerDependencies": {
@@ -49417,10 +49417,10 @@
},
"packages/calcite-components-react": {
"name": "@esri/calcite-components-react",
- "version": "1.11.0-next.3",
+ "version": "1.11.0",
"license": "SEE LICENSE.md",
"dependencies": {
- "@esri/calcite-components": "1.11.0-next.3"
+ "@esri/calcite-components": "1.11.0"
},
"peerDependencies": {
"react": ">=16.7",
@@ -49433,7 +49433,7 @@
},
"packages/eslint-plugin-calcite-components": {
"name": "@esri/eslint-plugin-calcite-components",
- "version": "0.2.3-next.6",
+ "version": "0.2.3",
"license": "SEE LICENSE.md",
"dependencies": {
"stencil-eslint-core": "0.3.1"
@@ -52272,7 +52272,7 @@
"requires": {
"@esri/calcite-design-tokens": "^1.1.1-next.1",
"@esri/calcite-ui-icons": "3.25.0",
- "@esri/eslint-plugin-calcite-components": "0.2.3-next.6",
+ "@esri/eslint-plugin-calcite-components": "0.2.3",
"@floating-ui/dom": "1.5.3",
"@stencil-community/eslint-plugin": "0.5.0",
"@stencil/angular-output-target": "0.8.3",
@@ -52294,14 +52294,14 @@
"@esri/calcite-components-angular": {
"version": "file:packages/calcite-components-angular/projects/component-library",
"requires": {
- "@esri/calcite-components": "1.11.0-next.3",
+ "@esri/calcite-components": "1.11.0",
"tslib": "2.3.0"
}
},
"@esri/calcite-components-react": {
"version": "file:packages/calcite-components-react",
"requires": {
- "@esri/calcite-components": "1.11.0-next.3"
+ "@esri/calcite-components": "1.11.0"
}
},
"@esri/calcite-design-tokens": {
diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md
index c6497ca1396..a6c76c1a883 100644
--- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md
+++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md
@@ -3,34 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [2.0.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.0.0-next.0...@esri/calcite-components-angular@2.0.0-next.1) (2023-11-21)
-
-**Note:** Version bump only for package @esri/calcite-components-angular
-
-## [2.0.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@1.11.0-next.3...@esri/calcite-components-angular@2.0.0-next.0) (2023-11-21)
-
-### Reverts
-
-- "Merge branch 'rc-force' into main" ([#8191](https://github.com/Esri/calcite-design-system/issues/8191)) ([c8f33df](https://github.com/Esri/calcite-design-system/commit/c8f33dfd4ef8b0badd22ee6f73a939307acbbc4c))
-
-## [1.11.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@1.11.0-next.2...@esri/calcite-components-angular@1.11.0-next.3) (2023-11-16)
-
-**Note:** Version bump only for package @esri/calcite-components-angular
-
-## [1.11.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@1.11.0-next.1...@esri/calcite-components-angular@1.11.0-next.2) (2023-11-15)
-
-**Note:** Version bump only for package @esri/calcite-components-angular
-
-## [1.11.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@1.11.0-next.0...@esri/calcite-components-angular@1.11.0-next.1) (2023-11-15)
-
-**Note:** Version bump only for package @esri/calcite-components-angular
-
-## [1.11.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@1.10.0...@esri/calcite-components-angular@1.11.0-next.0) (2023-11-15)
+## 1.11.0 (2023-11-21)
### Bug Fixes
-- **angular:** publish from the dist directory ([#8151](https://github.com/Esri/calcite-design-system/issues/8151)) ([d813f14](https://github.com/Esri/calcite-design-system/commit/d813f14c3c2fc7b765ccf27166f31201d91f2ac5)), closes [#7860](https://github.com/Esri/calcite-design-system/issues/7860)
+- **angular:** Publish from the dist directory ([#8151](https://github.com/Esri/calcite-design-system/issues/8151)) ([d813f14](https://github.com/Esri/calcite-design-system/commit/d813f14c3c2fc7b765ccf27166f31201d91f2ac5))
-## [1.10.1-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@1.10.0...@esri/calcite-components-angular@1.10.1-next.3) (2023-11-09)
+### Dependencies
-**Note:** Version bump only for package @esri/calcite-components-angular
+- The following workspace dependencies were updated
+ - dependencies
+ - @esri/calcite-components bumped from 1.11.0-next.3 to 1.11.0
diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json
index f2c9cff300e..fde2054fa79 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": "1.11.0-next.3",
+ "version": "1.11.0",
"sideEffects": false,
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "A set of Angular components that wrap Esri's Calcite Components.",
@@ -20,7 +20,7 @@
"@angular/core": ">=16.0.0"
},
"dependencies": {
- "@esri/calcite-components": "1.11.0-next.3",
+ "@esri/calcite-components": "1.11.0",
"tslib": "2.3.0"
},
"lerna": {
diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md
index 2a06506fdcd..78586d60b9d 100644
--- a/packages/calcite-components-react/CHANGELOG.md
+++ b/packages/calcite-components-react/CHANGELOG.md
@@ -3,57 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [2.0.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.0.0-next.0...@esri/calcite-components-react@2.0.0-next.1) (2023-11-21)
+## [1.11.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.10.0...@esri/calcite-components-react@1.11.0) (2023-11-21)
-**Note:** Version bump only for package @esri/calcite-components-react
-
-## [2.0.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.11.0-next.3...@esri/calcite-components-react@2.0.0-next.0) (2023-11-21)
-
-### ⚠ BREAKING CHANGES
-
-- **deps:** We are treating this core version bump as a
- precautionary measure, particularly due to its potential impact on
- projects using `calcite-components` and Stencil.
-
-### Reverts
-
-- "Merge branch 'rc-force' into main" ([#8191](https://github.com/Esri/calcite-design-system/issues/8191)) ([c8f33df](https://github.com/Esri/calcite-design-system/commit/c8f33dfd4ef8b0badd22ee6f73a939307acbbc4c))
-
-### Build System
-
-- **deps:** bump Stencil to v4 ([#8108](https://github.com/Esri/calcite-design-system/issues/8108)) ([d7c77c2](https://github.com/Esri/calcite-design-system/commit/d7c77c2ed6a7da0d26732410cba34074af9d0355)), closes [#7861](https://github.com/Esri/calcite-design-system/issues/7861)
-
-## [1.11.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.11.0-next.2...@esri/calcite-components-react@1.11.0-next.3) (2023-11-16)
-
-**Note:** Version bump only for package @esri/calcite-components-react
-
-## [1.11.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.11.0-next.1...@esri/calcite-components-react@1.11.0-next.2) (2023-11-15)
-
-**Note:** Version bump only for package @esri/calcite-components-react
-
-## [1.11.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.11.0-next.0...@esri/calcite-components-react@1.11.0-next.1) (2023-11-15)
-
-**Note:** Version bump only for package @esri/calcite-components-react
-
-## [1.11.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.10.1-next.2...@esri/calcite-components-react@1.11.0-next.0) (2023-11-15)
-
-**Note:** Version bump only for package @esri/calcite-components-react
-
-## [1.10.1-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.10.1-next.2...@esri/calcite-components-react@1.10.1-next.3) (2023-11-09)
-
-**Note:** Version bump only for package @esri/calcite-components-react
-
-## [1.10.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.10.1-next.1...@esri/calcite-components-react@1.10.1-next.2) (2023-11-01)
-
-**Note:** Version bump only for package @esri/calcite-components-react
-
-## [1.10.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.10.1-next.0...@esri/calcite-components-react@1.10.1-next.1) (2023-11-01)
-
-**Note:** Version bump only for package @esri/calcite-components-react
-
-## [1.10.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.10.0...@esri/calcite-components-react@1.10.1-next.0) (2023-10-31)
+### Dependencies
-**Note:** Version bump only for package @esri/calcite-components-react
+- The following workspace dependencies were updated
+ - dependencies
+ - @esri/calcite-components bumped from 1.11.0-next.3 to 1.11.0
## [1.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.9.2...@esri/calcite-components-react@1.10.0) (2023-10-30)
diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json
index 0debee56556..ca00b257277 100644
--- a/packages/calcite-components-react/package.json
+++ b/packages/calcite-components-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@esri/calcite-components-react",
"sideEffects": false,
- "version": "1.11.0-next.3",
+ "version": "1.11.0",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "A set of React components that wrap calcite components",
"license": "SEE LICENSE.md",
@@ -20,7 +20,7 @@
"dist/"
],
"dependencies": {
- "@esri/calcite-components": "1.11.0-next.3"
+ "@esri/calcite-components": "1.11.0"
},
"peerDependencies": {
"react": ">=16.7",
diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md
index 747c219a18e..feba9056c9f 100644
--- a/packages/calcite-components/CHANGELOG.md
+++ b/packages/calcite-components/CHANGELOG.md
@@ -3,113 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [2.0.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.0.0-next.0...@esri/calcite-components@2.0.0-next.1) (2023-11-21)
+## [1.11.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.10.0...@esri/calcite-components@1.11.0) (2023-11-21)
### Features
-- **combobox:** limit display of selected items with new selection-display prop ([#7912](https://github.com/Esri/calcite-design-system/issues/7912)) ([58317ae](https://github.com/Esri/calcite-design-system/commit/58317ae6803a3a1716cabeaeac2061fa533a6bad)), closes [#4326](https://github.com/Esri/calcite-design-system/issues/4326)
-- **stepper:** enable responsive layout ([#7744](https://github.com/Esri/calcite-design-system/issues/7744)) ([687ca2b](https://github.com/Esri/calcite-design-system/commit/687ca2b04ed072fae15405c5ce1631adc190b449)), closes [#6694](https://github.com/Esri/calcite-design-system/issues/6694)
-
-### Reverts
-
-- feat(stepper-item)!: remove support for previousStep and nextStep in messages ([#8222](https://github.com/Esri/calcite-design-system/issues/8222)) ([#8232](https://github.com/Esri/calcite-design-system/issues/8232)) ([b597001](https://github.com/Esri/calcite-design-system/commit/b597001349d3ab5861fa647d41feb2f9ab58099b))
-
-## [2.0.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.11.0-next.3...@esri/calcite-components@2.0.0-next.0) (2023-11-21)
-
-### ⚠ BREAKING CHANGES
-
-- **stepper-item:** Removed `previousStep` and `nextStep` in messages. They
- are not available for overriding via `messageOverrides`
-- **deps:** We are treating this core version bump as a
- precautionary measure, particularly due to its potential impact on
- projects using `calcite-components` and Stencil.
-- **card:** Removed the `deselect` message property – this property
-
-### Features
-
-- **list-item:** Add content-bottom slot for placing content below the label and description of the component ([#8183](https://github.com/Esri/calcite-design-system/issues/8183)) ([7d400fb](https://github.com/Esri/calcite-design-system/commit/7d400fb09b08a54cdc2e8b435bf11c95ff06aa32)), closes [#8173](https://github.com/Esri/calcite-design-system/issues/8173)
-- **stepper-item:** remove support for previousStep and nextStep in messages ([#8222](https://github.com/Esri/calcite-design-system/issues/8222)) ([213b31d](https://github.com/Esri/calcite-design-system/commit/213b31da55424e6f7a29a6d58875200fe853c9f9)), closes [#8223](https://github.com/Esri/calcite-design-system/issues/8223)
-
-### Bug Fixes
-
-- **action:** Ensure action content is correctly spaced ([#8184](https://github.com/Esri/calcite-design-system/issues/8184)) ([b18dcc8](https://github.com/Esri/calcite-design-system/commit/b18dcc84f739ea24917df45aa2c8c11b2f2d11f1)), closes [#6879](https://github.com/Esri/calcite-design-system/issues/6879)
-- **action:** Update transparent action styles ([#8194](https://github.com/Esri/calcite-design-system/issues/8194)) ([0f12489](https://github.com/Esri/calcite-design-system/commit/0f12489f8085557a3302f3b7dbc0152565770265)), closes [#3834](https://github.com/Esri/calcite-design-system/issues/3834)
-- **input-number:** prevents mutating value on blur ([#8226](https://github.com/Esri/calcite-design-system/issues/8226)) ([b89a893](https://github.com/Esri/calcite-design-system/commit/b89a8934855bfbd15376377cf6778bd8fe25d9dd)), closes [#7188](https://github.com/Esri/calcite-design-system/issues/7188)
-- **list-item, stack:** stretch action-menu and handle when placed inside a list-item or stack. ([#8185](https://github.com/Esri/calcite-design-system/issues/8185)) ([8a16a69](https://github.com/Esri/calcite-design-system/commit/8a16a69caff33fa3d504f87343db9d7ffdf955ad)), closes [#8187](https://github.com/Esri/calcite-design-system/issues/8187)
-- **list-item, stack:** stretch dropdown when placed inside a list-item or stack ([#8204](https://github.com/Esri/calcite-design-system/issues/8204)) ([05e6b65](https://github.com/Esri/calcite-design-system/commit/05e6b651c9b8582975e5185ebb0f4551527abb08)), closes [#8185](https://github.com/Esri/calcite-design-system/issues/8185)
-- **list-item:** adds border between grouped and ungrouped list-items ([#8134](https://github.com/Esri/calcite-design-system/issues/8134)) ([b3c331c](https://github.com/Esri/calcite-design-system/commit/b3c331ce779cdd034f3e9792db3825d3fd14393b)), closes [#7546](https://github.com/Esri/calcite-design-system/issues/7546)
-- **list-item:** fix rendering of open icon. ([#8207](https://github.com/Esri/calcite-design-system/issues/8207)) ([a6e1766](https://github.com/Esri/calcite-design-system/commit/a6e17663998aeceb55f8321889eded5d23345811))
-
-### Reverts
-
-- "Merge branch 'rc-force' into main" ([#8191](https://github.com/Esri/calcite-design-system/issues/8191)) ([c8f33df](https://github.com/Esri/calcite-design-system/commit/c8f33dfd4ef8b0badd22ee6f73a939307acbbc4c))
-- feat(alert): make component responsive ([#8195](https://github.com/Esri/calcite-design-system/issues/8195)) ([2f4ff6c](https://github.com/Esri/calcite-design-system/commit/2f4ff6c9b990b53c1e0dec5b51b183b0fa997906)), closes [#7755](https://github.com/Esri/calcite-design-system/issues/7755) [#2835](https://github.com/Esri/calcite-design-system/issues/2835) [/github.com/Esri/calcite-design-system/issues/7921#issuecomment-1815588607](https://github.com/Esri//github.com/Esri/calcite-design-system/issues/7921/issues/issuecomment-1815588607)
-
-### Code Refactoring
-
-- **card:** remove deprecated `deselected` message ([#8099](https://github.com/Esri/calcite-design-system/issues/8099)) ([b77e7ca](https://github.com/Esri/calcite-design-system/commit/b77e7ca1d0c068ab28ec53a7f00be6f085e48cb0)), closes [#6660](https://github.com/Esri/calcite-design-system/issues/6660) [#6657](https://github.com/Esri/calcite-design-system/issues/6657)
-
-### Build System
-
-- **deps:** bump Stencil to v4 ([#8108](https://github.com/Esri/calcite-design-system/issues/8108)) ([d7c77c2](https://github.com/Esri/calcite-design-system/commit/d7c77c2ed6a7da0d26732410cba34074af9d0355)), closes [#7861](https://github.com/Esri/calcite-design-system/issues/7861)
-
-## [1.11.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.11.0-next.2...@esri/calcite-components@1.11.0-next.3) (2023-11-16)
-
-### Bug Fixes
-
-- **checkbox:** make label property public ([#8181](https://github.com/Esri/calcite-design-system/issues/8181)) ([d3b9c1f](https://github.com/Esri/calcite-design-system/commit/d3b9c1fb9fc50cfd5d49ff43ee3994aba914d71e)), closes [#8182](https://github.com/Esri/calcite-design-system/issues/8182)
-
-## [1.11.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.11.0-next.1...@esri/calcite-components@1.11.0-next.2) (2023-11-15)
-
-### Features
-
-- **input, input-date-picker, input-number, input-text, input-time-picker:** truncate value and placeholder when input is narrow ([#8160](https://github.com/Esri/calcite-design-system/issues/8160)) ([533eff3](https://github.com/Esri/calcite-design-system/commit/533eff3874920d7727b4fb7525e81a8e95d7a5ef)), closes [#6677](https://github.com/Esri/calcite-design-system/issues/6677)
-
-## [1.11.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.11.0-next.0...@esri/calcite-components@1.11.0-next.1) (2023-11-15)
-
-### Bug Fixes
-
-- **input-date-picker:** fix date-picker wrapper displaying beyond its bounds ([#8172](https://github.com/Esri/calcite-design-system/issues/8172)) ([01ec024](https://github.com/Esri/calcite-design-system/commit/01ec024e981f0a2e8865b3a43f78ae91efc4b6b3)), closes [#6678](https://github.com/Esri/calcite-design-system/issues/6678)
-
-## [1.11.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.10.1-next.2...@esri/calcite-components@1.11.0-next.0) (2023-11-15)
-
-### Features
-
-- **date-picker:** make component responsive ([#7872](https://github.com/Esri/calcite-design-system/issues/7872)) ([f131218](https://github.com/Esri/calcite-design-system/commit/f131218a01df6a4be8be3805cd172db0120954e1)), closes [#6678](https://github.com/Esri/calcite-design-system/issues/6678)
+- **combobox:** Limit display of selected items with new selection-display prop ([#7912](https://github.com/Esri/calcite-design-system/issues/7912)) ([58317ae](https://github.com/Esri/calcite-design-system/commit/58317ae6803a3a1716cabeaeac2061fa533a6bad))
+- **date-picker:** Make component responsive ([#7872](https://github.com/Esri/calcite-design-system/issues/7872)) ([f131218](https://github.com/Esri/calcite-design-system/commit/f131218a01df6a4be8be3805cd172db0120954e1))
+- **input, input-date-picker, input-number, input-text, input-time-picker:** Truncate value and placeholder when input is narrow ([#8160](https://github.com/Esri/calcite-design-system/issues/8160)) ([533eff3](https://github.com/Esri/calcite-design-system/commit/533eff3874920d7727b4fb7525e81a8e95d7a5ef))
+- **list-item:** Add content-bottom slot for placing content below the label and description of the component ([#8183](https://github.com/Esri/calcite-design-system/issues/8183)) ([7d400fb](https://github.com/Esri/calcite-design-system/commit/7d400fb09b08a54cdc2e8b435bf11c95ff06aa32))
- **list:** Specify the element types in the `calciteListOrderChange` event detail. ([#8123](https://github.com/Esri/calcite-design-system/issues/8123)) ([3e81d7e](https://github.com/Esri/calcite-design-system/commit/3e81d7e672dde72c2cec163f8dc126a59804f517))
-- **pagination:** Introduce responsive design for xxsmall breakpoint ([#8150](https://github.com/Esri/calcite-design-system/issues/8150)) ([ab20eb0](https://github.com/Esri/calcite-design-system/commit/ab20eb09dd368cec566cbbb386db059a11e33f13)), closes [#7856](https://github.com/Esri/calcite-design-system/issues/7856)
-
-### Bug Fixes
-
-- **block-section:** wraps long text over to a new line when toggle switch is displayed ([#8101](https://github.com/Esri/calcite-design-system/issues/8101)) ([3f90780](https://github.com/Esri/calcite-design-system/commit/3f90780a128f934481085c403a76d12174f6aa83)), closes [#7698](https://github.com/Esri/calcite-design-system/issues/7698)
-- **panel, flow-item:** remove overflow rule ([#8055](https://github.com/Esri/calcite-design-system/issues/8055)) ([d0c3ed2](https://github.com/Esri/calcite-design-system/commit/d0c3ed2cd675948580bdf44dba3b9c3283db9fc5)), closes [#8028](https://github.com/Esri/calcite-design-system/issues/8028)
-- **split-button:** fix width layout ([#8133](https://github.com/Esri/calcite-design-system/issues/8133)) ([051f332](https://github.com/Esri/calcite-design-system/commit/051f33235b302e1f5d41ac8d8e8a52ec0a20b6c2)), closes [#7692](https://github.com/Esri/calcite-design-system/issues/7692)
-
-## [1.10.1-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.10.1-next.2...@esri/calcite-components@1.10.1-next.3) (2023-11-09)
+- **pagination:** Introduce responsive design for xxsmall breakpoint ([#8150](https://github.com/Esri/calcite-design-system/issues/8150)) ([ab20eb0](https://github.com/Esri/calcite-design-system/commit/ab20eb09dd368cec566cbbb386db059a11e33f13))
+- **stepper-item:** Remove support for previousStep and nextStep in messages ([#8222](https://github.com/Esri/calcite-design-system/issues/8222)) ([213b31d](https://github.com/Esri/calcite-design-system/commit/213b31da55424e6f7a29a6d58875200fe853c9f9))
+- **stepper:** Enable responsive layout ([#7744](https://github.com/Esri/calcite-design-system/issues/7744)) ([687ca2b](https://github.com/Esri/calcite-design-system/commit/687ca2b04ed072fae15405c5ce1631adc190b449))
### Bug Fixes
-- **block-section:** wraps long text over to a new line when toggle switch is displayed ([#8101](https://github.com/Esri/calcite-design-system/issues/8101)) ([3f90780](https://github.com/Esri/calcite-design-system/commit/3f90780a128f934481085c403a76d12174f6aa83)), closes [#7698](https://github.com/Esri/calcite-design-system/issues/7698)
-- **split-button:** fix width layout ([#8133](https://github.com/Esri/calcite-design-system/issues/8133)) ([051f332](https://github.com/Esri/calcite-design-system/commit/051f33235b302e1f5d41ac8d8e8a52ec0a20b6c2)), closes [#7692](https://github.com/Esri/calcite-design-system/issues/7692)
+- **accordion-item:** Update expanded chevron color ([#8087](https://github.com/Esri/calcite-design-system/issues/8087)) ([d3d7688](https://github.com/Esri/calcite-design-system/commit/d3d7688bbb5ed2e58d1e0c5a06f9165e9fb73988))
+- **action:** Ensure action content is correctly spaced ([#8184](https://github.com/Esri/calcite-design-system/issues/8184)) ([b18dcc8](https://github.com/Esri/calcite-design-system/commit/b18dcc84f739ea24917df45aa2c8c11b2f2d11f1))
+- **action:** Update transparent action styles ([#8194](https://github.com/Esri/calcite-design-system/issues/8194)) ([0f12489](https://github.com/Esri/calcite-design-system/commit/0f12489f8085557a3302f3b7dbc0152565770265))
+- **block-section:** Wraps long text over to a new line when toggle switch is displayed ([#8101](https://github.com/Esri/calcite-design-system/issues/8101)) ([3f90780](https://github.com/Esri/calcite-design-system/commit/3f90780a128f934481085c403a76d12174f6aa83))
+- **checkbox:** Make label property public ([#8181](https://github.com/Esri/calcite-design-system/issues/8181)) ([d3b9c1f](https://github.com/Esri/calcite-design-system/commit/d3b9c1fb9fc50cfd5d49ff43ee3994aba914d71e))
+- **combobox-item:** Hide disabled item icon ([#8095](https://github.com/Esri/calcite-design-system/issues/8095)) ([36552f3](https://github.com/Esri/calcite-design-system/commit/36552f309f250acb01a76b8cfa97f9813b7c22a4))
+- **input-date-picker:** Fix date-picker wrapper displaying beyond its bounds ([#8172](https://github.com/Esri/calcite-design-system/issues/8172)) ([01ec024](https://github.com/Esri/calcite-design-system/commit/01ec024e981f0a2e8865b3a43f78ae91efc4b6b3))
+- **input-number:** Prevents mutating value on blur ([#8226](https://github.com/Esri/calcite-design-system/issues/8226)) ([b89a893](https://github.com/Esri/calcite-design-system/commit/b89a8934855bfbd15376377cf6778bd8fe25d9dd))
+- **input-time-zone:** Fix Indian/Christmas time zone translation ([#8096](https://github.com/Esri/calcite-design-system/issues/8096)) ([d79d591](https://github.com/Esri/calcite-design-system/commit/d79d59162125ebce70d7a4e1351b34fc6aac68ed))
+- **list-item, stack:** Stretch action-menu and handle when placed inside a list-item or stack. ([#8185](https://github.com/Esri/calcite-design-system/issues/8185)) ([8a16a69](https://github.com/Esri/calcite-design-system/commit/8a16a69caff33fa3d504f87343db9d7ffdf955ad))
+- **list-item, stack:** Stretch dropdown when placed inside a list-item or stack ([#8204](https://github.com/Esri/calcite-design-system/issues/8204)) ([05e6b65](https://github.com/Esri/calcite-design-system/commit/05e6b651c9b8582975e5185ebb0f4551527abb08))
+- **list-item:** Adds border between grouped and ungrouped list-items ([#8134](https://github.com/Esri/calcite-design-system/issues/8134)) ([b3c331c](https://github.com/Esri/calcite-design-system/commit/b3c331ce779cdd034f3e9792db3825d3fd14393b))
+- **list-item:** Fix rendering of open icon. ([#8207](https://github.com/Esri/calcite-design-system/issues/8207)) ([a6e1766](https://github.com/Esri/calcite-design-system/commit/a6e17663998aeceb55f8321889eded5d23345811))
+- **panel, flow-item:** Remove overflow rule ([#8055](https://github.com/Esri/calcite-design-system/issues/8055)) ([d0c3ed2](https://github.com/Esri/calcite-design-system/commit/d0c3ed2cd675948580bdf44dba3b9c3283db9fc5))
+- **split-button:** Fix width layout ([#8133](https://github.com/Esri/calcite-design-system/issues/8133)) ([051f332](https://github.com/Esri/calcite-design-system/commit/051f33235b302e1f5d41ac8d8e8a52ec0a20b6c2))
-## [1.10.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.10.1-next.1...@esri/calcite-components@1.10.1-next.2) (2023-11-01)
-
-### Bug Fixes
-
-- **input-number:** prevent mutating value when pointerUp is emitted. ([#8077](https://github.com/Esri/calcite-design-system/issues/8077)) ([fa78d11](https://github.com/Esri/calcite-design-system/commit/fa78d114b518b37b6a59b4064c5a7e8e78e418b5)), closes [#7188](https://github.com/Esri/calcite-design-system/issues/7188)
-
-## [1.10.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.10.1-next.0...@esri/calcite-components@1.10.1-next.1) (2023-11-01)
-
-### Bug Fixes
-
-- **combobox-item:** hide disabled item icon ([#8095](https://github.com/Esri/calcite-design-system/issues/8095)) ([36552f3](https://github.com/Esri/calcite-design-system/commit/36552f309f250acb01a76b8cfa97f9813b7c22a4))
-- **input-time-zone:** fix Indian/Christmas time zone translation ([#8096](https://github.com/Esri/calcite-design-system/issues/8096)) ([d79d591](https://github.com/Esri/calcite-design-system/commit/d79d59162125ebce70d7a4e1351b34fc6aac68ed))
-
-## [1.10.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.10.0...@esri/calcite-components@1.10.1-next.0) (2023-10-31)
-
-### Bug Fixes
+### Dependencies
-- **accordion-item:** update expanded chevron color ([#8087](https://github.com/Esri/calcite-design-system/issues/8087)) ([d3d7688](https://github.com/Esri/calcite-design-system/commit/d3d7688bbb5ed2e58d1e0c5a06f9165e9fb73988))
+- The following workspace dependencies were updated
+ - devDependencies
+ - @esri/eslint-plugin-calcite-components bumped from 0.2.3-next.6 to 0.2.3
## [1.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.9.2...@esri/calcite-components@1.10.0) (2023-10-30)
diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json
index 91c85d4a51f..65440794aa9 100644
--- a/packages/calcite-components/package.json
+++ b/packages/calcite-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
- "version": "1.11.0-next.3",
+ "version": "1.11.0",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
@@ -78,7 +78,7 @@
"devDependencies": {
"@esri/calcite-design-tokens": "^1.1.1-next.1",
"@esri/calcite-ui-icons": "3.25.0",
- "@esri/eslint-plugin-calcite-components": "0.2.3-next.6",
+ "@esri/eslint-plugin-calcite-components": "0.2.3",
"@stencil-community/eslint-plugin": "0.5.0",
"@stencil/angular-output-target": "0.8.3",
"@stencil/postcss": "2.1.0",
diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md
index 1673586dcf4..671388d8e47 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/eslint-plugin-calcite-components/CHANGELOG.md b/packages/eslint-plugin-calcite-components/CHANGELOG.md
index 3938380cd9d..93f3413aabd 100644
--- a/packages/eslint-plugin-calcite-components/CHANGELOG.md
+++ b/packages/eslint-plugin-calcite-components/CHANGELOG.md
@@ -3,26 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [1.0.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@0.2.3-next.6...@esri/eslint-plugin-calcite-components@1.0.0-next.0) (2023-11-21)
-
-### ⚠ BREAKING CHANGES
-
-- **deps:** We are treating this core version bump as a
- precautionary measure, particularly due to its potential impact on
- projects using `calcite-components` and Stencil.
-
-### Reverts
-
-- "Merge branch 'rc-force' into main" ([#8191](https://github.com/Esri/calcite-design-system/issues/8191)) ([c8f33df](https://github.com/Esri/calcite-design-system/commit/c8f33dfd4ef8b0badd22ee6f73a939307acbbc4c))
-
-### Build System
-
-- **deps:** bump Stencil to v4 ([#8108](https://github.com/Esri/calcite-design-system/issues/8108)) ([d7c77c2](https://github.com/Esri/calcite-design-system/commit/d7c77c2ed6a7da0d26732410cba34074af9d0355)), closes [#7861](https://github.com/Esri/calcite-design-system/issues/7861)
-
-## [0.2.3-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@0.2.3-next.4...@esri/eslint-plugin-calcite-components@0.2.3-next.6) (2023-11-15)
-
-**Note:** Version bump only for package @esri/eslint-plugin-calcite-components
-
-## [0.2.3-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@0.2.3-next.4...@esri/eslint-plugin-calcite-components@0.2.3-next.5) (2023-11-09)
+## [0.2.3](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@0.2.2...@esri/eslint-plugin-calcite-components@0.2.3) (2023-11-09)
**Note:** Version bump only for package @esri/eslint-plugin-calcite-components
diff --git a/packages/eslint-plugin-calcite-components/package.json b/packages/eslint-plugin-calcite-components/package.json
index d1a3a709984..5bfe7806238 100644
--- a/packages/eslint-plugin-calcite-components/package.json
+++ b/packages/eslint-plugin-calcite-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@esri/eslint-plugin-calcite-components",
- "version": "0.2.3-next.6",
+ "version": "0.2.3",
"description": "ESLint rules for @esri/calcite-components",
"main": "dist/index.js",
"files": [