Skip to content

Commit

Permalink
chore: prepare release (#4307)
Browse files Browse the repository at this point in the history
  • Loading branch information
build-travis-ci authored Sep 2, 2022
1 parent 06915b8 commit a8ef613
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .changeset/twelve-kangaroos-carry.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @talend/react-components

## 7.9.0

### Minor Changes

- 06915b812: Allow to customize drawer's subtitle tag

**Breaking change :**

Props `subtitleTagLabel` and `subtitleTagTooltip` are replaced by a props `subtitleTag`.

Props `subtitleTag` has following shape :

```
{
label: PropTypes.string,
tooltip: PropTypes.string,
variant: PropTypes.oneOf(TagVariantsNames),
}
```

_NOTE: While this props are only used by TPD this breaking change is passed as minor change to avoid waiting dataset release_

## 7.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.8.0"
"version": "7.9.0"
}

0 comments on commit a8ef613

Please sign in to comment.