From d6b7116650bb3a18481190f03382972df54a0d5b Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Fri, 17 May 2024 18:34:29 -0700 Subject: [PATCH] chore: release hotfix (#9348) :robot: I have created a release *beep* *boop* ---
@esri/calcite-components: 2.8.2 [2.8.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.1...@esri/calcite-components@2.8.2) (2024-05-15) * **input, input-number, input-text:** Ensure `autofocus` is available on `HTMLElement` ([#9343](https://github.com/Esri/calcite-design-system/issues/9343)) ([405a4b0](https://github.com/Esri/calcite-design-system/commit/405a4b0d81d1cee15da40b31b2508461019fd022))
@esri/calcite-components-angular: 2.8.2 [2.8.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.1...@esri/calcite-components-angular@2.8.2) (2024-05-15) * **@esri/calcite-components-angular:** Synchronize components versions * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.8.1 to ^2.8.2
@esri/calcite-components-react: 2.8.2 [2.8.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.1...@esri/calcite-components-react@2.8.2) (2024-05-15) * **@esri/calcite-components-react:** Synchronize components versions * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.8.1 to ^2.8.2
--- 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: Calcite Admin --- .release-please-manifest.json | 6 +++--- .../projects/component-library/CHANGELOG.md | 12 ++++++++++++ packages/calcite-components-react/CHANGELOG.md | 12 ++++++++++++ packages/calcite-components/CHANGELOG.md | 6 ++++++ packages/calcite-components/readme.md | 4 ++-- 5 files changed, 35 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f764ff8c2fc..cf4bca1bd58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "packages/calcite-components": "2.8.1", - "packages/calcite-components-react": "2.8.1", + "packages/calcite-components": "2.8.2", + "packages/calcite-components-react": "2.8.2", "packages/calcite-design-tokens": "2.2.0", "packages/eslint-plugin-calcite-components": "1.2.0", - "packages/calcite-components-angular/projects/component-library": "2.8.1" + "packages/calcite-components-angular/projects/component-library": "2.8.2" } diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index ec887956991..4bf7dc222f7 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -23,6 +23,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @esri/calcite-components-angular +## [2.8.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.1...@esri/calcite-components-angular@2.8.2) (2024-05-15) + +### Miscellaneous Chores + +- **@esri/calcite-components-angular:** Synchronize components versions + +### Dependencies + +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^2.8.1 to ^2.8.2 + ## [2.9.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.0-next.9...@esri/calcite-components-angular@2.9.0-next.10) (2024-05-14) **Note:** Version bump only for package @esri/calcite-components-angular diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 13dd8117a90..acc1094d136 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -23,6 +23,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @esri/calcite-components-react +## [2.8.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.1...@esri/calcite-components-react@2.8.2) (2024-05-15) + +### Miscellaneous Chores + +- **@esri/calcite-components-react:** Synchronize components versions + +### Dependencies + +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^2.8.1 to ^2.8.2 + ## [2.9.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.9.0-next.9...@esri/calcite-components-react@2.9.0-next.10) (2024-05-14) **Note:** Version bump only for package @esri/calcite-components-react diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 48060a81aa9..759af351880 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -33,6 +33,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **input, input-number, input-text:** ensure autofocus is available on HTMLElement ([#9343](https://github.com/Esri/calcite-design-system/issues/9343)) ([#9347](https://github.com/Esri/calcite-design-system/issues/9347)) ([27ad10e](https://github.com/Esri/calcite-design-system/commit/27ad10ed82bc69c5ed62a2b4f2ea24e86f83c01c)), closes [#9235](https://github.com/Esri/calcite-design-system/issues/9235) +## [2.8.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.1...@esri/calcite-components@2.8.2) (2024-05-15) + +### Bug Fixes + +- **input, input-number, input-text:** Ensure autofocus is available on HTMLElement ([#9343](https://github.com/Esri/calcite-design-system/issues/9343)) ([405a4b0](https://github.com/Esri/calcite-design-system/commit/405a4b0d81d1cee15da40b31b2508461019fd022)) + ## [2.9.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.9.0-next.9...@esri/calcite-components@2.9.0-next.10) (2024-05-14) ### Bug Fixes diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md index c67d094eaf6..16b558cc325 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 ```