Skip to content

Commit

Permalink
chore: prepare release (#4798)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
build-travis-ci and github-actions[bot] authored Jul 17, 2023
1 parent 6cc9549 commit 10d6dd0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-melons-ring.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-llamas-cheer.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/design-system

## 7.13.0

### Minor Changes

- 4292de3ea: feat(TDC-7254/Stepper): Add a new props `currentStepIndex` to control current step. Set to zero by default.

This fix an issue as the previous code is based on react ref which is not updated when dom is changed. As we don't want to observe mutation on the DOM, let's go back on classic react patterns, make it pure and ask for a state

## 7.12.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-system",
"version": "7.12.2",
"version": "7.13.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@storybook/theming": "^6.5.16",
"@svgr/webpack": "^5.5.0",
"@talend/bootstrap-theme": "^7.0.1",
"@talend/icons": "^6.58.1",
"@talend/icons": "^6.59.0",
"@talend/locales-design-system": "^7.3.0",
"@talend/scripts-core": "^13.3.0",
"@talend/scripts-config-react-webpack": "^15.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/icons

## 6.59.0

### Minor Changes

- 6cc954983: feat: add qlik icon

## 6.58.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.58.1"
"version": "6.59.0"
}

0 comments on commit 10d6dd0

Please sign in to comment.