Skip to content

Commit 398a9f8

Browse files
Merge branch 'master' into jmainguy/fix/forms-array-widget-add-item
2 parents 7c9f9bd + 2649f55 commit 398a9f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+206
-202
lines changed

fork/json-schema-form-core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/json-schema-form-core
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
8+
39
## 1.4.0
410

511
### Minor Changes

fork/json-schema-form-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/json-schema-form-core",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
55
"main": "dist/index.js",
66
"module": "./lib-esm/index.js",
@@ -52,7 +52,7 @@
5252
"@talend/eslint-plugin": "^1.3.0",
5353
"@talend/scripts-config-react-webpack": "^16.8.0",
5454
"@talend/scripts-config-typescript": "^11.3.0",
55-
"@talend/scripts-core": "^16.5.0",
55+
"@talend/scripts-core": "^16.5.1",
5656
"@types/chai": "^3.5.2",
5757
"@types/node": "^6.14.13",
5858
"rimraf": "^5.0.7",

fork/json-schema-form-core/tsconfig.esm.json

-7
This file was deleted.

fork/react-bootstrap/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [v0.32.5]
22

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
8+
39
## 3.0.1
410

511
### Patch Changes

fork/react-bootstrap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/react-bootstrap",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Bootstrap 3 components built with React",
55
"repository": {
66
"type": "git",
@@ -50,7 +50,7 @@
5050
"@talend/eslint-config": "^13.2.0",
5151
"@talend/eslint-plugin": "^1.3.0",
5252
"@talend/scripts-config-typescript": "^11.3.0",
53-
"@talend/scripts-core": "^16.5.0",
53+
"@talend/scripts-core": "^16.5.1",
5454
"@talend/scripts-config-babel": "^13.5.0",
5555
"@talend/scripts-config-react-webpack": "^16.8.0",
5656
"@testing-library/jest-dom": "^6.4.6",

fork/react-bootstrap/tsconfig.esm.json

-7
This file was deleted.

packages/a11y/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @talend/react-a11y
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
8+
- Updated dependencies [f321a0d]
9+
- @talend/utils@3.2.2
10+
311
## 4.0.0
412

513
### Major Changes

packages/a11y/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"url": "https://github.com/Talend/ui.git"
3333
},
3434
"dependencies": {
35-
"@talend/utils": "^3.2.0"
35+
"@talend/utils": "^3.2.2"
3636
},
3737
"devDependencies": {
3838
"@talend/eslint-config": "^13.2.0",
3939
"@talend/eslint-plugin": "^1.3.0",
40-
"@talend/scripts-core": "^16.5.0",
40+
"@talend/scripts-core": "^16.5.1",
4141
"@talend/scripts-config-typescript": "^11.3.0",
4242
"@testing-library/react": "^14.3.1",
4343
"@testing-library/user-event": "^14.5.2",
@@ -57,5 +57,5 @@
5757
"publishConfig": {
5858
"access": "public"
5959
},
60-
"version": "4.0.0"
60+
"version": "4.0.1"
6161
}

packages/a11y/tsconfig.esm.json

-7
This file was deleted.

packages/assets-api/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/assets-api
22

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
8+
39
## 1.5.0
410

511
### Minor Changes

packages/assets-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@talend/babel-plugin-import-from-index": "^1.8.0",
3939
"@talend/eslint-config": "^13.2.0",
4040
"@talend/eslint-plugin": "^1.3.0",
41-
"@talend/scripts-core": "^16.5.0",
41+
"@talend/scripts-core": "^16.5.1",
4242
"@talend/scripts-config-react-webpack": "^16.8.0",
4343
"@talend/scripts-config-typescript": "^11.3.0",
4444
"@types/node": "^6.14.13",
@@ -48,5 +48,5 @@
4848
"publishConfig": {
4949
"access": "public"
5050
},
51-
"version": "1.5.0"
51+
"version": "1.5.1"
5252
}

packages/assets-api/tsconfig.esm.json

-9
This file was deleted.

