Skip to content

Commit

Permalink
chore: version packages (#2425)
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 31, 2025
1 parent e277474 commit 4542b96
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .changeset/flat-candles-drum.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/context-selector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 1.0.0

### Major Changes

- e277474: Implementing fixes from searchable-dropdown web component release [44aa0a8](https://github.com/equinor/fusion-web-components/commit/44aa0a8b744e873e19ee6fa9e92da0bd8c3031d8)

This fixes multiple selections in searchable-dropdown and adding support for using html as meta icons in the result set.

also fixes using attribute `selectedId` as preselected id, works best with initialItems from resolver.

Updating to major version to make sure nothing in production brakes.

### Patch Changes

- Updated dependencies [e277474]
- @equinor/fusion-react-searchable-dropdown@1.0.0

## 0.6.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/context-selector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-context-selector",
"version": "0.6.8",
"version": "1.0.0",
"description": "React component for context selector",
"keywords": [
"contextselector",
Expand Down
12 changes: 12 additions & 0 deletions packages/searchable-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.0.0

### Major Changes

- e277474: Implementing fixes from searchable-dropdown web component release [44aa0a8](https://github.com/equinor/fusion-web-components/commit/44aa0a8b744e873e19ee6fa9e92da0bd8c3031d8)

This fixes multiple selections in searchable-dropdown and adding support for using html as meta icons in the result set.

also fixes using attribute `selectedId` as preselected id, works best with initialItems from resolver.

Updating to major version to make sure nothing in production brakes.

## 0.5.2

### 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-react-searchable-dropdown",
"version": "0.5.2",
"version": "1.0.0",
"description": "component for displaying searchable dropdown",
"keywords": [
"searchable dropdown",
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.1.9

### Patch Changes

- e277474: Implementing fixes from searchable-dropdown web component release [44aa0a8](https://github.com/equinor/fusion-web-components/commit/44aa0a8b744e873e19ee6fa9e92da0bd8c3031d8)

This fixes multiple selections in searchable-dropdown and adding support for using html as meta icons in the result set.

also fixes using attribute `selectedId` as preselected id, works best with initialItems from resolver.

Updating to major version to make sure nothing in production brakes.

- Updated dependencies [e277474]
- @equinor/fusion-react-searchable-dropdown@1.0.0
- @equinor/fusion-react-context-selector@1.0.0

## 4.1.8

### 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-react-components-stories",
"version": "4.1.8",
"version": "4.1.9",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit 4542b96

Please sign in to comment.