Skip to content

Commit

Permalink
chore: fix packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Jun 10, 2024
1 parent a03fe4b commit 86dea97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions packages/x-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/[email protected].33...@empathyco/[email protected].34) (2024-06-06)
## [5.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/[email protected].34...@empathyco/[email protected].35) (2024-06-07)

**Note:** Version bump only for package @empathyco/x-components


## [5.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-06-06)

**Note:** Version bump only for package @empathyco/x-components


## [5.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-06-05)
Expand Down Expand Up @@ -272,10 +274,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### ⚠ BREAKING CHANGES

* **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead.
* **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead.
`BaseColumnPickerDropdown` prop for the selected columns was renamed from `value` to `modelValue`.

`BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead.
`BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead.
`BaseColumnPickerList` prop for the selected columns was renamed from `value` to `modelValue`.

`ColumnPickerMixin` has been removed.
Expand Down Expand Up @@ -344,7 +346,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### ⚠ BREAKING CHANGES

* **sort-mixin:** base-dropdown component will no longer emit the `change` event, use `update:modelValue` instead.
* **sort-mixin:** base-dropdown component will no longer emit the `change` event, use `update:modelValue` instead.
base-dropdown prop for the selected item was renamed from `value` to `modelValue`.

### Code Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/x-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-components",
"version": "5.0.0-alpha.34",
"version": "5.0.0-alpha.35",
"description": "Empathy X Components",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 86dea97

Please sign in to comment.