diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index c5999dfacc2..d47c92aead7 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,6 +1,6 @@
{
- "packages/calcite-components": "1.9.2",
- "packages/calcite-components-react": "1.9.2",
- "packages/calcite-design-tokens": "1.0.0",
+ "packages/calcite-components": "1.10.0",
+ "packages/calcite-components-react": "1.10.0",
+ "packages/calcite-design-tokens": "1.1.0",
"packages/eslint-plugin-calcite-components": "0.2.2"
}
diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md
index 36fe702ae0b..a2eb394f879 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.
+## [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-24)
+
+
+### Miscellaneous Chores
+
+* **@esri/calcite-components-react:** Synchronize undefined versions
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * @esri/calcite-components bumped from ^1.10.0-next.5 to ^1.10.0
+
## [1.10.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.10.0-next.4...@esri/calcite-components-react@1.10.0-next.5) (2023-10-24)
**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 0a08d696582..dc003b6d702 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.10.0-next.5",
+ "version": "1.10.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.10.0-next.5"
+ "@esri/calcite-components": "^1.10.0"
},
"peerDependencies": {
"react": ">=16.7",
diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md
index 036e3f992b3..0e56151ab34 100644
--- a/packages/calcite-components/CHANGELOG.md
+++ b/packages/calcite-components/CHANGELOG.md
@@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [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-24)
+
+
+### Features
+
+* **block:** Ensure chevron is always displayed ([#8014](https://github.com/Esri/calcite-design-system/issues/8014)) ([95fecb2](https://github.com/Esri/calcite-design-system/commit/95fecb2f83f030576e1313f7c5970cd9b4d40e66))
+* **stepper,stepper-item:** Adds support for built-in translations ([#8002](https://github.com/Esri/calcite-design-system/issues/8002)) ([bb91624](https://github.com/Esri/calcite-design-system/commit/bb9162440c31f6d776f197d29c06a4dafd6b4c2f))
+
+
+### Bug Fixes
+
+* **button, fab, inline-editable, split-button:** Prevent redundant opacity when button is both loading and disabled ([#8015](https://github.com/Esri/calcite-design-system/issues/8015)) ([3a1d3fd](https://github.com/Esri/calcite-design-system/commit/3a1d3fd1895a8b1f58d1a45e13c299a85e153583))
+* Floating components will now get an initial position even if they are not opened ([#8001](https://github.com/Esri/calcite-design-system/issues/8001)) ([78b680d](https://github.com/Esri/calcite-design-system/commit/78b680d444f37e21c735e94eceb03678418c9745))
+* **icon:** Use pixel sizes for icons ([#8009](https://github.com/Esri/calcite-design-system/issues/8009)) ([49085d5](https://github.com/Esri/calcite-design-system/commit/49085d5f1beb0897a21745f2880519391ba2be81))
+* **input-date-picker, input-time-picker:** Adjust chevron scale accordingly ([#8012](https://github.com/Esri/calcite-design-system/issues/8012)) ([f894f80](https://github.com/Esri/calcite-design-system/commit/f894f802d7cc5aee40a486c2efabe8563e8d1dcd))
+* **list-item:** Restore tabbability when an item's disabled prop is toggled ([#8042](https://github.com/Esri/calcite-design-system/issues/8042)) ([c970603](https://github.com/Esri/calcite-design-system/commit/c970603ad18b31a074cdf91346af28592b8da53a))
+* **pagination:** Prevents console error when page-size is set to zero ([#8017](https://github.com/Esri/calcite-design-system/issues/8017)) ([d09d485](https://github.com/Esri/calcite-design-system/commit/d09d48525ef8ea69ca5bc0bcac678ba559bc2cdb))
+* **segmented-control-item:** Fix text color contrast ([#8036](https://github.com/Esri/calcite-design-system/issues/8036)) ([ede8c43](https://github.com/Esri/calcite-design-system/commit/ede8c437e95ed2370cb485168ed8e6eedf0e9717))
+* **stepper:** Selects next enabled stepper-item when first one is disabled ([#8004](https://github.com/Esri/calcite-design-system/issues/8004)) ([e0ed54e](https://github.com/Esri/calcite-design-system/commit/e0ed54e0b067426538c9d4b03552f8936738a1a8))
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * devDependencies
+ * @esri/calcite-design-tokens bumped from ^1.1.0-next.1 to ^1.1.0
+
## [1.10.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.10.0-next.4...@esri/calcite-components@1.10.0-next.5) (2023-10-24)
### Bug Fixes
diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json
index 02fd17a49dc..b039839502b 100644
--- a/packages/calcite-components/package.json
+++ b/packages/calcite-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
- "version": "1.10.0-next.5",
+ "version": "1.10.0",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
@@ -77,7 +77,7 @@
"timezone-groups": "0.8.0"
},
"devDependencies": {
- "@esri/calcite-design-tokens": "^1.1.0-next.1",
+ "@esri/calcite-design-tokens": "^1.1.0",
"@esri/calcite-ui-icons": "3.24.9",
"@esri/eslint-plugin-calcite-components": "^0.2.3-next.4",
"@stencil-community/eslint-plugin": "0.5.0",
diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md
index 2e964fbacf2..1673586dcf4 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-design-tokens/CHANGELOG.md b/packages/calcite-design-tokens/CHANGELOG.md
index 20f69acbb48..239d2a438ab 100644
--- a/packages/calcite-design-tokens/CHANGELOG.md
+++ b/packages/calcite-design-tokens/CHANGELOG.md
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.1.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.0.0...@esri/calcite-design-tokens@1.1.0) (2023-10-24)
+
+
+### Features
+
+* Add xxs breakpoint to tokens ([#7992](https://github.com/Esri/calcite-design-system/issues/7992)) ([05512b6](https://github.com/Esri/calcite-design-system/commit/05512b6e5b58d4391972dfc9bbf559503301a025))
+
## [1.1.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.1.0-next.0...@esri/calcite-design-tokens@1.1.0-next.1) (2023-10-20)
**Note:** Version bump only for package @esri/calcite-design-tokens
diff --git a/packages/calcite-design-tokens/package-lock.json b/packages/calcite-design-tokens/package-lock.json
index 32560fd4c3f..44b8f52ec6a 100644
--- a/packages/calcite-design-tokens/package-lock.json
+++ b/packages/calcite-design-tokens/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-design-tokens",
- "version": "1.1.0-next.1",
+ "version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
diff --git a/packages/calcite-design-tokens/package.json b/packages/calcite-design-tokens/package.json
index e92c224ef43..be54efea528 100644
--- a/packages/calcite-design-tokens/package.json
+++ b/packages/calcite-design-tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-design-tokens",
- "version": "1.1.0-next.1",
+ "version": "1.1.0",
"description": "Esri's Calcite Design System Tokens",
"keywords": [
"Calcite",