diff --git a/package-lock.json b/package-lock.json index 2cd2e889140..5180d35bb79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35897,10 +35897,10 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.11.0-next.28", + "version": "2.11.0-next.29", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-ui-icons": "3.29.0", + "@esri/calcite-ui-icons": "^3.29.1-next.0", "@floating-ui/dom": "1.6.8", "@stencil/core": "4.19.2", "@types/color": "3.0.6", @@ -35915,7 +35915,7 @@ "type-fest": "4.18.2" }, "devDependencies": { - "@esri/calcite-design-tokens": "^2.2.1-next.2", + "@esri/calcite-design-tokens": "^2.2.1-next.3", "@esri/eslint-plugin-calcite-components": "^1.2.1-next.3", "@stencil-community/eslint-plugin": "0.7.2", "@stencil-community/postcss": "2.2.0", @@ -39076,10 +39076,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.11.0-next.28", + "version": "2.11.0-next.29", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.11.0-next.28", + "@esri/calcite-components": "^2.11.0-next.29", "tslib": "2.6.3" }, "peerDependencies": { @@ -39089,10 +39089,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.11.0-next.28", + "version": "2.11.0-next.29", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.11.0-next.28" + "@esri/calcite-components": "^2.11.0-next.29" }, "peerDependencies": { "react": ">=16.7", @@ -39517,7 +39517,7 @@ }, "packages/calcite-design-tokens": { "name": "@esri/calcite-design-tokens", - "version": "2.2.1-next.2", + "version": "2.2.1-next.3", "license": "SEE LICENSE.md", "devDependencies": { "ts-jest-resolver": "2.0.1", @@ -39526,7 +39526,7 @@ }, "packages/calcite-ui-icons": { "name": "@esri/calcite-ui-icons", - "version": "3.29.0", + "version": "3.29.1-next.0", "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 e3bd27697f8..4445a96ef28 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.11.0-next.29](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0-next.28...@esri/calcite-components-angular@2.11.0-next.29) (2024-07-30) + +**Note:** Version bump only for package @esri/calcite-components-angular + ## [2.11.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0-next.27...@esri/calcite-components-angular@2.11.0-next.28) (2024-07-30) **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 341d5fed9e3..e9f0a69d9be 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.11.0-next.28", + "version": "2.11.0-next.29", "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.11.0-next.28", + "@esri/calcite-components": "^2.11.0-next.29", "tslib": "2.6.3" }, "peerDependencies": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 84faa7c162e..4deef69ed73 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.11.0-next.29](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.0-next.28...@esri/calcite-components-react@2.11.0-next.29) (2024-07-30) + +**Note:** Version bump only for package @esri/calcite-components-react + ## [2.11.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.0-next.27...@esri/calcite-components-react@2.11.0-next.28) (2024-07-30) **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 87313a6d037..ae308ee56ba 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.11.0-next.28", + "version": "2.11.0-next.29", "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.11.0-next.28" + "@esri/calcite-components": "^2.11.0-next.29" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index b88f7b1400d..250de1f20a8 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.11.0-next.29](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.0-next.28...@esri/calcite-components@2.11.0-next.29) (2024-07-30) + +### Bug Fixes + +- **dialog:** fix menu positioning when when overlayPositioning is 'fixed' and menuOpen is true ([#9891](https://github.com/Esri/calcite-design-system/issues/9891)) ([6911682](https://github.com/Esri/calcite-design-system/commit/69116826923b31259c36cdf1c262128763c1b016)), closes [#9876](https://github.com/Esri/calcite-design-system/issues/9876) +- improve browser check to resolve SSR errors ([#9897](https://github.com/Esri/calcite-design-system/issues/9897)) ([94683e3](https://github.com/Esri/calcite-design-system/commit/94683e3de58e2b24d05f605770eef7f5b599d835)), closes [#9242](https://github.com/Esri/calcite-design-system/issues/9242) +- **input-date-picker:** ensure initial value is in range ([#9894](https://github.com/Esri/calcite-design-system/issues/9894)) ([b7b1705](https://github.com/Esri/calcite-design-system/commit/b7b17058e15815634f4f4acdc83c8e5e3e649c50)), closes [#9282](https://github.com/Esri/calcite-design-system/issues/9282) + ## [2.11.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.0-next.27...@esri/calcite-components@2.11.0-next.28) (2024-07-30) ### Features diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index b3c12864dab..94e78b1d3e4 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.11.0-next.28", + "version": "2.11.0-next.29", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", @@ -63,7 +63,7 @@ "directory": "packages/calcite-components" }, "dependencies": { - "@esri/calcite-ui-icons": "3.29.0", + "@esri/calcite-ui-icons": "^3.29.1-next.0", "@floating-ui/dom": "1.6.8", "@stencil/core": "4.19.2", "@types/color": "3.0.6", @@ -78,7 +78,7 @@ "type-fest": "4.18.2" }, "devDependencies": { - "@esri/calcite-design-tokens": "^2.2.1-next.2", + "@esri/calcite-design-tokens": "^2.2.1-next.3", "@esri/eslint-plugin-calcite-components": "^1.2.1-next.3", "@stencil-community/eslint-plugin": "0.7.2", "@stencil-community/postcss": "2.2.0", diff --git a/packages/calcite-design-tokens/CHANGELOG.md b/packages/calcite-design-tokens/CHANGELOG.md index 8dd9d29ac1a..a15c476a01a 100644 --- a/packages/calcite-design-tokens/CHANGELOG.md +++ b/packages/calcite-design-tokens/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.2.1-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@2.2.1-next.2...@esri/calcite-design-tokens@2.2.1-next.3) (2024-07-30) + +**Note:** Version bump only for package @esri/calcite-design-tokens + ## [2.2.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@2.2.1-next.1...@esri/calcite-design-tokens@2.2.1-next.2) (2024-07-29) **Note:** Version bump only for package @esri/calcite-design-tokens diff --git a/packages/calcite-design-tokens/package.json b/packages/calcite-design-tokens/package.json index 9d18e023c8f..1dcd283c38b 100644 --- a/packages/calcite-design-tokens/package.json +++ b/packages/calcite-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-design-tokens", - "version": "2.2.1-next.2", + "version": "2.2.1-next.3", "description": "Esri's Calcite Design System Tokens", "keywords": [ "Calcite", diff --git a/packages/calcite-ui-icons/CHANGELOG.md b/packages/calcite-ui-icons/CHANGELOG.md new file mode 100644 index 00000000000..ec787498053 --- /dev/null +++ b/packages/calcite-ui-icons/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 3.29.1-next.0 (2024-07-30) + +### Miscellaneous Chores + +- add calcite-ui-icons to monorepo ([#9835](https://github.com/Esri/calcite-design-system/issues/9835)) ([1b22e70](https://github.com/Esri/calcite-design-system/commit/1b22e70ec1662138c17d1a9e4c6a79d87794c4ef)), closes [#9255](https://github.com/Esri/calcite-design-system/issues/9255) diff --git a/packages/calcite-ui-icons/package.json b/packages/calcite-ui-icons/package.json index 7e75625f9e9..0d8fbbc3d94 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.29.0", + "version": "3.29.1-next.0", "private": false, "description": "A collection of UI SVG icons created by Esri for applications.", "keywords": [