diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b9816bcf5a0..7b096160eae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "packages/calcite-components": "2.7.0", - "packages/calcite-components-react": "2.7.0", + "packages/calcite-components": "2.7.1", + "packages/calcite-components-react": "2.7.1", "packages/calcite-design-tokens": "2.1.2", "packages/eslint-plugin-calcite-components": "1.1.0", - "packages/calcite-components-angular/projects/component-library": "2.7.0" + "packages/calcite-components-angular/projects/component-library": "2.7.1" } diff --git a/package-lock.json b/package-lock.json index c5fb7ce6057..e796b5afe2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47148,7 +47148,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.7.1-next.0", + "version": "2.7.1", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.6.3", @@ -47198,10 +47198,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.7.1-next.0", + "version": "2.7.1", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.7.1-next.0", + "@esri/calcite-components": "^2.7.1", "tslib": "2.6.2" }, "peerDependencies": { @@ -47211,10 +47211,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.7.1-next.0", + "version": "2.7.1", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.7.1-next.0" + "@esri/calcite-components": "^2.7.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 25ca24cdd09..89acfb69e3e 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/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.7.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.7.0...@esri/calcite-components-angular@2.7.1-next.0) (2024-03-29) +## [2.7.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.7.0...@esri/calcite-components-angular@2.7.1) (2024-03-29) -**Note:** Version bump only for package @esri/calcite-components-angular +### Miscellaneous Chores + +- **@esri/calcite-components-angular:** Synchronize components versions + +### Dependencies + +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^2.7.1-next.0 to ^2.7.1 ## [2.7.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.6.0...@esri/calcite-components-angular@2.7.0) (2024-03-26) diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index ae6959938b1..8c7395d6aa4 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.7.1-next.0", + "version": "2.7.1", "sideEffects": false, "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "A set of Angular components that wrap Esri's Calcite Components.", @@ -20,7 +20,7 @@ "@angular/core": ">=16.0.0" }, "dependencies": { - "@esri/calcite-components": "^2.7.1-next.0", + "@esri/calcite-components": "^2.7.1", "tslib": "2.6.2" }, "lerna": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index f82a2203702..f2df93ef861 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.7.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.7.0...@esri/calcite-components-react@2.7.1-next.0) (2024-03-29) +## [2.7.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.7.0...@esri/calcite-components-react@2.7.1) (2024-03-29) -**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.7.1-next.0 to ^2.7.1 ## [2.7.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.6.0...@esri/calcite-components-react@2.7.0) (2024-03-26) diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index 0c56dab4b1a..6cf01c3fb35 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": "2.7.1-next.0", + "version": "2.7.1", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "A set of React components that wrap calcite components", "license": "SEE LICENSE.md", @@ -23,7 +23,7 @@ "dist/" ], "dependencies": { - "@esri/calcite-components": "^2.7.1-next.0" + "@esri/calcite-components": "^2.7.1" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 4e090d144a2..2fd79fe3c12 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,11 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.7.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.7.0...@esri/calcite-components@2.7.1-next.0) (2024-03-29) +## [2.7.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.7.0...@esri/calcite-components@2.7.1) (2024-03-29) ### Bug Fixes -- **tab-nav:** fix custom element creation error in `components` build output ([#9021](https://github.com/Esri/calcite-design-system/issues/9021)) ([cc8eb99](https://github.com/Esri/calcite-design-system/commit/cc8eb99e1d68279e7be082311672d77afc7b1872)), closes [#9010](https://github.com/Esri/calcite-design-system/issues/9010) +- **tab-nav:** Fix custom element creation error in `components` build output ([#9021](https://github.com/Esri/calcite-design-system/issues/9021)) ([cc8eb99](https://github.com/Esri/calcite-design-system/commit/cc8eb99e1d68279e7be082311672d77afc7b1872)) ## [2.7.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.6.0...@esri/calcite-components@2.7.0) (2024-03-26) diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index c77fd5e756f..ed1a0ed34e0 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.7.1-next.0", + "version": "2.7.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 395479f8981..79a5930a380 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 ```