From c34bf54950a5018ec530206f49ced7a34aab6675 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Feb 2024 23:39:54 +0000 Subject: [PATCH] chore: release next --- package-lock.json | 10 +++++----- .../projects/component-library/CHANGELOG.md | 4 ++++ .../projects/component-library/package.json | 4 ++-- packages/calcite-components-react/CHANGELOG.md | 4 ++++ packages/calcite-components-react/package.json | 4 ++-- packages/calcite-components/CHANGELOG.md | 6 ++++++ packages/calcite-components/package.json | 2 +- 7 files changed, 24 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44df7a6f293..0d0598bd48d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47010,7 +47010,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.4.1-next.1", + "version": "2.5.0-next.0", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.5.4", @@ -47060,10 +47060,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.4.1-next.1", + "version": "2.5.0-next.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.4.1-next.1", + "@esri/calcite-components": "^2.5.0-next.0", "tslib": "2.6.2" }, "peerDependencies": { @@ -47073,10 +47073,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.4.1-next.1", + "version": "2.5.0-next.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.4.1-next.1" + "@esri/calcite-components": "^2.5.0-next.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 99b9469fad9..575843dadff 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -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.5.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.4.1-next.1...@esri/calcite-components-angular@2.5.0-next.0) (2024-02-09) + +**Note:** Version bump only for package @esri/calcite-components-angular + ## [2.4.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.4.1-next.0...@esri/calcite-components-angular@2.4.1-next.1) (2024-02-09) **Note:** Version bump only for package @esri/calcite-components-angular diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index c9e7531cda1..e12b1fdf654 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.4.1-next.1", + "version": "2.5.0-next.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.4.1-next.1", + "@esri/calcite-components": "^2.5.0-next.0", "tslib": "2.6.2" }, "lerna": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 9b56b6f40bd..04b29311919 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -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.5.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.4.1-next.1...@esri/calcite-components-react@2.5.0-next.0) (2024-02-09) + +**Note:** Version bump only for package @esri/calcite-components-react + ## [2.4.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.4.1-next.0...@esri/calcite-components-react@2.4.1-next.1) (2024-02-09) **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 16cae3c7726..ab12d3107c6 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.4.1-next.1", + "version": "2.5.0-next.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.4.1-next.1" + "@esri/calcite-components": "^2.5.0-next.0" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index fd4c4aba563..3145bbaed54 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.4.1-next.1...@esri/calcite-components@2.5.0-next.0) (2024-02-09) + +### Features + +- **tile:** add responsive layout features ([#8691](https://github.com/Esri/calcite-design-system/issues/8691)) ([f4f872e](https://github.com/Esri/calcite-design-system/commit/f4f872eeba08f1063457b97889f823d5c09d8974)), closes [#6690](https://github.com/Esri/calcite-design-system/issues/6690) [#6662](https://github.com/Esri/calcite-design-system/issues/6662) + ## [2.4.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.4.1-next.0...@esri/calcite-components@2.4.1-next.1) (2024-02-09) ### Bug Fixes diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 75cf8fd59ec..f8a96436ac5 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.4.1-next.1", + "version": "2.5.0-next.0", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js",