Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejNikolicEq committed Dec 6, 2024
1 parent 0a37ed6 commit 9f23c8e
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-squids-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-avocados-serve.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/witty-insects-trade.md

This file was deleted.

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

## 1.0.6

### Patch Changes

- 0a37ed6: AgGrid person cell update of:

- Storybook
- Dependencies

Person update deps

- Updated dependencies [b3c5d1a]
- Updated dependencies [b3c5d1a]
- Updated dependencies [0a37ed6]
- @equinor/fusion-react-utils@2.2.0
- @equinor/fusion-react-person@0.10.0

## 1.0.5

### 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": "1.0.5",
"version": "1.0.6",
"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

## 0.6.8

### Patch Changes

- Updated dependencies [b3c5d1a]
- @equinor/fusion-react-utils@2.2.0

## 0.6.7

### 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.7",
"version": "0.6.8",
"description": "React component for context selector",
"keywords": [
"contextselector",
Expand Down
18 changes: 18 additions & 0 deletions packages/person/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 0.10.0

### Minor Changes

- b3c5d1a: cleanup in person components, removed unnecessary property mapping

### Patch Changes

- 0a37ed6: AgGrid person cell update of:

- Storybook
- Dependencies

Person update deps

- Updated dependencies [b3c5d1a]
- @equinor/fusion-react-utils@2.2.0

## 0.9.5

### 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.9.5",
"version": "0.10.0",
"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.0

### Minor Changes

- b3c5d1a: changed web-component to react brigde utility to attach before render

## 2.1.2

### Patch 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.1.2",
"version": "2.2.0",
"description": "Helper and util functions for React",
"keywords": [
"utils",
Expand Down
17 changes: 17 additions & 0 deletions storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 4.1.6

### Patch Changes

- 0a37ed6: AgGrid person cell update of:

- Storybook
- Dependencies

Person update deps

- Updated dependencies [b3c5d1a]
- Updated dependencies [0a37ed6]
- @equinor/fusion-react-person@0.10.0
- @equinor/fusion-react-ag-grid-person-cell@1.0.6
- @equinor/fusion-react-context-selector@0.6.8

## 4.1.5

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

0 comments on commit 9f23c8e

Please sign in to comment.