packages/cmf-router/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
8+
- Updated dependencies [f321a0d]
9+
- @talend/react-cmf@10.0.1
10+
311
## 7.0.0
412

513
### Major Changes

packages/cmf-router/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/react-cmf-router",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -25,7 +25,7 @@
2525
"lint": "talend-scripts lint"
2626
},
2727
"dependencies": {
28-
"@talend/react-cmf": "^10.0.0",
28+
"@talend/react-cmf": "^10.0.1",
2929
"connected-react-router": "^6.9.3",
3030
"history": "^5.3.0",
3131
"lodash": "^4.17.21",
@@ -44,7 +44,7 @@
4444
"@redux-saga/testing-utils": "^1.1.5",
4545
"@talend/eslint-config": "^13.2.0",
4646
"@talend/eslint-plugin": "^1.3.0",
47-
"@talend/scripts-core": "^16.5.0",
47+
"@talend/scripts-core": "^16.5.1",
4848
"@talend/scripts-config-babel": "^13.5.0",
4949
"@talend/scripts-config-react-webpack": "^16.8.0",
5050
"@talend/scripts-config-typescript": "^11.3.0",

packages/cmf-router/tsconfig.esm.json

-7
This file was deleted.

packages/cmf/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @talend/react-cmf
22

3+
## 10.0.1
4+
5+
### Patch Changes
6+
7+
- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
8+
- Updated dependencies [f321a0d]
9+
- @talend/utils@3.2.2
10+
311
## 10.0.0
412

513
### Major Changes

packages/cmf/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@talend/scripts-cmf": "^1.3.0",
48-
"@talend/utils": "^3.2.0",
48+
"@talend/utils": "^3.2.2",
4949
"commander": "^6.2.1",
5050
"hoist-non-react-statics": "^3.3.2",
5151
"immutable": "^3.8.2",
@@ -67,7 +67,7 @@
6767
"@talend/eslint-config": "^13.2.0",
6868
"@talend/eslint-plugin": "^1.3.0",
6969
"@talend/scripts-config-typescript": "^11.3.0",
70-
"@talend/scripts-core": "^16.5.0",
70+
"@talend/scripts-core": "^16.5.1",
7171
"@talend/scripts-config-babel": "^13.5.0",
7272
"@talend/scripts-config-jest": "^14.1.0",
7373
"@talend/scripts-config-react-webpack": "^16.8.0",
@@ -87,5 +87,5 @@
8787
"publishConfig": {
8888
"access": "public"
8989
},
90-
"version": "10.0.0"
90+
"version": "10.0.1"
9191
}

packages/cmf/tsconfig.esm.json

-7
This file was deleted.

packages/components/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @talend/react-components
22

3+
## 17.1.1
4+
5+
### Patch Changes
6+
7+
- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
8+
- Updated dependencies [f321a0d]
9+
- @talend/design-tokens@3.4.1
10+
- @talend/react-bootstrap@3.0.2
11+
- @talend/assets-api@1.5.1
12+
- @talend/icons@7.10.2
13+
- @talend/utils@3.2.2
14+
- @talend/react-a11y@4.0.1
15+
316
## 17.1.0
417

518
### Minor Changes

