Skip to content

Commit

Permalink
chore: version packages (#1692)
Browse files Browse the repository at this point in the history
Co-authored-by: AndrejNikolicEq <AndrejNikolicEq@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and AndrejNikolicEq authored Dec 5, 2024
1 parent a2b50ff commit 869c29e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/lucky-trees-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-shrimps-reply.md

This file was deleted.

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

## 3.1.0

### Minor Changes

- [#1691](https://github.com/equinor/fusion-web-components/pull/1691) [`b72a1b7`](https://github.com/equinor/fusion-web-components/commit/b72a1b7768e0c9837f01a71113a5cc73a6511e62) Thanks [@odinr](https://github.com/odinr)! - - improved initial resolve of `selectedPerson`
- added frame delay of dispatching resolve request (allow resolver to connect to `dom` and setup).

### Patch Changes

- [#1693](https://github.com/equinor/fusion-web-components/pull/1693) [`a2b50ff`](https://github.com/equinor/fusion-web-components/commit/a2b50ff76a9216e6d18b43aea5b42fbd3d28f0d3) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - Add and use accountClassification with accountType for displaying different colors on avatar border

## 3.0.6

### 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.0.6",
"version": "3.1.0",
"description": "",
"main": "lib/index.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.10.2

### Patch Changes

- [#1693](https://github.com/equinor/fusion-web-components/pull/1693) [`a2b50ff`](https://github.com/equinor/fusion-web-components/commit/a2b50ff76a9216e6d18b43aea5b42fbd3d28f0d3) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - Add and use accountClassification with accountType for displaying different colors on avatar border

## 4.10.1

### 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.1",
"version": "4.10.2",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 869c29e

Please sign in to comment.