Skip to content

Commit

Permalink
chore: version packages (#1554)
Browse files Browse the repository at this point in the history
Co-authored-by: AndrejNikolicEq <[email protected]>
  • Loading branch information
github-actions[bot] and AndrejNikolicEq authored Jul 31, 2024
1 parent 3cdedca commit 2ccdec0
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 24 deletions.
22 changes: 0 additions & 22 deletions .changeset/hungry-gorillas-thank.md

This file was deleted.

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

## 3.0.0

### Major Changes

- [#1553](https://github.com/equinor/fusion-web-components/pull/1553) [`3cdedca`](https://github.com/equinor/fusion-web-components/commit/3cdedcae5b542ccc1936486c97110c42c814ba88) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - **New web component `fwc-person-table-cell`**

Component to display peson avatar and person details in table cell

- Display data with azureId, upn or dataSource
- Availability to show/hide avatar
- Choose which details should be displayed in in both rows
- Can use HTML as retun value displayed data
- Choose the size of component

```jsx
<fwc-person-table-cell
azureId="bb463b8b-b76c-4f6a-a972-665ab5730b69"
size="medium"
.heading=${(person: TableCellData) => person.name`
.subHeading=${(person: TableCellData) => `<a href="mailto:${person.mail}">${person.mail}</a>`
showAvatar />
```
## 2.6.9
### 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-wc-person",
"version": "2.6.9",
"version": "3.0.0",
"description": "",
"main": "lib/index.js",
"exports": {
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.10.0

### Minor Changes

- [#1553](https://github.com/equinor/fusion-web-components/pull/1553) [`3cdedca`](https://github.com/equinor/fusion-web-components/commit/3cdedcae5b542ccc1936486c97110c42c814ba88) Thanks [@AndrejNikolicEq](https://github.com/AndrejNikolicEq)! - **New web component `fwc-person-table-cell`**

Component to display peson avatar and person details in table cell

- Display data with azureId, upn or dataSource
- Availability to show/hide avatar
- Choose which details should be displayed in in both rows
- Can use HTML as retun value displayed data
- Choose the size of component

```jsx
<fwc-person-table-cell
azureId="bb463b8b-b76c-4f6a-a972-665ab5730b69"
size="medium"
.heading=${(person: TableCellData) => person.name`
.subHeading=${(person: TableCellData) => `<a href="mailto:${person.mail}">${person.mail}</a>`
showAvatar />
```
## 4.9.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-wc-storybook",
"version": "4.9.5",
"version": "4.10.0",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 2ccdec0

Please sign in to comment.