Skip to content

Commit

Permalink
chore: version packages (#1733)
Browse files Browse the repository at this point in the history
Co-authored-by: eikeland <[email protected]>
  • Loading branch information
github-actions[bot] and eikeland authored Jan 24, 2025
1 parent 44aa0a8 commit 391a567
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-masks-laugh.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/yellow-carrots-play.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/person/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.1.2

### Patch Changes

- [#1715](https://github.com/equinor/fusion-web-components/pull/1715) [`44aa0a8`](https://github.com/equinor/fusion-web-components/commit/44aa0a8b744e873e19ee6fa9e92da0bd8c3031d8) Thanks [@eikeland](https://github.com/eikeland)! - Remove dependency for searchable-dropdown component

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/person/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-wc-person",
"version": "3.1.1",
"version": "3.1.2",
"description": "",
"main": "lib/index.js",
"exports": {
Expand Down
16 changes: 16 additions & 0 deletions packages/searchable-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 4.0.0

### Major Changes

- [#1715](https://github.com/equinor/fusion-web-components/pull/1715) [`44aa0a8`](https://github.com/equinor/fusion-web-components/commit/44aa0a8b744e873e19ee6fa9e92da0bd8c3031d8) Thanks [@eikeland](https://github.com/eikeland)! - ### @equinor/fusion-wc-searchable-dropdown

- Fix: support for setting selectedId in initalItems.
- Fix: better handling of multiple selections.
- Removed need for mutating result with isSelected, we now keep track of that in selectedItems set.
- Removed controllers \_listItems array since we added getter method for flattening the elements to be able to select by index, and more easily loop over all list items.
- Renamed methods to align naming scheme with functionality.

### @equinor/fusion-wc-storybook

Fix: can use selectedId in stories and eslint

## 3.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/searchable-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-wc-searchable-dropdown",
"version": "3.7.4",
"version": "4.0.0",
"description": "Searchable dropdown element",
"main": "lib/index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 4.10.3

### Patch Changes

- [#1715](https://github.com/equinor/fusion-web-components/pull/1715) [`44aa0a8`](https://github.com/equinor/fusion-web-components/commit/44aa0a8b744e873e19ee6fa9e92da0bd8c3031d8) Thanks [@eikeland](https://github.com/eikeland)! - ### @equinor/fusion-wc-searchable-dropdown

- Fix: support for setting selectedId in initalItems.
- Fix: better handling of multiple selections.
- Removed need for mutating result with isSelected, we now keep track of that in selectedItems set.
- Removed controllers \_listItems array since we added getter method for flattening the elements to be able to select by index, and more easily loop over all list items.
- Renamed methods to align naming scheme with functionality.

### @equinor/fusion-wc-storybook

Fix: can use selectedId in stories and eslint

## 4.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-wc-storybook",
"version": "4.10.2",
"version": "4.10.3",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 391a567

Please sign in to comment.