Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
odinr committed Feb 26, 2025
1 parent a1c95c3 commit 0924b37
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-cloths-behave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-views-fry.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- a1c95c3: fixed deps for ag-grid
- Updated dependencies [bdbd574]
- @equinor/fusion-react-utils@2.2.1
- @equinor/fusion-react-person@0.10.2

## 2.0.1

### Patch 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": "2.0.1",
"version": "2.0.2",
"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/context-selector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.2

### Patch Changes

- Updated dependencies [bdbd574]
- @equinor/fusion-react-utils@2.2.1

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"description": "React component for context selector",
"keywords": [
"contextselector",
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.10.2

### Patch Changes

- Updated dependencies [bdbd574]
- @equinor/fusion-react-utils@2.2.1

## 0.10.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-react-person",
"version": "0.10.1",
"version": "0.10.2",
"description": "React component for displaying an person information",
"keywords": [
"person",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.1

### Patch Changes

- bdbd574: fix typing in `create-element`

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-utils",
"version": "2.2.0",
"version": "2.2.1",
"description": "Helper and util functions for React",
"keywords": [
"utils",
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.14

### Patch Changes

- a1c95c3: fixed deps for ag-grid
- Updated dependencies [a1c95c3]
- @equinor/fusion-react-ag-grid-person-cell@2.0.2
- @equinor/fusion-react-context-selector@1.0.2
- @equinor/fusion-react-person@0.10.2

## 4.1.13

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

0 comments on commit 0924b37

Please sign in to comment.