From afde2e508b6e242ce9ad954438dab04ea07272ea Mon Sep 17 00:00:00 2001 From: Calcite Admin Date: Mon, 14 Aug 2023 19:24:02 -0700 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- .../calcite-components-react/CHANGELOG.md | 14 +++++++++++++ .../calcite-components-react/package.json | 4 ++-- packages/calcite-components/CHANGELOG.md | 20 +++++++++++++++++++ packages/calcite-components/package.json | 2 +- packages/calcite-components/readme.md | 4 ++-- 6 files changed, 41 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 152a11a2cc8..b5042296747 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/calcite-components": "1.5.1", - "packages/calcite-components-react": "1.5.1", + "packages/calcite-components": "1.6.0", + "packages/calcite-components-react": "1.6.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 4ccaa823e95..89804c62626 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.6.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.5.1...@esri/calcite-components-react@1.6.0) (2023-08-15) + + +### Bug Fixes + +* Prevent vitetest/ssr errors due to defining components on the server ([#7521](https://github.com/Esri/calcite-design-system/issues/7521)) ([046672e](https://github.com/Esri/calcite-design-system/commit/046672e8a0145b4519f438f1819d515031e14eb3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @esri/calcite-components bumped from ^1.6.0-next.7 to ^1.6.0 + ## [1.6.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@1.6.0-next.6...@esri/calcite-components-react@1.6.0-next.7) (2023-08-14) **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 64646e1741d..b555697849b 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.6.0-next.7", + "version": "1.6.0", "description": "A set of React components that wrap calcite components", "license": "SEE LICENSE.md", "scripts": { @@ -19,7 +19,7 @@ "dist/" ], "dependencies": { - "@esri/calcite-components": "^1.6.0-next.7" + "@esri/calcite-components": "^1.6.0" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index ae4ab4cdd35..0f33dfddaa0 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.5.1...@esri/calcite-components@1.6.0) (2023-08-15) + + +### Features + +* **action-bar:** Add "actions-end" slot (deprecates "bottom-actions") ([#7435](https://github.com/Esri/calcite-design-system/issues/7435)) ([1bf14ff](https://github.com/Esri/calcite-design-system/commit/1bf14ffe243587ed97d0356973e2702a14888be2)) + + +### Bug Fixes + +* **block:** Defaults the status icon to `scale=s` ([#7503](https://github.com/Esri/calcite-design-system/issues/7503)) ([e1aee99](https://github.com/Esri/calcite-design-system/commit/e1aee99a854f3de43de981d57a25b26546386ab5)) +* **button,card,fab,inline-editable:** Provides context to AT users when loading ([#7257](https://github.com/Esri/calcite-design-system/issues/7257)) ([df33eda](https://github.com/Esri/calcite-design-system/commit/df33eda6af55db3beb9f6c3021dcbc9d71cbc71f)) +* **chip-group:** Add existence checks ([#7487](https://github.com/Esri/calcite-design-system/issues/7487)) ([33225a7](https://github.com/Esri/calcite-design-system/commit/33225a7425778d9ce0b415d0177d906448bef0ec)) +* **combobox:** Prevents navigation list with Space key ([#7505](https://github.com/Esri/calcite-design-system/issues/7505)) ([58e2ff2](https://github.com/Esri/calcite-design-system/commit/58e2ff2220dbf2ea27c00d9c77d690b728fe794e)) +* **panel:** Fix heading border when only text content is slotted ([#7491](https://github.com/Esri/calcite-design-system/issues/7491)) ([7704400](https://github.com/Esri/calcite-design-system/commit/77044004a3a38890a99509c1cc14925f10f52fee)) +* **progress:** Completes animation for `dir='rtl'` ([#7511](https://github.com/Esri/calcite-design-system/issues/7511)) ([c5d6ada](https://github.com/Esri/calcite-design-system/commit/c5d6adacadf85ab12bfff5351fc0d448c153dae5)) +* **scrim:** Handle slotted children correctly ([#7477](https://github.com/Esri/calcite-design-system/issues/7477)) ([c5ce008](https://github.com/Esri/calcite-design-system/commit/c5ce0083b2015e6659f22d4d969bf4709c02ddbb)) +* **scrim:** Render text content inside scrim ([#7509](https://github.com/Esri/calcite-design-system/issues/7509)) ([643ce5d](https://github.com/Esri/calcite-design-system/commit/643ce5d7a05cb24d8f730a703ade66d71192a958)) +* **tree:** Selects all child items when selection-mode is set to ancestors ([#7518](https://github.com/Esri/calcite-design-system/issues/7518)) ([f1eef84](https://github.com/Esri/calcite-design-system/commit/f1eef8400d0312237bde6a3dda20ff085c87df2e)) + ## [1.6.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@1.6.0-next.6...@esri/calcite-components@1.6.0-next.7) (2023-08-14) ### Bug Fixes diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 09f60fec9a1..2682df35c15 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "1.6.0-next.7", + "version": "1.6.0", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", "module": "dist/index.js", diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md index 5972c85820a..961439947f0 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 ```