Skip to content

Commit 074ab47

Browse files
chore: prepare release
1 parent 9b66a09 commit 074ab47

Some content is hidden

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

51 files changed

+379
-183
lines changed

.changeset/cyan-zoos-rule.md

-7
This file was deleted.

.changeset/five-ears-guess.md

-5
This file was deleted.

.changeset/smooth-queens-dance.md

-20
This file was deleted.

.changeset/spotty-trains-hammer.md

-8
This file was deleted.

.changeset/tame-toes-ring.md

-6
This file was deleted.

.changeset/three-poets-laugh.md

-5
This file was deleted.

.changeset/wise-dancers-smash.md

-6
This file was deleted.

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.3.0
4+
5+
### Minor Changes
6+
7+
- 3bd16fc: Add support to ESM
8+
39
## 1.2.7
410

511
### Patch Changes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/json-schema-form-core",
3-
"version": "1.2.7",
3+
"version": "1.3.0",
44
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
55
"main": "dist/index.js",
66
"module": "./lib-esm/index.js",
@@ -50,9 +50,9 @@
5050
"@talend/babel-plugin-import-from-index": "^1.7.1",
5151
"@talend/eslint-config": "^13.0.3",
5252
"@talend/eslint-plugin": "^1.1.1",
53-
"@talend/scripts-config-react-webpack": "^16.6.0",
53+
"@talend/scripts-config-react-webpack": "^16.7.0",
5454
"@talend/scripts-config-typescript": "^11.2.1",
55-
"@talend/scripts-core": "^16.3.6",
55+
"@talend/scripts-core": "^16.4.0",
5656
"@types/chai": "^3.5.2",
5757
"@types/node": "^6.14.13",
5858
"rimraf": "^5.0.5",

fork/react-bootstrap/CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 3bd16fc: Add support to ESM
8+
39
## 2.2.3
410

511
### Patch Changes

fork/react-bootstrap/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/react-bootstrap",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Bootstrap 3 components built with React",
55
"repository": {
66
"type": "git",
@@ -49,9 +49,9 @@
4949
"@talend/eslint-config": "^13.0.3",
5050
"@talend/eslint-plugin": "^1.1.1",
5151
"@talend/scripts-config-typescript": "^11.2.1",
52-
"@talend/scripts-core": "^16.3.5",
53-
"@talend/scripts-config-babel": "^13.3.1",
54-
"@talend/scripts-config-react-webpack": "^16.6.0",
52+
"@talend/scripts-core": "^16.4.0",
53+
"@talend/scripts-config-babel": "^13.4.0",
54+
"@talend/scripts-config-react-webpack": "^16.7.0",
5555
"@testing-library/jest-dom": "^6.4.2",
5656
"@testing-library/react": "^14.2.1",
5757
"@testing-library/user-event": "^14.5.2",

packages/a11y/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- 3bd16fc: Add support to ESM
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3bd16fc]
12+
- @talend/utils@3.1.0
13+
314
## 3.0.1
415

516
### Patch 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.0.4"
35+
"@talend/utils": "^3.1.0"
3636
},
3737
"devDependencies": {
3838
"@talend/eslint-config": "^13.0.3",
3939
"@talend/eslint-plugin": "^1.1.1",
40-
"@talend/scripts-core": "^16.3.5",
40+
"@talend/scripts-core": "^16.4.0",
4141
"@talend/scripts-config-typescript": "^11.2.1",
4242
"@testing-library/react": "^14.2.1",
4343
"@testing-library/user-event": "^14.5.2",
@@ -57,5 +57,5 @@
5757
"publishConfig": {
5858
"access": "public"
5959
},
60-
"version": "3.0.1"
60+
"version": "3.1.0"
6161
}

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.4.0
4+
5+
### Minor Changes
6+
7+
- 3bd16fc: Add support to ESM
8+
39
## 1.3.2
410

511
### Patch Changes

