Skip to content

Commit

Permalink
chore: prepare release (#4255)
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 28, 2022
1 parent b02eb9e commit 582ac76
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 33 deletions.
7 changes: 0 additions & 7 deletions .changeset/pretty-bugs-drive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-geckos-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-llamas-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-horses-tap.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

## 7.8.0

### Minor Changes

- b02eb9ef4: feat: upgrade d3 to 7

### Patch Changes

- 5e0148797: fix(Datalist/TDOPS-2632): update data list entry if name is not the same

## 7.7.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.7.0"
"version": "7.8.0"
}
12 changes: 12 additions & 0 deletions packages/datagrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/react-datagrid

## 12.1.0

### Minor Changes

- 240340d94: Add cell context to editor onSubmit callback

### Patch Changes

- Updated dependencies [b02eb9ef4]
- Updated dependencies [5e0148797]
- @talend/react-components@7.8.0

## 12.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/datagrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@talend/icons": "^6.47.0",
"ag-grid-community": "^28.0.2",
"ag-grid-react": "^28.0.0",
"@talend/react-components": "^7.7.0",
"@talend/react-components": "^7.8.0",
"classnames": "^2.3.1",
"focus-trap-react": "^8.11.3",
"lodash": "^4.17.21"
Expand Down Expand Up @@ -71,5 +71,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.1"
"version": "12.1.0"
}
12 changes: 12 additions & 0 deletions packages/dataviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.5.0

### Minor Changes

- b02eb9ef4: feat: upgrade d3 to 7

### Patch Changes

- Updated dependencies [b02eb9ef4]
- Updated dependencies [5e0148797]
- @talend/react-components@7.8.0

## 2.4.0

### Minor 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.4.0",
"version": "2.5.0",
"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.5.0",
"@talend/react-components": "^7.8.0",
"@talend/design-tokens": "^2.7.0",
"classnames": "^2.3.1",
"d3": "^7.4.4",
Expand All @@ -53,7 +53,7 @@
"@talend/icons": "^6.47.0",
"@talend/locales-tui-components": "^6.44.11",
"@talend/locales-tui-dataviz": "^0.4.6",
"@talend/react-components": "^7.5.0",
"@talend/react-components": "^7.8.0",
"@talend/scripts-core": "^12.0.0",
"@talend/scripts-preset-react-lib": "^12.0.1",
"@testing-library/react": "^12.1.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/flow-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.3.0

### Minor Changes

- b02eb9ef4: feat: upgrade d3 to 7

## 5.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/flow-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/react-flow-designer",
"description": "Flow designer for react and redux",
"version": "5.2.0",
"version": "5.3.0",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand All @@ -19,7 +19,7 @@
"author": "Talend <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@talend/scripts-config-jest": "^11.1.0",
"@talend/scripts-config-jest": "^11.3.0",
"@talend/scripts-core": "^12.0.0",
"@talend/scripts-preset-react-lib": "^12.0.1",
"@types/d3": "^7.4.0",
Expand Down
8 changes: 8 additions & 0 deletions tools/scripts-config-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/scripts-config-jest

## 11.3.0

### Minor Changes

- b02eb9ef4: feat: transpile node_modules

Since d3 7.x and its dependencies use es6 as main entry in package.json, we need this because jest support of [ECMAPScriptModules](https://github.com/facebook/jest/blob/64de4d7361367fd711a231d25c37f3be89564264/docs/ECMAScriptModules.md) is experiemental

## 11.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-jest",
"description": "Jest configuration for @talend/scripts-core",
"version": "11.2.3",
"version": "11.3.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down

0 comments on commit 582ac76

Please sign in to comment.