Skip to content

Commit

Permalink
chore: prepare release (#4429)
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 8, 2022
1 parent c0ed60e commit b6023c2
Show file tree
Hide file tree
Showing 23 changed files with 119 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-papayas-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-dodos-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-waves-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-radios-pretend.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/large-radios-pretend2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-mails-heal.md

This file was deleted.

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

## 8.0.0

### Major Changes

- 105990b24: feat(SubHeaderBar): replace `EditableText` legacy component by `InlineEditing` Coral component.

Breaking:

- `onEdit` and `onCancel` props has been removed. They are now directly handled by the `InlineEditing` component.
- `onSubmit` callback signature changed from `onSubmit(event: JSEvent, { value: string })` to `onSubmit(event: JSEvent, value: string)` the returned value from the `InlineEditing` component is not wrapped within an object containing only one `value` property. You now have the `value` directly.

### Minor Changes

- 2be2c3f47: feat: add typings

### Patch Changes

- ef3977697: fix(List): separator alignment for persistent actions
- c0ed60ee5: chore(TDS-6840): use DS ButtonIcon in collapsible and legacy datepicker

## 7.11.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"devDependencies": {
"@storybook/addon-actions": "^6.5.9",
"@talend/bootstrap-theme": "^6.39.1",
"@talend/design-system": "^7.0.0",
"@talend/design-system": "^7.0.2",
"@talend/icons": "^6.51.0",
"@talend/locales-design-system": "^1.12.2",
"@talend/locales-tui-components": "^6.44.11",
Expand Down Expand Up @@ -117,5 +117,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.11.3"
"version": "8.0.0"
}
11 changes: 11 additions & 0 deletions packages/containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/react-containers

## 7.3.2

### Patch Changes

- Updated dependencies [ef3977697]
- Updated dependencies [2be2c3f47]
- Updated dependencies [105990b24]
- Updated dependencies [c0ed60ee5]
- @talend/react-components@8.0.0
- @talend/react-forms@8.1.6

## 7.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 @@ -34,8 +34,8 @@
},
"dependencies": {
"@talend/react-cmf": "^7.1.3",
"@talend/react-components": "^7.11.1",
"@talend/react-forms": "^8.1.5",
"@talend/react-components": "^8.0.0",
"@talend/react-forms": "^8.1.6",
"classnames": "^2.3.1",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
Expand Down Expand Up @@ -75,5 +75,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.3.1"
"version": "7.3.2"
}
10 changes: 10 additions & 0 deletions packages/datagrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @talend/react-datagrid

## 13.0.3

### Patch Changes

- Updated dependencies [ef3977697]
- Updated dependencies [2be2c3f47]
- Updated dependencies [105990b24]
- Updated dependencies [c0ed60ee5]
- @talend/react-components@8.0.0

## 13.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/datagrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@talend/icons": "^6.51.0",
"ag-grid-community": "^28.0.2",
"ag-grid-react": "^28.0.0",
"@talend/react-components": "^7.11.1",
"@talend/react-components": "^8.0.0",
"classnames": "^2.3.1",
"focus-trap-react": "^8.11.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@talend/design-system": "^7.0.0",
"@talend/design-system": "^7.0.2",
"@talend/icons": "^6.51.0",
"@talend/locales-tui-datagrid": "^6.36.5",
"@talend/scripts-core": "^12.0.0",
Expand All @@ -71,5 +71,5 @@
"publishConfig": {
"access": "public"
},
"version": "13.0.2"
"version": "13.0.3"
}
11 changes: 11 additions & 0 deletions packages/dataviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.8.3

### Patch Changes

- 2be2c3f47: fix: do not pass t props to FormatValue
- Updated dependencies [ef3977697]
- Updated dependencies [2be2c3f47]
- Updated dependencies [105990b24]
- Updated dependencies [c0ed60ee5]
- @talend/react-components@8.0.0

## 2.8.2

### 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": "2.8.2",
"version": "2.8.3",
"description": "Talend charts and visualization components",
"main": "lib/index.js",
"mainSrc": "src/index.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@talend/assets-api": "^1.2.1",
"@talend/react-components": "^7.11.1",
"@talend/react-components": "^8.0.0",
"@talend/design-tokens": "^2.7.0",
"classnames": "^2.3.1",
"d3": "^7.4.4",
Expand All @@ -53,7 +53,7 @@
"@talend/icons": "^6.50.0",
"@talend/locales-tui-components": "^6.44.11",
"@talend/locales-tui-dataviz": "^0.4.6",
"@talend/react-components": "^7.11.1",
"@talend/react-components": "^8.0.0",
"@talend/scripts-core": "^12.0.0",
"@talend/scripts-preset-react-lib": "^14.0.0",
"@testing-library/react": "^12.1.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/design-system

