From 1ff0ac4c946509ea220b4b994fe3fbcaf2085763 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Oct 2024 18:56:33 +0000 Subject: [PATCH] chore: release next --- package-lock.json | 14 +++++++------- .../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 | 4 ++++ packages/calcite-components/package.json | 4 ++-- packages/calcite-ui-icons/CHANGELOG.md | 6 ++++++ packages/calcite-ui-icons/package.json | 2 +- 9 files changed, 32 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 915cea5964d..7ffcdb03167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35260,10 +35260,10 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.14.0-next.13", + "version": "2.14.0-next.14", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-ui-icons": "3.33.0-next.1", + "@esri/calcite-ui-icons": "3.33.0-next.2", "@floating-ui/dom": "1.6.11", "@stencil/core": "4.20.0", "@types/color": "3.0.6", @@ -38961,10 +38961,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.14.0-next.13", + "version": "2.14.0-next.14", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.14.0-next.13", + "@esri/calcite-components": "2.14.0-next.14", "tslib": "2.6.3" }, "peerDependencies": { @@ -38974,10 +38974,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.14.0-next.13", + "version": "2.14.0-next.14", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.14.0-next.13" + "@esri/calcite-components": "2.14.0-next.14" }, "peerDependencies": { "react": ">=16.7", @@ -39412,7 +39412,7 @@ }, "packages/calcite-ui-icons": { "name": "@esri/calcite-ui-icons", - "version": "3.33.0-next.1", + "version": "3.33.0-next.2", "license": "SEE LICENSE.md", "bin": { "spriter": "bin/spriter.js" diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index 722c2cec759..daddca6ad6d 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.14.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.14.0-next.13...@esri/calcite-components-angular@2.14.0-next.14) (2024-10-17) + +**Note:** Version bump only for package @esri/calcite-components-angular + ## [2.14.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.14.0-next.12...@esri/calcite-components-angular@2.14.0-next.13) (2024-10-11) **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 87c9c3978fc..1fdf1b42719 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.14.0-next.13", + "version": "2.14.0-next.14", "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.14.0-next.13", + "@esri/calcite-components": "2.14.0-next.14", "tslib": "2.6.3" }, "peerDependencies": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index d525c405a95..75d60b7dc30 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.14.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.14.0-next.13...@esri/calcite-components-react@2.14.0-next.14) (2024-10-17) + +**Note:** Version bump only for package @esri/calcite-components-react + ## [2.14.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.14.0-next.12...@esri/calcite-components-react@2.14.0-next.13) (2024-10-11) **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 84ad58fba45..b055592c179 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.14.0-next.13", + "version": "2.14.0-next.14", "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.14.0-next.13" + "@esri/calcite-components": "2.14.0-next.14" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 74d685303d5..683733c88e1 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/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.14.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.14.0-next.13...@esri/calcite-components@2.14.0-next.14) (2024-10-17) + +**Note:** Version bump only for package @esri/calcite-components + ## [2.14.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.14.0-next.12...@esri/calcite-components@2.14.0-next.13) (2024-10-11) ### Features diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index c4c6f79090e..aa455e4addd 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.14.0-next.13", + "version": "2.14.0-next.14", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", @@ -60,7 +60,7 @@ "directory": "packages/calcite-components" }, "dependencies": { - "@esri/calcite-ui-icons": "3.33.0-next.1", + "@esri/calcite-ui-icons": "3.33.0-next.2", "@floating-ui/dom": "1.6.11", "@stencil/core": "4.20.0", "@types/color": "3.0.6", diff --git a/packages/calcite-ui-icons/CHANGELOG.md b/packages/calcite-ui-icons/CHANGELOG.md index 509ff79a53d..c59132d4af6 100644 --- a/packages/calcite-ui-icons/CHANGELOG.md +++ b/packages/calcite-ui-icons/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. +## [3.33.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.33.0-next.1...@esri/calcite-ui-icons@3.33.0-next.2) (2024-10-17) + +### Features + +- add drag resize vertical and drag resize horizontal ([#10553](https://github.com/Esri/calcite-design-system/issues/10553)) ([25aeb64](https://github.com/Esri/calcite-design-system/commit/25aeb64495ab3ea4518ec78f236e1ac21496c154)) + ## [3.33.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.33.0-next.0...@esri/calcite-ui-icons@3.33.0-next.1) (2024-10-09) ### Features diff --git a/packages/calcite-ui-icons/package.json b/packages/calcite-ui-icons/package.json index cc64218dd35..71c8a42554d 100644 --- a/packages/calcite-ui-icons/package.json +++ b/packages/calcite-ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-ui-icons", - "version": "3.33.0-next.1", + "version": "3.33.0-next.2", "private": false, "description": "A collection of UI SVG icons created by Esri for applications.", "keywords": [