From 1f082557a5c8b1735182605744373c67dc239b06 Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Thu, 27 Jun 2024 06:03:29 -0700 Subject: [PATCH] chore: release main (#9706) :robot: I have created a release *beep* *boop* ---
@esri/calcite-components: 2.10.1 ## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components@2.10.0...@esri/calcite-components@2.10.1) (2024-06-27) ### Miscellaneous Chores * **@esri/calcite-components:** Synchronize components versions
@esri/calcite-components-angular: 2.10.1 ## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0...@esri/calcite-components-angular@2.10.1) (2024-06-27) ### Bug Fixes * **angular:** Resolve empty dist ([#9698](https://github.com/esri/calcite-design-system/issues/9698)) ([1bdf5fa](https://github.com/esri/calcite-design-system/commit/1bdf5fae822a658a809f8c63c66a828c26207663)) ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1
@esri/calcite-components-react: 2.10.1 ## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0...@esri/calcite-components-react@2.10.1) (2024-06-27) ### Miscellaneous Chores * **@esri/calcite-components-react:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1
--- 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: github-actions[bot] --- .release-please-manifest.json | 6 +++--- package-lock.json | 10 +++++----- .../projects/component-library/CHANGELOG.md | 10 ++++++++-- .../projects/component-library/package.json | 4 ++-- packages/calcite-components-react/CHANGELOG.md | 12 ++++++++++-- packages/calcite-components-react/package.json | 4 ++-- packages/calcite-components/CHANGELOG.md | 6 ++++-- packages/calcite-components/package.json | 2 +- packages/calcite-components/readme.md | 4 ++-- 9 files changed, 37 insertions(+), 21 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0312294d587..b2f5d437a28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "packages/calcite-components": "2.10.0", - "packages/calcite-components-react": "2.10.0", + "packages/calcite-components": "2.10.1", + "packages/calcite-components-react": "2.10.1", "packages/calcite-design-tokens": "2.2.0", "packages/eslint-plugin-calcite-components": "1.2.0", - "packages/calcite-components-angular/projects/component-library": "2.10.0" + "packages/calcite-components-angular/projects/component-library": "2.10.1" } diff --git a/package-lock.json b/package-lock.json index 38d7c051eda..c94b1f15e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36892,7 +36892,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.10.1-next.0", + "version": "2.10.1", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.6.5", @@ -38176,10 +38176,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.10.1-next.0", + "version": "2.10.1", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.10.1-next.0", + "@esri/calcite-components": "^2.10.1", "tslib": "2.6.2" }, "peerDependencies": { @@ -38189,10 +38189,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.10.1-next.0", + "version": "2.10.1", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.10.1-next.0" + "@esri/calcite-components": "^2.10.1" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index d161868652b..5c483cb1cd0 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.10.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.12...@esri/calcite-components-angular@2.10.1-next.0) (2024-06-27) +## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0...@esri/calcite-components-angular@2.10.1) (2024-06-27) ### Bug Fixes -- **angular:** resolve empty dist ([#9698](https://github.com/Esri/calcite-design-system/issues/9698)) ([a9e3314](https://github.com/Esri/calcite-design-system/commit/a9e331436713b610a2ab4b640402471602f5369f)) +- **angular:** Resolve empty dist ([#9698](https://github.com/esri/calcite-design-system/issues/9698)) ([1bdf5fa](https://github.com/esri/calcite-design-system/commit/1bdf5fae822a658a809f8c63c66a828c26207663)) + +### Dependencies + +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1 ## [2.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.0...@esri/calcite-components-angular@2.10.0) (2024-06-26) diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index 016f76c08d9..6b9c126fb8b 100644 --- a/packages/calcite-components-angular/projects/component-library/package.json +++ b/packages/calcite-components-angular/projects/component-library/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-angular", - "version": "2.10.1-next.0", + "version": "2.10.1", "description": "A set of Angular components that wrap Esri's Calcite Components.", "homepage": "https://developers.arcgis.com/calcite-design-system/", "bugs": { @@ -17,7 +17,7 @@ }, "sideEffects": false, "dependencies": { - "@esri/calcite-components": "^2.10.1-next.0", + "@esri/calcite-components": "^2.10.1", "tslib": "2.6.2" }, "peerDependencies": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 2c1e287f23a..2c95552fc98 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,9 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.10.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.12...@esri/calcite-components-react@2.10.1-next.0) (2024-06-27) +## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0...@esri/calcite-components-react@2.10.1) (2024-06-27) -**Note:** Version bump only for package @esri/calcite-components-react +### Miscellaneous Chores + +- **@esri/calcite-components-react:** Synchronize components versions + +### Dependencies + +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1 ## [2.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.9.0...@esri/calcite-components-react@2.10.0) (2024-06-26) diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index ce563d5f260..e2d674bf266 100644 --- a/packages/calcite-components-react/package.json +++ b/packages/calcite-components-react/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-react", - "version": "2.10.1-next.0", + "version": "2.10.1", "description": "A set of React components that wrap calcite components", "homepage": "https://developers.arcgis.com/calcite-design-system/", "repository": { @@ -28,7 +28,7 @@ "tsc": "tsc" }, "dependencies": { - "@esri/calcite-components": "^2.10.1-next.0" + "@esri/calcite-components": "^2.10.1" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index c2cfc219c7d..7ef7f066602 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,9 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.10.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.10.0-next.12...@esri/calcite-components@2.10.1-next.0) (2024-06-27) +## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components@2.10.0...@esri/calcite-components@2.10.1) (2024-06-27) -**Note:** Version bump only for package @esri/calcite-components +### Miscellaneous Chores + +- **@esri/calcite-components:** Synchronize components versions ## [2.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.9.0...@esri/calcite-components@2.10.0) (2024-06-26) diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 178cdd2fee2..4e7336ec617 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.10.1-next.0", + "version": "2.10.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 7debec2b2ce..458e15890e8 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 ```