packages/assets-api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@talend/babel-plugin-import-from-index": "^1.7.1",
3939
"@talend/eslint-config": "^13.0.3",
4040
"@talend/eslint-plugin": "^1.1.1",
41-
"@talend/scripts-core": "^16.3.5",
42-
"@talend/scripts-config-react-webpack": "^16.5.1",
41+
"@talend/scripts-core": "^16.4.0",
42+
"@talend/scripts-config-react-webpack": "^16.7.0",
4343
"@talend/scripts-config-typescript": "^11.2.1",
4444
"@types/node": "^6.14.13",
4545
"@types/jest": "^29.5.12",
@@ -48,5 +48,5 @@
4848
"publishConfig": {
4949
"access": "public"
5050
},
51-
"version": "1.3.2"
51+
"version": "1.4.0"
5252
}

packages/cmf-router/CHANGELOG.md

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

3+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
- 3bd16fc: Add support to ESM
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3bd16fc]
12+
- @talend/react-cmf@9.1.0
13+
314
## 6.1.3
415

516
### Patch Changes

packages/cmf-router/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/react-cmf-router",
3-
"version": "6.1.3",
3+
"version": "6.2.0",
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": "^9.0.0",
28+
"@talend/react-cmf": "^9.1.0",
2929
"connected-react-router": "^6.9.3",
3030
"history": "^5.3.0",
3131
"lodash": "^4.17.21",
@@ -44,9 +44,9 @@
4444
"@redux-saga/testing-utils": "^1.1.5",
4545
"@talend/eslint-config": "^13.0.3",
4646
"@talend/eslint-plugin": "^1.1.1",
47-
"@talend/scripts-core": "^16.3.5",
48-
"@talend/scripts-config-babel": "^13.3.1",
49-
"@talend/scripts-config-react-webpack": "^16.5.1",
47+
"@talend/scripts-core": "^16.4.0",
48+
"@talend/scripts-config-babel": "^13.4.0",
49+
"@talend/scripts-config-react-webpack": "^16.7.0",
5050
"@talend/scripts-config-typescript": "^11.2.1",
5151
"react": "^18.2.0",
5252
"react-dom": "^18.2.0",

packages/cmf/CHANGELOG.md

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

3+
## 9.1.0
4+
5+
### Minor Changes
6+
7+
- 3bd16fc: Add support to ESM
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3bd16fc]
12+
- @talend/utils@3.1.0
13+
314
## 9.0.0
415

516
### Major Changes

packages/cmf/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@talend/scripts-cmf": "^1.2.4",
48-
"@talend/utils": "^3.0.4",
48+
"@talend/utils": "^3.1.0",
4949
"commander": "^6.2.1",
5050
"hoist-non-react-statics": "^3.3.2",
5151
"immutable": "^3.8.2",
@@ -67,10 +67,10 @@
6767
"@talend/eslint-config": "^13.0.3",
6868
"@talend/eslint-plugin": "^1.1.1",
6969
"@talend/scripts-config-typescript": "^11.2.1",
70-
"@talend/scripts-core": "^16.3.5",
71-
"@talend/scripts-config-babel": "^13.3.1",
70+
"@talend/scripts-core": "^16.4.0",
71+
"@talend/scripts-config-babel": "^13.4.0",
7272
"@talend/scripts-config-jest": "^14.0.2",
73-
"@talend/scripts-config-react-webpack": "^16.6.0",
73+
"@talend/scripts-config-react-webpack": "^16.7.0",
7474
"@testing-library/react": "^14.2.1",
7575
"jest-in-case": "^1.0.2",
7676
"jsdoc": "^4.0.2",
@@ -87,5 +87,5 @@
8787
"publishConfig": {
8888
"access": "public"
8989
},
90-
"version": "9.0.0"
90+
"version": "9.1.0"
9191
}

packages/components/CHANGELOG.md

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

