diff --git a/package-lock.json b/package-lock.json index a70a05ea012..ab60a24f104 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.0", + "version": "2.4.1", "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.0", + "version": "2.4.1", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.4.1-next.0", + "@esri/calcite-components": "^2.4.1", "tslib": "2.6.2" }, "peerDependencies": { @@ -47073,10 +47073,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.4.1-next.0", + "version": "2.4.1", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "^2.4.1-next.0" + "@esri/calcite-components": "^2.4.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 3fae95e0b72..a15e16249ea 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -5,21 +5,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.4.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.4.0...@esri/calcite-components-angular@2.4.1) (2024-02-08) - ### Miscellaneous Chores -* **@esri/calcite-components-angular:** Synchronize undefined versions - +- **@esri/calcite-components-angular:** Synchronize undefined versions ### Dependencies -* The following workspace dependencies were updated - * dependencies - * @esri/calcite-components bumped from ^2.4.1-next.0 to ^2.4.1 - -## [2.4.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.4.0...@esri/calcite-components-angular@2.4.1-next.0) (2024-02-07) - -**Note:** Version bump only for package @esri/calcite-components-angular +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^2.4.1-next.0 to ^2.4.1 ## [2.4.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.3.0...@esri/calcite-components-angular@2.4.0) (2024-01-30) diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 6b0474bd33a..2a3d7c438b6 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -5,21 +5,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.4.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.4.0...@esri/calcite-components-react@2.4.1) (2024-02-08) - ### Miscellaneous Chores -* **@esri/calcite-components-react:** Synchronize undefined versions - +- **@esri/calcite-components-react:** Synchronize undefined versions ### Dependencies -* The following workspace dependencies were updated - * dependencies - * @esri/calcite-components bumped from ^2.4.1-next.0 to ^2.4.1 - -## [2.4.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.4.0...@esri/calcite-components-react@2.4.1-next.0) (2024-02-07) - -**Note:** Version bump only for package @esri/calcite-components-react +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from ^2.4.1-next.0 to ^2.4.1 ## [2.4.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.3.0...@esri/calcite-components-react@2.4.0) (2024-01-30) diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index ca224156f95..c7d7e2accbb 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -5,19 +5,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.4.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.4.0...@esri/calcite-components@2.4.1) (2024-02-08) - -### Bug Fixes - -* **color-picker:** Alpha-channel slider scope updates to reflect current opacity ([#8700](https://github.com/Esri/calcite-design-system/issues/8700)) ([cd0b532](https://github.com/Esri/calcite-design-system/commit/cd0b5328a902ae2a909ecb8ec2648bb7541b95d2)) -* **combobox:** Avoid inline-start padding on combobox label when icon is displayed ([#8672](https://github.com/Esri/calcite-design-system/issues/8672)) ([9eb680a](https://github.com/Esri/calcite-design-system/commit/9eb680a5045e142d6db4c1d971c69961a73a44ee)) -* Don't override existing validationMessage when displaying after form submission ([#8690](https://github.com/Esri/calcite-design-system/issues/8690)) ([3076220](https://github.com/Esri/calcite-design-system/commit/3076220bf9d463bafe5c00cd14e7246a7995ab66)) -* **preset:** Add back legacy token for calcite-ui-focus-color ([#8694](https://github.com/Esri/calcite-design-system/issues/8694)) ([1d1b933](https://github.com/Esri/calcite-design-system/commit/1d1b933eafb8e9c3b8058aa1acaa9c0c990bd84b)) - -## [2.4.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.4.0...@esri/calcite-components@2.4.1-next.0) (2024-02-07) - ### Bug Fixes -- don't override existing validationMessage when displaying after form submission ([#8690](https://github.com/Esri/calcite-design-system/issues/8690)) ([3076220](https://github.com/Esri/calcite-design-system/commit/3076220bf9d463bafe5c00cd14e7246a7995ab66)), closes [#8000](https://github.com/Esri/calcite-design-system/issues/8000) [/github.com/Esri/calcite-design-system/pull/8574#discussion_r1453899164](https://github.com/Esri//github.com/Esri/calcite-design-system/pull/8574/issues/discussion_r1453899164) +- **color-picker:** Alpha-channel slider scope updates to reflect current opacity ([#8700](https://github.com/Esri/calcite-design-system/issues/8700)) ([cd0b532](https://github.com/Esri/calcite-design-system/commit/cd0b5328a902ae2a909ecb8ec2648bb7541b95d2)) +- **combobox:** Avoid inline-start padding on combobox label when icon is displayed ([#8672](https://github.com/Esri/calcite-design-system/issues/8672)) ([9eb680a](https://github.com/Esri/calcite-design-system/commit/9eb680a5045e142d6db4c1d971c69961a73a44ee)) +- Don't override existing validationMessage when displaying after form submission ([#8690](https://github.com/Esri/calcite-design-system/issues/8690)) ([3076220](https://github.com/Esri/calcite-design-system/commit/3076220bf9d463bafe5c00cd14e7246a7995ab66)) +- **preset:** Add back legacy token for calcite-ui-focus-color ([#8694](https://github.com/Esri/calcite-design-system/issues/8694)) ([1d1b933](https://github.com/Esri/calcite-design-system/commit/1d1b933eafb8e9c3b8058aa1acaa9c0c990bd84b)) ## [2.4.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.3.0...@esri/calcite-components@2.4.0) (2024-01-30)