## 7.0.2

### Patch Changes

- 105990b24: feat(InlineEditing): add new `onToggle` optional props to get notify from edition mode changes

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.1",
"version": "7.0.2",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/faceted-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@storybook/addon-actions": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@talend/bootstrap-theme": "^6.39.1",
"@talend/design-system": "^7.0.0",
"@talend/design-system": "^7.0.2",
"@talend/icons": "^6.51.0",
"@talend/locales-tui-components": "^6.44.11",
"@talend/locales-tui-faceted-search": "^4.0.2",
"@talend/react-components": "^7.11.1",
"@talend/react-components": "^8.0.0",
"@talend/scripts-core": "^12.0.0",
"@talend/scripts-preset-react-lib": "^14.0.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @talend/react-forms

## 8.1.6

### Patch Changes

- Updated dependencies [ef3977697]
- Updated dependencies [2be2c3f47]
- Updated dependencies [105990b24]
- Updated dependencies [c0ed60ee5]
- @talend/react-components@8.0.0

## 8.1.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@talend/assets-api": "^1.2.1",
"@talend/json-schema-form-core": "1.1.0",
"@talend/react-components": "^7.11.1",
"@talend/react-components": "^8.0.0",
"@talend/utils": "^2.4.0",
"ajv": "^6.12.6",
"classnames": "^2.3.1",
Expand All @@ -61,10 +61,10 @@
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-controls": "^6.5.9",
"@talend/bootstrap-theme": "^6.39.1",
"@talend/design-system": "^7.0.0",
"@talend/design-system": "^7.0.2",
"@talend/icons": "^6.51.0",
"@talend/locales-tui-forms": "^6.41.3",
"@talend/react-components": "^7.11.1",
"@talend/react-components": "^8.0.0",
"@talend/scripts-core": "^12.0.0",
"@talend/scripts-preset-react-lib": "^14.0.0",
"@testing-library/jest-dom": "^5.16.4",
Expand Down Expand Up @@ -94,5 +94,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.1.5"
"version": "8.1.6"
}
15 changes: 15 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @talend/ui-playground

## 1.1.9

### Patch Changes

- Updated dependencies [ef3977697]
- Updated dependencies [2be2c3f47]
- Updated dependencies [2be2c3f47]
- Updated dependencies [105990b24]
- Updated dependencies [c0ed60ee5]
- @talend/react-components@8.0.0
- @talend/react-dataviz@2.8.3
- @talend/react-containers@7.3.2
- @talend/react-datagrid@13.0.3
- @talend/react-forms@8.1.6

## 1.1.8

### 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": "1.1.8",
"version": "1.1.9",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
"@talend/icons": "^6.51.0",
"@talend/react-cmf": "^7.1.3",
"@talend/react-cmf-router": "^5.2.1",
"@talend/react-components": "^7.11.1",
"@talend/react-containers": "^7.3.0",
"@talend/react-datagrid": "^13.0.0",
"@talend/react-dataviz": "^2.4.0",
"@talend/react-components": "^8.0.0",
"@talend/react-containers": "^7.3.2",
"@talend/react-datagrid": "^13.0.3",
"@talend/react-dataviz": "^2.8.3",
"@talend/react-faceted-search": "^8.0.0",
"@talend/react-forms": "^8.1.0",
"@talend/react-forms": "^8.1.6",
"history": "^5.3.0",
"i18next": "^20.6.1",
"prop-types": "^15.8.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @talend/react-stepper

## 7.1.3

### Patch Changes

- Updated dependencies [ef3977697]
- Updated dependencies [2be2c3f47]
- Updated dependencies [105990b24]
- Updated dependencies [c0ed60ee5]
- @talend/react-components@8.0.0

## 7.1.2

### 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 @@ -32,7 +32,7 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/react-components": "^7.11.1",
"@talend/react-components": "^8.0.0",
"classnames": "^2.3.1",
"invariant": "^2.2.4",
"keycode": "^2.2.1",
Expand Down Expand Up @@ -65,5 +65,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.1.2"
"version": "7.1.3"
}

0 comments on commit b6023c2

Please sign in to comment.