Skip to content

Commit

Permalink
chore: version packages (#2493)
Browse files Browse the repository at this point in the history
Co-authored-by: odinr <[email protected]>
  • Loading branch information
github-actions[bot] and odinr authored Feb 26, 2025
1 parent f989cb4 commit a38b5ac
Show file tree
Hide file tree
Showing 39 changed files with 161 additions and 43 deletions.
23 changes: 0 additions & 23 deletions .changeset/vast-years-prove.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.3

### Patch Changes

- f989cb4: re-release, no changes
- Updated dependencies [f989cb4]
- @equinor/fusion-react-person@0.10.3
- @equinor/fusion-react-utils@2.2.2

## 2.0.2

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

## 31.2.4

### Patch Changes

- f989cb4: re-release, no changes

## 31.2.3

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

## 1.0.3

### Patch Changes

- f989cb4: re-release, no changes
- Updated dependencies [f989cb4]
- @equinor/fusion-react-searchable-dropdown@1.0.3
- @equinor/fusion-react-styles@0.6.4
- @equinor/fusion-react-utils@2.2.2

## 1.0.2

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

## 0.5.3

### Patch Changes

- f989cb4: re-release, no changes

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-date",
"version": "0.5.2",
"version": "0.5.3",
"description": "component for formatting and displaying dates",
"keywords": [
"date",
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.5

### Patch Changes

- f989cb4: re-release, no changes

## 1.0.4

### 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.4",
"version": "1.0.5",
"description": "React component for error boundary",
"keywords": [
"error-boundary",
Expand Down
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.6

### Patch Changes

- f989cb4: re-release, no changes

## 1.8.5

### 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.5",
"version": "1.8.6",
"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/hanging-garden/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.7.7

### Patch Changes

- f989cb4: re-release, no changes

## 1.7.6

## 1.7.5
Expand Down
4 changes: 2 additions & 2 deletions packages/hanging-garden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-hanging-garden",
"version": "1.7.6",
"version": "1.7.7",
"description": "component handling rendering of hanging gardens",
"author": "",
"homepage": "https://github.com/equinor/fusion-react-components/tree/master/packages/HangingGarden#readme",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"peerDependencies": {
"@equinor/fusion": "^3.3.1",
"@equinor/fusion-react-styles": "0.6.3",
"@equinor/fusion-react-styles": "0.6.4",
"@types/history": "4.x",
"date-fns": "4.1.0",
"history": "4.x"
Expand Down
6 changes: 6 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.3.4

### Patch Changes

- f989cb4: re-release, no changes

## 0.3.3

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

## 0.3.4

### Patch Changes

- f989cb4: re-release, no changes

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-markdown",
"version": "0.3.3",
"version": "0.3.4",
"description": "React component for editing morkdown language",
"keywords": [
"markdown",
Expand Down
8 changes: 8 additions & 0 deletions packages/person/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.10.3

### Patch Changes

- f989cb4: re-release, no changes
- Updated dependencies [f989cb4]
- @equinor/fusion-react-utils@2.2.2

## 0.10.2

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

## 0.4.4

### Patch Changes

- f989cb4: re-release, no changes

## 0.4.3

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

## 1.0.3

### Patch Changes

- f989cb4: re-release, no changes

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/searchable-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-searchable-dropdown",
"version": "1.0.2",
"version": "1.0.3",
"description": "component for displaying searchable dropdown",
"keywords": [
"searchable dropdown",
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.5

### Patch Changes

- f989cb4: re-release, no changes

## 1.3.4

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

## 0.3.2

### Patch Changes

- f989cb4: re-release, no changes

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-skeleton",
"version": "0.3.1",
"version": "0.3.2",
"description": "React component for displaying a skeleton",
"keywords": [
"skeleton",
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

## 2.0.1

### Patch Changes

- f989cb4: re-release, no changes

## 2.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": "2.0.0",
"version": "2.0.1",
"description": "Component for displaying and using stepps in stepper",
"keywords": [
"stepper",
Expand Down
6 changes: 6 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.6.4

### Patch Changes

- f989cb4: re-release, no changes

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-styles",
"version": "0.6.3",
"version": "0.6.4",
"description": "style lib inspired by @material-ui/styles",
"keywords": [
"styling",
Expand Down
6 changes: 6 additions & 0 deletions packages/textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.6.4

### Patch Changes

- f989cb4: re-release, no changes

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-textarea",
"version": "0.6.3",
"version": "0.6.4",
"description": "component for displaying text area",
"keywords": [
"text area",
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.2

### Patch Changes

- f989cb4: re-release, no changes

## 2.2.1

### Patch Changes
Expand Down
Loading

0 comments on commit a38b5ac

Please sign in to comment.