Skip to content

Commit 4509928

Browse files
chore: prepare release (#5620)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed37213 commit 4509928

File tree

112 files changed

+949
-462
lines changed

Some content is hidden

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

112 files changed

+949
-462
lines changed

.changeset/dirty-forks-dig.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/free-peaches-melt.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

fork/bootstrap-sass/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.4.0
4+
5+
### Minor Changes
6+
7+
- ed37213: Update dependencies
8+
39
## 5.3.2
410

511
### Patch Changes

fork/bootstrap-sass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/bootstrap-sass",
3-
"version": "5.3.2",
3+
"version": "5.4.0",
44
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
55
"main": "assets/javascripts/bootstrap.js",
66
"style": "assets/stylesheets/_bootstrap.scss",
@@ -40,8 +40,8 @@
4040
"access": "public"
4141
},
4242
"devDependencies": {
43-
"@talend/eslint-config": "^13.4.1",
44-
"@talend/eslint-plugin": "^1.5.1",
43+
"@talend/eslint-config": "^13.5.0",
44+
"@talend/eslint-plugin": "^1.6.0",
4545
"eslint": "^8.57.1"
4646
}
4747
}

fork/dynamic-cdn-webpack-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## 14.3.0
4+
5+
### Minor Changes
6+
7+
- ed37213: Update dependencies
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ed37213]
12+
- @talend/module-to-cdn@9.16.0
13+
314
## 14.2.0
415

516
### Minor Changes

fork/dynamic-cdn-webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/dynamic-cdn-webpack-plugin",
3-
"version": "14.2.0",
3+
"version": "14.3.0",
44
"description": "Dynamically get your dependencies from a cdn rather than bundling them in your app",
55
"license": "MIT",
66
"repository": "Talend/dynamic-cdn-webpack-plugin",
@@ -36,7 +36,7 @@
3636
"externals"
3737
],
3838
"dependencies": {
39-
"@talend/module-to-cdn": "^10.1.0",
39+
"@talend/module-to-cdn": "^9.16.0",
4040
"read-pkg-up": "^7.0.1",
4141
"semver": "^7.7.3",
4242
"webpack-sources": "^3.3.3"

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/json-schema-form-core
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- ed37213: Update dependencies
8+
39
## 1.4.5
410

511
### Patch Changes

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/json-schema-form-core",
3-
"version": "1.4.5",
3+
"version": "1.5.0",
44
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
55
"main": "dist/index.js",
66
"module": "./lib-esm/index.js",
@@ -46,13 +46,13 @@
4646
"json-schema"
4747
],
4848
"devDependencies": {
49-
"@talend/babel-plugin-assets-api": "^1.6.1",
50-
"@talend/babel-plugin-import-from-index": "^1.10.0",
51-
"@talend/eslint-config": "^13.4.1",
52-
"@talend/eslint-plugin": "^1.5.1",
53-
"@talend/scripts-config-react-webpack": "^16.10.0",
54-
"@talend/scripts-config-typescript": "^11.3.2",
55-
"@talend/scripts-core": "^16.7.0",
49+
"@talend/babel-plugin-assets-api": "^1.7.0",
50+
"@talend/babel-plugin-import-from-index": "^1.11.0",
51+
"@talend/eslint-config": "^13.5.0",
52+
"@talend/eslint-plugin": "^1.6.0",
53+
"@talend/scripts-config-react-webpack": "^16.11.0",
54+
"@talend/scripts-config-typescript": "^11.4.0",
55+
"@talend/scripts-core": "^16.8.0",
5656
"@types/chai": "^3.5.2",
5757
"@types/node": "^6.14.13",
5858
"rimraf": "^5.0.10",

fork/module-to-cdn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/module-to-cdn
22

3+
## 9.16.0
4+
5+
### Minor Changes
6+
7+
- ed37213: Update dependencies
8+
39
## 9.15.0
410

511
### Minor Changes

fork/module-to-cdn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/module-to-cdn",
3-
"version": "9.15.0",
3+
"version": "9.16.0",
44
"description": "Get cdn config from npm module name",
55
"license": "MIT",
66
"repository": "https://github.com/Talend/ui",

0 commit comments

Comments
 (0)