-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into benelan/osx-build-errors
* origin/dev: refactor(dropdown-item): remove unused members (#9794) test(combobox-item): add defaults and reflects tests (#9805) build(deps): update dependency globby to v14.0.2 (#9802) build(deps): update dependency postcss to v8.4.39 (#9803) build(deps): update dependency chromatic to v11.5.5 (#9800) build(deps): update dependency eslint-plugin-react to v7.34.4 (#9801) chore: remove codeowner team to reduce notifications (#9711) chore: release next fix(radio-button-group): remove blank clickable space outside of label (#9793)
- Loading branch information
Showing
15 changed files
with
168 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# The files matching the globs will be assigned to the @usernames that follow | ||
.* @benelan @jcfranco | ||
*.json @benelan @jcfranco | ||
CHANGELOG.md @benelan @jcfranco @geospatialem | ||
.github/ @benelan @jcfranco @geospatialem | ||
support/ @benelan @jcfranco | ||
/packages/calcite-components-react @benelan @jcfranco | ||
/packages/eslint-plugin-calcite-components @jcfranco | ||
/packages/calcite-design-tokens @alisonailea | ||
|
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.11.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16) | ||
|
||
**Note:** Version bump only for package @esri/calcite-components-angular | ||
|
||
## [2.11.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16) | ||
|
||
**Note:** Version bump only for package @esri/calcite-components-angular | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.11.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16) | ||
|
||
**Note:** Version bump only for package @esri/calcite-components-react | ||
|
||
## [2.11.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16) | ||
|
||
**Note:** Version bump only for package @esri/calcite-components-react | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.