Skip to content

Commit

Permalink
chore: prepare release (#5059)
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 Dec 13, 2023
1 parent 7de44f9 commit d7ecf98
Show file tree
Hide file tree
Showing 21 changed files with 112 additions and 53 deletions.
8 changes: 0 additions & 8 deletions .changeset/few-mayflies-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-dancers-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-houses-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-forks-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-cars-battle.md

This file was deleted.

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

## 13.0.0

### Major Changes

- 7de44f9: Typeahead - Changed input to DS Form.Text

#### BREAKING CHANGE

Some props and styles that were previously working on bootstrap input might no longer work. Check classNames and overriding styles passed to Typeahead to check that it still integrates well within your pages

## 12.4.2

### Patch 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 @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.4.2"
"version": "13.0.0"
}
14 changes: 14 additions & 0 deletions packages/containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @talend/react-containers

## 10.4.0

### Minor Changes

- 7de44f9: Removed dependency on react-bootstrap on SelectObject component

### Patch Changes

- Updated dependencies [7de44f9]
- Updated dependencies [7de44f9]
- Updated dependencies [c9e740d]
- @talend/react-components@13.0.0
- @talend/react-forms@12.4.0

## 10.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@talend/design-system": "^8.6.1",
"@talend/react-cmf": "^8.3.1",
"@talend/react-components": "^12.3.1",
"@talend/react-forms": "^12.3.1",
"@talend/react-components": "^13.0.0",
"@talend/react-forms": "^12.4.0",
"@talend/utils": "^2.8.0",
"classnames": "^2.3.2",
"immutable": "^3.8.2",
Expand Down Expand Up @@ -84,5 +84,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.3.1"
"version": "10.4.0"
}
7 changes: 7 additions & 0 deletions packages/dataviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.2.2

### Patch Changes

- Updated dependencies [7de44f9]
- @talend/react-components@13.0.0

## 4.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/dataviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-dataviz",
"version": "4.2.1",
"version": "4.2.2",
"description": "Talend charts and visualization components",
"main": "lib/index.js",
"mainSrc": "src/index.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@talend/assets-api": "^1.3.1",
"@talend/react-components": "^12.3.1",
"@talend/react-components": "^13.0.0",
"@talend/design-tokens": "^2.10.1",
"classnames": "^2.3.2",
"d3": "^7.8.5",
Expand All @@ -56,7 +56,7 @@
"@talend/icons": "^7.3.1",
"@talend/locales-tui-components": "^11.4.5",
"@talend/locales-tui-dataviz": "^3.0.1",
"@talend/react-components": "^12.3.1",
"@talend/react-components": "^13.0.0",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.3.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 14.0.0

### Patch Changes

- Updated dependencies [7de44f9]
- @talend/react-components@13.0.0

## 13.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/faceted-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-faceted-search",
"version": "13.0.0",
"version": "14.0.0",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"peerDependencies": {
"@talend/design-system": "^8.4.0",
"@talend/react-components": "^12.2.0",
"@talend/react-components": "^13.0.0",
"i18next": "^23.7.7",
"prop-types": "^15.5.10",
"react": ">= 16.14.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/react-forms

## 12.4.0

### Minor Changes

- 7de44f9: Remove dependency on react-bootstrap

### Patch Changes

- c9e740d: TDOPS-5706 - Fix form widget ArrayItem button design and alignment
- Updated dependencies [7de44f9]
- @talend/react-components@13.0.0

## 12.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@talend/assets-api": "^1.3.1",
"@talend/icons": "^7.3.1",
"@talend/json-schema-form-core": "^1.2.1",
"@talend/react-components": "^12.3.1",
"@talend/react-components": "^13.0.0",
"@talend/design-system": "^8.6.1",
"@talend/design-tokens": "^2.10.1",
"@talend/utils": "^2.8.0",
Expand All @@ -59,7 +59,7 @@
"@storybook/addon-controls": "^7.6.2",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-components": "^12.3.1",
"@talend/react-components": "^13.0.0",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.2",
Expand Down Expand Up @@ -93,5 +93,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.3.1"
"version": "12.4.0"
}
18 changes: 18 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @talend/ui-playground

## 2.3.0

### Minor Changes

- 7de44f9: Remove dependency on react-bootstrap

### Patch Changes

- Updated dependencies [7de44f9]
- Updated dependencies [7de44f9]
- Updated dependencies [7de44f9]
- Updated dependencies [c9e740d]
- @talend/react-components@13.0.0
- @talend/react-containers@10.4.0
- @talend/react-forms@12.4.0
- @talend/react-dataviz@4.2.2
- @talend/react-faceted-search@14.0.0

## 2.2.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.2.2",
"version": "2.3.0",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -48,11 +48,11 @@
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-cmf": "^8.3.1",
"@talend/react-cmf-router": "^6.1.1",
"@talend/react-components": "^12.4.0",
"@talend/react-containers": "^10.3.1",
"@talend/react-dataviz": "^4.2.1",
"@talend/react-faceted-search": "^13.0.0",
"@talend/react-forms": "^12.3.1",
"@talend/react-components": "^13.0.0",
"@talend/react-containers": "^10.4.0",
"@talend/react-dataviz": "^4.2.2",
"@talend/react-faceted-search": "^14.0.0",
"@talend/react-forms": "^12.4.0",
"history": "^5.3.0",
"i18next": "^23.7.7",
"prop-types": "^15.8.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/react-stepper

## 10.1.2

### Patch Changes

- Updated dependencies [7de44f9]
- @talend/react-components@13.0.0

## 10.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@talend/design-system": "^8.6.1",
"@talend/design-tokens": "^2.10.1",
"@talend/react-components": "^12.3.1",
"@talend/react-components": "^13.0.0",
"classnames": "^2.3.2",
"invariant": "^2.2.4",
"lodash": "^4.17.21"
Expand Down Expand Up @@ -75,5 +75,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.1.1"
"version": "10.1.2"
}
12 changes: 12 additions & 0 deletions packages/storybook-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/ui-storybook-one

## 2.2.3

### Patch Changes

- Updated dependencies [7de44f9]
- Updated dependencies [7de44f9]
- Updated dependencies [c9e740d]
- @talend/react-components@13.0.0
- @talend/react-forms@12.4.0
- @talend/react-dataviz@4.2.2
- @talend/react-faceted-search@14.0.0

## 2.2.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2.2",
"version": "2.2.3",
"description": "Package containing all stories from talend/ui repository",
"homepage": "https://github.com/Talend/ui#readme",
"main": "src/index.ts",
Expand All @@ -22,12 +22,12 @@
"dependencies": {
"@talend/design-system": "^8.7.0",
"@talend/design-tokens": "^2.10.1",
"@talend/react-faceted-search": "^13.0.0",
"@talend/react-faceted-search": "^14.0.0",
"@talend/storybook-docs": "^2.2.1",
"@talend/icons": "^7.3.1",
"@talend/react-components": "^12.4.0",
"@talend/react-forms": "^12.3.1",
"@talend/react-dataviz": "^4.2.1",
"@talend/react-components": "^13.0.0",
"@talend/react-forms": "^12.4.0",
"@talend/react-dataviz": "^4.2.2",
"lodash": "^4.17.21",
"pkg-dir": "^7.0.0",
"react-hook-form": "^7.48.2"
Expand Down

0 comments on commit d7ecf98

Please sign in to comment.