Skip to content

Commit dc31432

Browse files
chore: prepare release (#5512)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 760db2b commit dc31432

File tree

20 files changed

+73
-42
lines changed

20 files changed

+73
-42
lines changed

.changeset/calm-cats-care.md

-5
This file was deleted.

.changeset/chilled-rabbits-sleep.md

-5
This file was deleted.

.changeset/dull-moose-switch.md

-6
This file was deleted.

.changeset/stale-pumas-relate.md

-9
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.4.2
4+
5+
### Patch Changes
6+
7+
- d80737c: Fix remaining dependabot alerts
8+
39
## 1.4.1
410

511
### Patch 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.1",
3+
"version": "1.4.2",
44
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
55
"main": "dist/index.js",
66
"module": "./lib-esm/index.js",
@@ -50,7 +50,7 @@
5050
"@talend/babel-plugin-import-from-index": "^1.8.0",
5151
"@talend/eslint-config": "^13.2.1",
5252
"@talend/eslint-plugin": "^1.3.1",
53-
"@talend/scripts-config-react-webpack": "^16.8.1",
53+
"@talend/scripts-config-react-webpack": "^16.8.2",
5454
"@talend/scripts-config-typescript": "^11.3.0",
5555
"@talend/scripts-core": "^16.5.1",
5656
"@types/chai": "^3.5.2",

packages/components/CHANGELOG.md

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

3+
## 17.3.3
4+
5+
### Patch Changes
6+
7+
- 760db2b: fix: wrap reset css into reset layer
8+
- Updated dependencies [d80737c]
9+
- @talend/icons@7.11.0
10+
311
## 17.3.2
412

513
### Patch Changes

packages/components/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@talend/assets-api": "^1.5.1",
5050
"@talend/bootstrap-theme": "^9.3.0",
5151
"@talend/design-tokens": "^3.4.3",
52-
"@talend/icons": "^7.10.3",
52+
"@talend/icons": "^7.11.0",
5353
"@talend/react-a11y": "^4.0.1",
5454
"@talend/react-bootstrap": "^3.0.2",
5555
"@talend/utils": "^3.2.3",
@@ -83,13 +83,13 @@
8383
"devDependencies": {
8484
"@storybook/addon-actions": "^7.6.20",
8585
"@talend/bootstrap-theme": "^9.3.0",
86-
"@talend/design-system": "^11.4.0",
86+
"@talend/design-system": "^11.5.0",
8787
"@talend/eslint-config": "^13.2.1",
8888
"@talend/eslint-plugin": "^1.3.1",
8989
"@talend/locales-design-system": "^7.15.1",
9090
"@talend/locales-tui-components": "^16.0.1",
9191
"@talend/scripts-config-babel": "^13.5.0",
92-
"@talend/scripts-config-react-webpack": "^16.8.1",
92+
"@talend/scripts-config-react-webpack": "^16.8.2",
9393
"@talend/scripts-config-storybook-lib": "^5.5.0",
9494
"@talend/scripts-config-typescript": "^11.3.0",
9595
"@talend/scripts-core": "^16.5.1",
@@ -130,5 +130,5 @@
130130
"publishConfig": {
131131
"access": "public"
132132
},
133-
"version": "17.3.2"
133+
"version": "17.3.3"
134134
}

packages/design-system/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @talend/design-system
22

3+
## 11.5.0
4+
5+
### Minor Changes
6+
7+
- d80737c: Fix remaining dependabot alerts
8+
9+
### Patch Changes
10+
11+
- 760db2b: fix: wrap reset into css @layer reset
12+
313
## 11.4.3
414

515
### Patch Changes

packages/design-system/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/design-system",
3-
"version": "11.4.3",
3+
"version": "11.5.0",
44
"description": "Talend Design System",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -75,14 +75,14 @@
7575
"@svgr/webpack": "^8.1.0",
7676
"@talend/eslint-config": "^13.2.1",
7777
"@talend/eslint-plugin": "^1.3.1",
78-
"@talend/icons": "^7.10.3",
78+
"@talend/icons": "^7.11.0",
7979
"@talend/locales-design-system": "^7.15.1",
8080
"@talend/scripts-core": "^16.5.1",
8181
"@talend/scripts-config-babel": "^13.5.0",
82-
"@talend/scripts-config-react-webpack": "^16.8.1",
82+
"@talend/scripts-config-react-webpack": "^16.8.2",
8383
"@talend/scripts-config-storybook-lib": "^5.5.0",
8484
"@talend/scripts-config-typescript": "^11.3.0",
85-
"@talend/storybook-docs": "^2.5.1",
85+
"@talend/storybook-docs": "^2.5.2",
8686
"@testing-library/cypress": "^10.0.2",
8787
"@testing-library/jest-dom": "^6.6.2",
8888
"@types/classnames": "^2.3.4",

packages/http/CHANGELOG.md

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

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- d80737c: Fix remaining dependabot alerts
8+
39
## 3.2.0
410

511
### Minor Changes

packages/http/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/http",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "HTTP helper",
55
"license": "Apache-2.0",
66
"repository": {
@@ -31,7 +31,7 @@
3131
"@talend/eslint-plugin": "^1.3.1",
3232
"@talend/scripts-core": "^16.5.1",
3333
"@talend/scripts-config-babel": "^13.5.0",
34-
"@talend/scripts-config-react-webpack": "^16.8.1",
34+
"@talend/scripts-config-react-webpack": "^16.8.2",
3535
"@talend/scripts-config-typescript": "^11.3.0",
3636
"@types/jest": "^29.5.14",
3737
"@types/node-fetch": "^2.6.11",

packages/icons/CHANGELOG.md

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

3+
## 7.11.0
4+
5+
### Minor Changes
6+
7+
- d80737c: Fix remaining dependabot alerts
8+
39
## 7.10.3
410

511
### Patch Changes

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@
8989
"publishConfig": {
9090
"access": "public"
9191
},
92-
"version": "7.10.3"
92+
"version": "7.11.0"
9393
}

packages/storybook-docs/CHANGELOG.md

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

3+
## 2.5.2
4+
5+
### Patch Changes
6+
7+
- 760db2b: fix: wrap reset css into reset layer
8+
39
## 2.5.1
410

511
### Patch Changes

packages/storybook-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/storybook-docs",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Talend Storybook Docs component library",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

tools/scripts-config-react-webpack/CHANGELOG.md

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

3+
## 16.8.2
4+
5+
### Patch Changes
6+
7+
- d80737c: add querystring to resolve.fallback
8+
- Updated dependencies [d80737c]
9+
- @talend/scripts-utils@2.3.1
10+
311
## 16.8.1
412

513
### Patch Changes

tools/scripts-config-react-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@talend/scripts-config-react-webpack",
33
"description": "Webpack configuration for @talend/scripts-core",
4-
"version": "16.8.1",
4+
"version": "16.8.2",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"author": "Talend Frontend <[email protected]>",
@@ -26,7 +26,7 @@
2626
"@talend/react-cmf-webpack-plugin": "^6.39.0",
2727
"@talend/scripts-config-babel": "^13.5.0",
2828
"@talend/scripts-config-cdn": "^10.12.0",
29-
"@talend/scripts-utils": "^2.3.0",
29+
"@talend/scripts-utils": "^2.3.1",
3030
"@welldone-software/why-did-you-render": "^7.0.1",
3131
"@yarnpkg/lockfile": "^1.1.0",
3232
"autoprefixer": "^10.4.20",

tools/scripts-utils/CHANGELOG.md

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

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- d80737c: Fix remaining dependabot alerts
8+
39
## 2.3.0
410

511
### Minor Changes

tools/scripts-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/scripts-utils",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)