Skip to content

Commit

Permalink
chore: version packages (#1762)
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 May 3, 2024
1 parent 24c0c16 commit 36b0470
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .changeset/fuzzy-apricots-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-pillows-divide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-clocks-ring.md

This file was deleted.

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

## 1.8.4

### Patch Changes

- cd87cca: Updating @equinor/eds-core-react to 0.37.0

## 1.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-filter",
"version": "1.8.3",
"version": "1.8.4",
"description": "component for Filtering data",
"author": "",
"homepage": "https://github.com/equinor/fusion-react-components/tree/master/packages/filter#readme",
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.8.6

### Patch Changes

- 9b060db: Return type of PersonProvider and PersonSelect, Person story cleanup of user data.

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

## 1.3.2

### Patch Changes

- cd87cca: Updating @equinor/eds-core-react to 0.37.0

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/side-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-side-sheet",
"version": "1.3.1",
"version": "1.3.2",
"description": "React component for displaying a side-sheet",
"keywords": [
"side-sheet",
Expand Down
6 changes: 6 additions & 0 deletions packages/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.1

### Patch Changes

- cd87cca: Updating @equinor/eds-core-react to 0.37.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stepper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-stepper",
"version": "1.0.0",
"version": "1.0.1",
"description": "Component for displaying and using stepps in stepper",
"keywords": [
"stepper",
Expand Down
14 changes: 14 additions & 0 deletions storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 4.0.2

### Patch Changes

- cd87cca: Updating @equinor/eds-core-react to 0.37.0
- 24c0c16: Searchabledropdown uses faker data in provider
- 9b060db: Return type of PersonProvider and PersonSelect, Person story cleanup of user data.
- Updated dependencies [cd87cca]
- Updated dependencies [9b060db]
- @equinor/fusion-react-side-sheet@1.3.2
- @equinor/fusion-react-stepper@1.0.1
- @equinor/fusion-react-filter@1.8.4
- @equinor/fusion-react-person@0.8.6

## 4.0.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-react-components-stories",
"version": "4.0.1",
"version": "4.0.2",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit 36b0470

Please sign in to comment.