From 83662383977e6bbcbed7f90b33f09c81486a3d5c Mon Sep 17 00:00:00 2001 From: Calcite Admin Date: Mon, 30 Oct 2023 10:47:46 -0700 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 ++-- .../calcite-components-react/CHANGELOG.md | 14 ++++++++ .../calcite-components-react/package.json | 4 +-- packages/calcite-components/CHANGELOG.md | 32 +++++++++++++++++++ packages/calcite-components/package.json | 4 +-- packages/calcite-components/readme.md | 4 +-- packages/calcite-design-tokens/CHANGELOG.md | 10 ++++++ .../calcite-design-tokens/package-lock.json | 2 +- packages/calcite-design-tokens/package.json | 2 +- 9 files changed, 67 insertions(+), 11 deletions(-) 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 478d4090e76..d460bbabda6 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-30) + + +### 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.10 to ^1.10.0 + ## [1.10.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.10.0-next.9...@esri/calcite-components-react@1.10.0-next.10) (2023-10-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 09ccc100069..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.10", + "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.10" + "@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 da591751fbc..2da1e86e47f 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,38 @@ 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-30) + + +### 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)) +* **navigation-logo:** Adds `icon` and `iconFlipRtl` properties ([#8054](https://github.com/Esri/calcite-design-system/issues/8054)) ([049056d](https://github.com/Esri/calcite-design-system/commit/049056d18ad081abafdbd45d236507ad18b60fc3)) +* **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)) +* **combobox:** Clear custom input value on blur ([#8070](https://github.com/Esri/calcite-design-system/issues/8070)) ([327ff06](https://github.com/Esri/calcite-design-system/commit/327ff06f73a7e0dd5bdf6b09996b4c119e4386ff)) +* **combobox:** Ensure icon scales are consistent ([#8075](https://github.com/Esri/calcite-design-system/issues/8075)) ([babba3b](https://github.com/Esri/calcite-design-system/commit/babba3bd1d1f5413ccf71cc5fc24c24051682ca5)) +* **filter:** Corrects the accessible label ([#8069](https://github.com/Esri/calcite-design-system/issues/8069)) ([c203084](https://github.com/Esri/calcite-design-system/commit/c2030843ae465c6d2bfc1f55b9fa856d5f249aef)) +* 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)) +* **input-time-zone:** Fix city translations ([#8058](https://github.com/Esri/calcite-design-system/issues/8058)) ([7df7e1f](https://github.com/Esri/calcite-design-system/commit/7df7e1f3af7a1f1616980c1f8e1c0ee1cc0c81af)) +* **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.3 to ^1.1.0 + ## [1.10.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.10.0-next.9...@esri/calcite-components@1.10.0-next.10) (2023-10-27) ### Bug Fixes diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 50caad94596..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.10", + "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.3", + "@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 eb7ce22c620..4646c65891f 100644 --- a/packages/calcite-design-tokens/CHANGELOG.md +++ b/packages/calcite-design-tokens/CHANGELOG.md @@ -3,6 +3,16 @@ 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-30) + + +### Features + +* Add icon tokens ([#8008](https://github.com/Esri/calcite-design-system/issues/8008)) ([3623df1](https://github.com/Esri/calcite-design-system/commit/3623df1bbd5413bf5198fb343b342030ee1d40b8)) +* Add js platform formats to calcite-design-tokens ([#8044](https://github.com/Esri/calcite-design-system/issues/8044)) ([0e1fefb](https://github.com/Esri/calcite-design-system/commit/0e1fefbd93bc37bad7006b1c15d1ed633bfb454e)) +* 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)) +* Reorganize breakpoints ([#7994](https://github.com/Esri/calcite-design-system/issues/7994)) ([c64a059](https://github.com/Esri/calcite-design-system/commit/c64a059f9b4f9865bc7234ad6892570ed419d779)) + ## [1.1.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.1.0-next.2...@esri/calcite-design-tokens@1.1.0-next.3) (2023-10-24) ### Features diff --git a/packages/calcite-design-tokens/package-lock.json b/packages/calcite-design-tokens/package-lock.json index 7fe0e70a371..69ebe93b061 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.3", + "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 87b71748f8b..174922ddbfe 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.3", + "version": "1.1.0", "description": "Esri's Calcite Design System Tokens", "keywords": [ "Calcite",