3+
## 16.2.0
4+
5+
### Minor Changes
6+
7+
- 3bd16fc: Add support to ESM
8+
9+
### Patch Changes
10+
11+
- ced37a2: fix(TMC-27619/cellDate): enable tz offset conversion with sourceTz
12+
- Updated dependencies [3bd16fc]
13+
- Updated dependencies [3bd16fc]
14+
- Updated dependencies [d053412]
15+
- Updated dependencies [9b66a09]
16+
- @talend/design-tokens@3.3.0
17+
- @talend/react-bootstrap@2.3.0
18+
- @talend/assets-api@1.4.0
19+
- @talend/icons@7.9.0
20+
- @talend/utils@3.1.0
21+
- @talend/react-a11y@3.1.0
22+
- @talend/bootstrap-theme@9.1.4
23+
324
## 16.1.4
425

526
### Patch Changes

packages/components/package.json

+14-14
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.3.2",
50-
"@talend/bootstrap-theme": "^9.1.3",
51-
"@talend/design-tokens": "^3.1.1",
52-
"@talend/icons": "^7.7.2",
53-
"@talend/react-a11y": "^3.0.1",
54-
"@talend/react-bootstrap": "^2.2.2",
55-
"@talend/utils": "^3.0.4",
49+
"@talend/assets-api": "^1.4.0",
50+
"@talend/bootstrap-theme": "^9.1.4",
51+
"@talend/design-tokens": "^3.3.0",
52+
"@talend/icons": "^7.9.0",
53+
"@talend/react-a11y": "^3.1.0",
54+
"@talend/react-bootstrap": "^2.3.0",
55+
"@talend/utils": "^3.1.0",
5656
"ally.js": "^1.4.1",
5757
"classnames": "^2.5.1",
5858
"d3": "^7.8.5",
@@ -83,17 +83,17 @@
8383
},
8484
"devDependencies": {
8585
"@storybook/addon-actions": "^7.6.17",
86-
"@talend/bootstrap-theme": "^9.1.3",
87-
"@talend/design-system": "^10.4.3",
86+
"@talend/bootstrap-theme": "^9.1.4",
87+
"@talend/design-system": "^10.6.0",
8888
"@talend/eslint-config": "^13.0.3",
8989
"@talend/eslint-plugin": "^1.1.1",
9090
"@talend/locales-design-system": "^7.15.1",
9191
"@talend/locales-tui-components": "^11.4.5",
92-
"@talend/scripts-config-babel": "^13.3.1",
93-
"@talend/scripts-config-react-webpack": "^16.5.1",
94-
"@talend/scripts-config-storybook-lib": "^5.3.1",
92+
"@talend/scripts-config-babel": "^13.4.0",
93+
"@talend/scripts-config-react-webpack": "^16.7.0",
94+
"@talend/scripts-config-storybook-lib": "^5.3.2",
9595
"@talend/scripts-config-typescript": "^11.2.1",
96-
"@talend/scripts-core": "^16.3.5",
96+
"@talend/scripts-core": "^16.4.0",
9797
"@testing-library/jest-dom": "^6.4.2",
9898
"@testing-library/react": "^14.2.1",
9999
"@testing-library/react-hooks": "^8.0.1",
@@ -131,5 +131,5 @@
131131
"publishConfig": {
132132
"access": "public"
133133
},
134-
"version": "16.1.4"
134+
"version": "16.2.0"
135135
}

packages/containers/CHANGELOG.md

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

3+
## 10.8.0
4+
5+
### Minor Changes
6+
7+
- 3bd16fc: Add support to ESM
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ced37a2]
12+
- Updated dependencies [3bd16fc]
13+
- @talend/react-components@16.2.0
14+
- @talend/design-system@10.6.0
15+
- @talend/react-forms@14.1.0
16+
- @talend/utils@3.1.0
17+
- @talend/react-cmf@9.1.0
18+
319
## 10.7.4
420

521
### Patch Changes

0 commit comments

Comments
 (0)