diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78fd33f5403..77294252364 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "packages/calcite-components": "2.5.1", - "packages/calcite-components-react": "2.5.1", + "packages/calcite-components": "2.6.0", + "packages/calcite-components-react": "2.6.0", "packages/calcite-design-tokens": "2.1.1", "packages/eslint-plugin-calcite-components": "1.1.0", - "packages/calcite-components-angular/projects/component-library": "2.5.1" + "packages/calcite-components-angular/projects/component-library": "2.6.0" } diff --git a/package-lock.json b/package-lock.json index bf8c3c06b16..1f1d7ebe10d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47160,7 +47160,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.6.0-next.3", + "version": "2.6.0", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.6.3", @@ -47210,10 +47210,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.6.0-next.3", + "version": "2.6.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.6.0-next.3", + "@esri/calcite-components": "^2.6.0", "tslib": "2.6.2" }, "peerDependencies": { @@ -47223,10 +47223,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.6.0-next.3", + "version": "2.6.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.6.0-next.3" + "@esri/calcite-components": "^2.6.0" }, "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 546a8ac50a1..04af696bd59 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -3,33 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.6.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.6.0-next.2...@esri/calcite-components-angular@2.6.0-next.3) (2024-02-27) +## [2.6.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.5.1...@esri/calcite-components-angular@2.6.0) (2024-02-27) -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.6.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.6.0-next.1...@esri/calcite-components-angular@2.6.0-next.2) (2024-02-26) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.6.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.6.0-next.0...@esri/calcite-components-angular@2.6.0-next.1) (2024-02-23) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.6.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.5.2-next.2...@esri/calcite-components-angular@2.6.0-next.0) (2024-02-22) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.5.2-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.5.2-next.1...@esri/calcite-components-angular@2.5.2-next.2) (2024-02-21) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.5.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.5.2-next.0...@esri/calcite-components-angular@2.5.2-next.1) (2024-02-21) +### Miscellaneous Chores -**Note:** Version bump only for package @esri/calcite-components-angular +- **@esri/calcite-components-angular:** Synchronize components versions -## [2.5.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.5.1...@esri/calcite-components-angular@2.5.2-next.0) (2024-02-20) +### Dependencies -**Note:** Version bump only for package @esri/calcite-components-angular +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^2.6.0-next.3 to ^2.6.0 ## [2.5.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.5.0...@esri/calcite-components-angular@2.5.1) (2024-02-16) diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index d84e0a4c935..343e31142ac 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.6.0-next.3", + "version": "2.6.0", "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.6.0-next.3", + "@esri/calcite-components": "^2.6.0", "tslib": "2.6.2" }, "lerna": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 21c0c915eb5..d0d21ceea3d 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,33 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.6.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.6.0-next.2...@esri/calcite-components-react@2.6.0-next.3) (2024-02-27) +## [2.6.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.5.1...@esri/calcite-components-react@2.6.0) (2024-02-27) -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.6.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.6.0-next.1...@esri/calcite-components-react@2.6.0-next.2) (2024-02-26) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.6.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.6.0-next.0...@esri/calcite-components-react@2.6.0-next.1) (2024-02-23) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.6.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.5.2-next.2...@esri/calcite-components-react@2.6.0-next.0) (2024-02-22) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.5.2-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.5.2-next.1...@esri/calcite-components-react@2.5.2-next.2) (2024-02-21) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.5.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.5.2-next.0...@esri/calcite-components-react@2.5.2-next.1) (2024-02-21) +### Miscellaneous Chores -**Note:** Version bump only for package @esri/calcite-components-react +- **@esri/calcite-components-react:** Synchronize components versions -## [2.5.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.5.1...@esri/calcite-components-react@2.5.2-next.0) (2024-02-20) +### Dependencies -**Note:** Version bump only for package @esri/calcite-components-react +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^2.6.0-next.3 to ^2.6.0 ## [2.5.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.5.0...@esri/calcite-components-react@2.5.1) (2024-02-16) diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index 55b2a92cc86..80e8542c928 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.6.0-next.3", + "version": "2.6.0", "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.6.0-next.3" + "@esri/calcite-components": "^2.6.0" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 30244766305..dee0d288e53 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,47 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.6.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.6.0-next.2...@esri/calcite-components@2.6.0-next.3) (2024-02-27) +## [2.6.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.5.1...@esri/calcite-components@2.6.0) (2024-02-27) ### Features -- **card-group:** Add Card Group component ([#8749](https://github.com/Esri/calcite-design-system/issues/8749)) ([b012324](https://github.com/Esri/calcite-design-system/commit/b012324fdbf125662f1fb0ca1defc348b08a340d)), closes [#7223](https://github.com/Esri/calcite-design-system/issues/7223) - -## [2.6.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.6.0-next.1...@esri/calcite-components@2.6.0-next.2) (2024-02-26) - -### Bug Fixes - -- **preset:** calcite—color-brand to calcite-color-brand ([#8809](https://github.com/Esri/calcite-design-system/issues/8809)) ([ee2cf4e](https://github.com/Esri/calcite-design-system/commit/ee2cf4e62229753224fd3e54ed7caebe9b097040)), closes [#8807](https://github.com/Esri/calcite-design-system/issues/8807) - -## [2.6.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.6.0-next.0...@esri/calcite-components@2.6.0-next.1) (2024-02-23) - -### Bug Fixes - -- **navigation-logo:** no longer changes icon color when `href` is parsed ([#8830](https://github.com/Esri/calcite-design-system/issues/8830)) ([16d456f](https://github.com/Esri/calcite-design-system/commit/16d456fa113da09daf16d73e819ddf2910cb73d5)), closes [#8482](https://github.com/Esri/calcite-design-system/issues/8482) - -## [2.6.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.5.2-next.2...@esri/calcite-components@2.6.0-next.0) (2024-02-22) - -### Features - -- **tile-group:** add Tile Group component ([#8806](https://github.com/Esri/calcite-design-system/issues/8806)) ([4f65bdd](https://github.com/Esri/calcite-design-system/commit/4f65bddb521af32047f9f5e6659c1b644291a83d)), closes [#8615](https://github.com/Esri/calcite-design-system/issues/8615) [#6691](https://github.com/Esri/calcite-design-system/issues/6691) [#6662](https://github.com/Esri/calcite-design-system/issues/6662) [#6691](https://github.com/Esri/calcite-design-system/issues/6691) [#8681](https://github.com/Esri/calcite-design-system/issues/8681) - -## [2.5.2-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.5.2-next.1...@esri/calcite-components@2.5.2-next.2) (2024-02-21) - -### Bug Fixes - -- only show validation message when status='invalid' ([#8649](https://github.com/Esri/calcite-design-system/issues/8649)) ([7eac8d7](https://github.com/Esri/calcite-design-system/commit/7eac8d7c1e24ab89a3bff67ce9b4f38555023a47)) - -## [2.5.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.5.2-next.0...@esri/calcite-components@2.5.2-next.1) (2024-02-21) - -### Bug Fixes - -- **combobox:** long text truncates on single and single-persist modes ([#8731](https://github.com/Esri/calcite-design-system/issues/8731)) ([8fc42b1](https://github.com/Esri/calcite-design-system/commit/8fc42b164ceacad97ac9153673280ae63638b03c)), closes [#7020](https://github.com/Esri/calcite-design-system/issues/7020) - -## [2.5.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.5.1...@esri/calcite-components@2.5.2-next.0) (2024-02-20) +- **card-group:** Add Card Group component ([#8749](https://github.com/Esri/calcite-design-system/issues/8749)) ([b012324](https://github.com/Esri/calcite-design-system/commit/b012324fdbf125662f1fb0ca1defc348b08a340d)) +- **tile-group:** Add Tile Group component ([#8806](https://github.com/Esri/calcite-design-system/issues/8806)) ([4f65bdd](https://github.com/Esri/calcite-design-system/commit/4f65bddb521af32047f9f5e6659c1b644291a83d)) ### Bug Fixes -- **table:** Ensure border are correctly applied with complex rowSpan ([#8779](https://github.com/Esri/calcite-design-system/issues/8779)) ([69f05d4](https://github.com/Esri/calcite-design-system/commit/69f05d4f29938b0a3ce2ab3bb806d3d831ebf8d0)), closes [#8778](https://github.com/Esri/calcite-design-system/issues/8778) +- **combobox:** Long text truncates on single and single-persist modes ([#8731](https://github.com/Esri/calcite-design-system/issues/8731)) ([8fc42b1](https://github.com/Esri/calcite-design-system/commit/8fc42b164ceacad97ac9153673280ae63638b03c)) +- **navigation-logo:** No longer changes icon color when `href` is parsed ([#8830](https://github.com/Esri/calcite-design-system/issues/8830)) ([16d456f](https://github.com/Esri/calcite-design-system/commit/16d456fa113da09daf16d73e819ddf2910cb73d5)) +- Only show validation message when status='invalid' ([#8649](https://github.com/Esri/calcite-design-system/issues/8649)) ([7eac8d7](https://github.com/Esri/calcite-design-system/commit/7eac8d7c1e24ab89a3bff67ce9b4f38555023a47)) +- **preset:** Calcite—color-brand to calcite-color-brand ([#8809](https://github.com/Esri/calcite-design-system/issues/8809)) ([ee2cf4e](https://github.com/Esri/calcite-design-system/commit/ee2cf4e62229753224fd3e54ed7caebe9b097040)) +- **table:** Ensure border are correctly applied with complex rowSpan ([#8779](https://github.com/Esri/calcite-design-system/issues/8779)) ([69f05d4](https://github.com/Esri/calcite-design-system/commit/69f05d4f29938b0a3ce2ab3bb806d3d831ebf8d0)) ## [2.5.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.5.0...@esri/calcite-components@2.5.1) (2024-02-16) diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 2311dc20967..55a243bfb0d 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.6.0-next.3", + "version": "2.6.0", "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 7a0342aaeb9..5ae5b8295f2 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 ```