Skip to content

Commit

Permalink
chore: version packages (#2286)
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 Dec 3, 2024
1 parent 9bb2fde commit 25fe09c
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-teachers-flash.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/famous-feet-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-students-fold.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.4

### Patch Changes

- Updated dependencies [b20f7ec]
- @equinor/fusion-react-person@0.9.4

## 1.0.3

### 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.3",
"version": "1.0.4",
"description": "React component for displaying person details in AgGrid cell and PersonCard on cell hover",
"keywords": [
"person",
Expand Down
15 changes: 15 additions & 0 deletions packages/ag-grid-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 31.2.5

### Patch Changes

- c7315b8: ### Package `@equinor/fusion-react-ag-grid-styles`

Changed export statement

- `export { useStyles, useStyles as default } from './agGridStyles';`
- Renamed `useAgGridStyles.ts` to `index.ts` in `ag-grid-styles` package.

### Storybook

Updated import paths and usage of `useAgGridStyles` to `useStyles` in `storybook` stories.

## 31.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-ag-grid-styles",
"version": "31.2.4",
"version": "31.2.5",
"description": "React addons for ag-grid styles",
"keywords": [
"ag-grid",
Expand Down
6 changes: 6 additions & 0 deletions packages/errorboundary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.3

### Patch Changes

- 9bb2fde: Updating error boundary to be compatible with typescript 5.7

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errorboundary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-errorboundary",
"version": "1.0.2",
"version": "1.0.3",
"description": "React component for error boundary",
"keywords": [
"error-boundary",
Expand Down
6 changes: 6 additions & 0 deletions packages/person/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.9.4

### Patch Changes

- b20f7ec: Updating fusion-wc-person to 3.0.5

## 0.9.3

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

## 4.1.4

### Patch Changes

- c7315b8: ### Package `@equinor/fusion-react-ag-grid-styles`

Changed export statement

- `export { useStyles, useStyles as default } from './agGridStyles';`
- Renamed `useAgGridStyles.ts` to `index.ts` in `ag-grid-styles` package.

### Storybook

Updated import paths and usage of `useAgGridStyles` to `useStyles` in `storybook` stories.

- Updated dependencies [9bb2fde]
- Updated dependencies [c7315b8]
- Updated dependencies [b20f7ec]
- @equinor/fusion-react-errorboundary@1.0.3
- @equinor/fusion-react-ag-grid-styles@31.2.5
- @equinor/fusion-react-person@0.9.4
- @equinor/fusion-react-ag-grid-person-cell@1.0.4

## 4.1.3

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

0 comments on commit 25fe09c

Please sign in to comment.