Skip to content

Commit

Permalink
chore: version packages (#2100)
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 Aug 15, 2024
1 parent f66e689 commit 34084ab
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/quiet-tools-try.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ag-grid-person-cell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.1

### Patch Changes

- Updated dependencies [f66e689]
- @equinor/fusion-react-person@0.9.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-person-cell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-ag-grid-person-cell",
"version": "1.0.0",
"version": "1.0.1",
"description": "React component for displaying person details in AgGrid cell and PersonCard on cell hover",
"keywords": [
"person",
Expand Down
7 changes: 7 additions & 0 deletions packages/person/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.9.1

### Patch Changes

- f66e689: - Update fwc-person to v3.0.1
- Ads example in storybook for using person-select as controlled component

## 0.9.0

### Minor 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-react-person",
"version": "0.9.0",
"version": "0.9.1",
"description": "React component for displaying an person information",
"keywords": [
"person",
Expand Down
10 changes: 10 additions & 0 deletions storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.1.1

### Patch Changes

- f66e689: - Update fwc-person to v3.0.1
- Ads example in storybook for using person-select as controlled component
- Updated dependencies [f66e689]
- @equinor/fusion-react-person@0.9.1
- @equinor/fusion-react-ag-grid-person-cell@1.0.1

## 4.1.0

### Minor 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.0",
"version": "4.1.1",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit 34084ab

Please sign in to comment.