From 83b0ffdab5b9edd8dfae5d9bfea5c2ceda6fefde Mon Sep 17 00:00:00 2001 From: Calcite Admin Date: Thu, 5 Oct 2023 16:41:22 -0700 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 4 ++-- packages/calcite-components-react/CHANGELOG.md | 14 ++++++++++++++ packages/calcite-components-react/package.json | 4 ++-- packages/calcite-components/CHANGELOG.md | 9 +++++++++ packages/calcite-components/package.json | 2 +- packages/calcite-components/readme.md | 4 ++-- 6 files changed, 30 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9175208a9de..213a48ceab7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/calcite-components": "1.9.0", - "packages/calcite-components-react": "1.9.0", + "packages/calcite-components": "1.9.1", + "packages/calcite-components-react": "1.9.1", "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 61f191dfc5b..f01e5c97319 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.9.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.9.0...@esri/calcite-components-react@1.9.1) (2023-10-05) + + +### Miscellaneous Chores + +* **@esri/calcite-components-react:** Synchronize undefined versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @esri/calcite-components bumped from ^1.9.1-next.1 to ^1.9.1 + ## [1.9.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.9.1-next.0...@esri/calcite-components-react@1.9.1-next.1) (2023-10-05) **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 32a91e0b86b..0fa928398dc 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.9.1-next.1", + "version": "1.9.1", "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.9.1-next.1" + "@esri/calcite-components": "^1.9.1" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index e056875bed2..0d7fa1a49e2 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.9.0...@esri/calcite-components@1.9.1) (2023-10-05) + + +### Bug Fixes + +* **combobox:** Fix issue causing value to be cleared when selecting an item (Windows + trackpad) ([#7954](https://github.com/Esri/calcite-design-system/issues/7954)) ([557d658](https://github.com/Esri/calcite-design-system/commit/557d65862d5fbf5b3ae9447e44d78604af525892)) +* **input-time-zone:** Fix handling of unknown and cityless time zones from offset display mode ([#7947](https://github.com/Esri/calcite-design-system/issues/7947)) ([75e0302](https://github.com/Esri/calcite-design-system/commit/75e0302d9f02ce07c26c6aa9853536a2918b9d48)) +* **panel:** Fix collapse action title and reverse icon direction ([#7927](https://github.com/Esri/calcite-design-system/issues/7927)) ([5f620f8](https://github.com/Esri/calcite-design-system/commit/5f620f8541d6b7a9518fd8d3c5d1558420d25966)) + ## [1.9.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.9.1-next.0...@esri/calcite-components@1.9.1-next.1) (2023-10-05) ### Bug Fixes diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 5672913eef3..2e6db586440 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "1.9.1-next.1", + "version": "1.9.1", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md index 52fe0f72888..f9d23d89515 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 ``` From 1c650becefc2d8aeab6ea29c62bb977115959b60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Oct 2023 23:42:48 +0000 Subject: [PATCH 2/2] docs: remove prerelease changelog entries --- package-lock.json | 8 ++++---- .../calcite-components-react/CHANGELOG.md | 18 ++++------------- packages/calcite-components/CHANGELOG.md | 20 +++---------------- 3 files changed, 11 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e416158136..2da3452864e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40451,7 +40451,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "1.9.1-next.1", + "version": "1.9.1", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.5.3", @@ -40479,10 +40479,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "1.9.1-next.1", + "version": "1.9.1", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^1.9.1-next.1" + "@esri/calcite-components": "^1.9.1" }, "peerDependencies": { "react": ">=16.7", @@ -42723,7 +42723,7 @@ "@esri/calcite-components-react": { "version": "file:packages/calcite-components-react", "requires": { - "@esri/calcite-components": "^1.9.1-next.1" + "@esri/calcite-components": "^1.9.1" } }, "@esri/calcite-design-tokens": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index f01e5c97319..ef40bb3fe0e 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -5,25 +5,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [1.9.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.9.0...@esri/calcite-components-react@1.9.1) (2023-10-05) - ### Miscellaneous Chores -* **@esri/calcite-components-react:** Synchronize undefined versions - +- **@esri/calcite-components-react:** Synchronize undefined versions ### Dependencies -* The following workspace dependencies were updated - * dependencies - * @esri/calcite-components bumped from ^1.9.1-next.1 to ^1.9.1 - -## [1.9.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.9.1-next.0...@esri/calcite-components-react@1.9.1-next.1) (2023-10-05) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.9.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.9.0...@esri/calcite-components-react@1.9.1-next.0) (2023-10-05) - -**Note:** Version bump only for package @esri/calcite-components-react +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^1.9.1-next.1 to ^1.9.1 ## [1.9.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.8.0...@esri/calcite-components-react@1.9.0) (2023-10-03) diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 0d7fa1a49e2..2583aa9b90b 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -5,25 +5,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [1.9.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.9.0...@esri/calcite-components@1.9.1) (2023-10-05) - -### Bug Fixes - -* **combobox:** Fix issue causing value to be cleared when selecting an item (Windows + trackpad) ([#7954](https://github.com/Esri/calcite-design-system/issues/7954)) ([557d658](https://github.com/Esri/calcite-design-system/commit/557d65862d5fbf5b3ae9447e44d78604af525892)) -* **input-time-zone:** Fix handling of unknown and cityless time zones from offset display mode ([#7947](https://github.com/Esri/calcite-design-system/issues/7947)) ([75e0302](https://github.com/Esri/calcite-design-system/commit/75e0302d9f02ce07c26c6aa9853536a2918b9d48)) -* **panel:** Fix collapse action title and reverse icon direction ([#7927](https://github.com/Esri/calcite-design-system/issues/7927)) ([5f620f8](https://github.com/Esri/calcite-design-system/commit/5f620f8541d6b7a9518fd8d3c5d1558420d25966)) - -## [1.9.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.9.1-next.0...@esri/calcite-components@1.9.1-next.1) (2023-10-05) - -### Bug Fixes - -- **combobox:** fix issue causing value to be cleared when selecting an item (Windows + trackpad) ([#7954](https://github.com/Esri/calcite-design-system/issues/7954)) ([557d658](https://github.com/Esri/calcite-design-system/commit/557d65862d5fbf5b3ae9447e44d78604af525892)), closes [#7934](https://github.com/Esri/calcite-design-system/issues/7934) -- **input-time-zone:** fix handling of unknown and cityless time zones from offset display mode ([#7947](https://github.com/Esri/calcite-design-system/issues/7947)) ([75e0302](https://github.com/Esri/calcite-design-system/commit/75e0302d9f02ce07c26c6aa9853536a2918b9d48)), closes [#7944](https://github.com/Esri/calcite-design-system/issues/7944) [#7951](https://github.com/Esri/calcite-design-system/issues/7951) - -## [1.9.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.9.0...@esri/calcite-components@1.9.1-next.0) (2023-10-05) - ### Bug Fixes -- **panel:** fix collapse action title and reverse icon direction ([#7927](https://github.com/Esri/calcite-design-system/issues/7927)) ([5f620f8](https://github.com/Esri/calcite-design-system/commit/5f620f8541d6b7a9518fd8d3c5d1558420d25966)), closes [#7930](https://github.com/Esri/calcite-design-system/issues/7930) +- **combobox:** Fix issue causing value to be cleared when selecting an item (Windows + trackpad) ([#7954](https://github.com/Esri/calcite-design-system/issues/7954)) ([557d658](https://github.com/Esri/calcite-design-system/commit/557d65862d5fbf5b3ae9447e44d78604af525892)) +- **input-time-zone:** Fix handling of unknown and cityless time zones from offset display mode ([#7947](https://github.com/Esri/calcite-design-system/issues/7947)) ([75e0302](https://github.com/Esri/calcite-design-system/commit/75e0302d9f02ce07c26c6aa9853536a2918b9d48)) +- **panel:** Fix collapse action title and reverse icon direction ([#7927](https://github.com/Esri/calcite-design-system/issues/7927)) ([5f620f8](https://github.com/Esri/calcite-design-system/commit/5f620f8541d6b7a9518fd8d3c5d1558420d25966)) ## [1.9.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.8.0...@esri/calcite-components@1.9.0) (2023-10-03)