Skip to content

Commit

Permalink
chore: prepare release (#4968)
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 Nov 6, 2023
1 parent 8ec5602 commit 5e39180
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 22 deletions.
10 changes: 0 additions & 10 deletions .changeset/lovely-chefs-remain.md

This file was deleted.

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

## 10.1.1

### Patch Changes

- Updated dependencies [8ec56028a]
- @talend/react-forms@12.0.0

## 10.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@talend/react-bootstrap": "^2.1.0",
"@talend/react-cmf": "^8.1.0",
"@talend/react-components": "^12.1.0",
"@talend/react-forms": "^11.1.0",
"@talend/react-forms": "^12.0.0",
"@talend/utils": "^2.6.0",
"classnames": "^2.3.2",
"immutable": "^3.8.2",
Expand Down Expand Up @@ -82,5 +82,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.1.0"
"version": "10.1.1"
}
9 changes: 9 additions & 0 deletions packages/design-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/design-docs

## 3.0.0

### Major Changes

- 8ec56028a: deps: bump react-hook-form to 7.X

So if you are using rhf in your project you should also bump it and apply the migration guide
https://legacy.react-hook-form.com/migrate-v6-to-v7/

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-docs",
"version": "2.1.0",
"version": "3.0.0",
"description": "Package containing design.talend.com stories",
"homepage": "https://github.com/Talend/ui#readme",
"main": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/react-forms

## 12.0.0

### Major Changes

- 8ec56028a: deps: bump react-hook-form to 7.X

So if you are using rhf in your project you should also bump it and apply the migration guide
https://legacy.react-hook-form.com/migrate-v6-to-v7/

## 11.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.1.0"
"version": "12.0.0"
}
8 changes: 8 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/ui-playground

## 2.1.1

### Patch Changes

- Updated dependencies [8ec56028a]
- @talend/react-forms@12.0.0
- @talend/react-containers@10.1.1

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-playground",
"version": "2.1.0",
"version": "2.1.1",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -41,10 +41,10 @@
"@talend/react-cmf": "^8.1.0",
"@talend/react-cmf-router": "^6.1.0",
"@talend/react-components": "^12.1.0",
"@talend/react-containers": "^10.1.0",
"@talend/react-containers": "^10.1.1",
"@talend/react-dataviz": "^4.1.0",
"@talend/react-faceted-search": "^12.1.0",
"@talend/react-forms": "^11.1.0",
"@talend/react-forms": "^12.0.0",
"history": "^5.3.0",
"i18next": "^23.6.0",
"prop-types": "^15.8.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/react-stepper

## 10.0.0

### Major Changes

- 8ec56028a: deps: bump react-hook-form to 7.X

So if you are using rhf in your project you should also bump it and apply the migration guide
https://legacy.react-hook-form.com/migrate-v6-to-v7/

## 9.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.1.0"
"version": "10.0.0"
}
7 changes: 7 additions & 0 deletions packages/storybook-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/ui-storybook-one

## 2.1.1

### Patch Changes

- Updated dependencies [8ec56028a]
- @talend/react-forms@12.0.0

## 2.1.0

### Minor Changes
Expand Down
7 changes: 3 additions & 4 deletions packages/storybook-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-storybook-one",
"version": "2.1.0",
"version": "2.1.1",
"description": "Package containing all stories from talend/ui repository",
"homepage": "https://github.com/Talend/ui#readme",
"main": "src/index.ts",
Expand All @@ -26,11 +26,10 @@
"@talend/storybook-docs": "^2.1.0",
"@talend/icons": "^7.1.0",
"@talend/react-components": "^12.1.0",
"@talend/react-forms": "^11.1.0",
"@talend/react-forms": "^12.0.0",
"@talend/react-dataviz": "^4.1.0",
"pkg-dir": "^7.0.0",
"react-hook-form": "^7.47.0",
"pkg-dir": "^7.0.0"
"react-hook-form": "^7.47.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.2",
Expand Down

0 comments on commit 5e39180

Please sign in to comment.