packages/components/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
},
4747
"dependencies": {
4848
"@popperjs/core": "^2.11.8",
49-
"@talend/assets-api": "^1.5.0",
49+
"@talend/assets-api": "^1.5.1",
5050
"@talend/bootstrap-theme": "^9.2.0",
51-
"@talend/design-tokens": "^3.4.0",
52-
"@talend/icons": "^7.10.0",
53-
"@talend/react-a11y": "^4.0.0",
54-
"@talend/react-bootstrap": "^3.0.0",
55-
"@talend/utils": "^3.2.1",
51+
"@talend/design-tokens": "^3.4.1",
52+
"@talend/icons": "^7.10.2",
53+
"@talend/react-a11y": "^4.0.1",
54+
"@talend/react-bootstrap": "^3.0.2",
55+
"@talend/utils": "^3.2.2",
5656
"ally.js": "^1.4.1",
5757
"classnames": "^2.5.1",
5858
"d3": "^7.9.0",
@@ -84,7 +84,7 @@
8484
"devDependencies": {
8585
"@storybook/addon-actions": "^7.6.19",
8686
"@talend/bootstrap-theme": "^9.2.0",
87-
"@talend/design-system": "^11.0.3",
87+
"@talend/design-system": "^11.0.4",
8888
"@talend/eslint-config": "^13.2.0",
8989
"@talend/eslint-plugin": "^1.3.0",
9090
"@talend/locales-design-system": "^7.15.1",
@@ -93,7 +93,7 @@
9393
"@talend/scripts-config-react-webpack": "^16.8.0",
9494
"@talend/scripts-config-storybook-lib": "^5.4.0",
9595
"@talend/scripts-config-typescript": "^11.3.0",
96-
"@talend/scripts-core": "^16.5.0",
96+
"@talend/scripts-core": "^16.5.1",
9797
"@testing-library/jest-dom": "^6.4.6",
9898
"@testing-library/react": "^14.3.1",
9999
"@testing-library/react-hooks": "^8.0.1",
@@ -131,5 +131,5 @@
131131
"publishConfig": {
132132
"access": "public"
133133
},
134-
"version": "17.1.0"
134+
"version": "17.1.1"
135135
}

packages/components/tsconfig.esm.json

-8
This file was deleted.

packages/containers/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @talend/react-containers
22

3+
## 11.0.3
4+
5+
### Patch Changes
6+
7+
- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
8+
- Updated dependencies [f321a0d]
9+
- @talend/design-system@11.0.4
10+
- @talend/react-components@17.1.1
11+
- @talend/react-forms@15.0.1
12+
- @talend/utils@3.2.2
13+
- @talend/react-cmf@10.0.1
14+
315
## 11.0.2
416

517
### Patch Changes

packages/containers/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"url": "https://github.com/Talend/ui.git"
4646
},
4747
"dependencies": {
48-
"@talend/design-system": "^11.0.3",
49-
"@talend/react-cmf": "^10.0.0",
50-
"@talend/react-components": "^17.0.1",
51-
"@talend/react-forms": "^15.0.0",
52-
"@talend/utils": "^3.2.1",
48+
"@talend/design-system": "^11.0.4",
49+
"@talend/react-cmf": "^10.0.1",
50+
"@talend/react-components": "^17.1.1",
51+
"@talend/react-forms": "^15.0.1",
52+
"@talend/utils": "^3.2.2",
5353
"classnames": "^2.5.1",
5454
"immutable": "^3.8.2",
5555
"invariant": "^2.2.4",
@@ -61,15 +61,15 @@
6161
},
6262
"devDependencies": {
6363
"@storybook/addon-actions": "^7.6.19",
64-
"@talend/icons": "^7.10.0",
64+
"@talend/icons": "^7.10.2",
6565
"@talend/locales-tui-components": "^16.0.1",
6666
"@talend/locales-tui-containers": "^9.1.3",
6767
"@talend/locales-tui-forms": "^10.2.4",
6868
"@talend/locales-design-system": "^7.15.1",
6969
"@talend/react-storybook-cmf": "^10.0.0",
7070
"@talend/eslint-config": "^13.2.0",
7171
"@talend/eslint-plugin": "^1.3.0",
72-
"@talend/scripts-core": "^16.5.0",
72+
"@talend/scripts-core": "^16.5.1",
7373
"@talend/scripts-config-babel": "^13.5.0",
7474
"@talend/scripts-config-storybook-lib": "^5.4.0",
7575
"@talend/scripts-config-react-webpack": "^16.8.0",
@@ -95,5 +95,5 @@
9595
"publishConfig": {
9696
"access": "public"
9797
},
98-
"version": "11.0.2"
98+
"version": "11.0.3"
9999
}

packages/containers/tsconfig.esm.json

-9
This file was deleted.

0 commit comments

Comments
 (0)