Skip to content

Commit

Permalink
chore: prepare release (#5214)
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 Feb 29, 2024
1 parent 5cedaf1 commit 56e1ddb
Show file tree
Hide file tree
Showing 114 changed files with 848 additions and 447 deletions.
60 changes: 0 additions & 60 deletions .changeset/gorgeous-masks-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-bugs-exercise.md

This file was deleted.

6 changes: 6 additions & 0 deletions fork/bootstrap-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.2.1

### Patch Changes

- 1abc22f: chore: upgrade dependencies

## 5.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions fork/bootstrap-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/bootstrap-sass",
"version": "5.2.0",
"version": "5.2.1",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
Expand Down Expand Up @@ -40,8 +40,8 @@
"access": "public"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"eslint": "^8.57.0"
}
}
8 changes: 8 additions & 0 deletions fork/dynamic-cdn-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 13.1.1

### Patch Changes

- 1abc22f: chore: upgrade dependencies
- Updated dependencies [1abc22f]
- @talend/module-to-cdn@9.10.1

## 13.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions fork/dynamic-cdn-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/dynamic-cdn-webpack-plugin",
"version": "13.1.0",
"version": "13.1.1",
"description": "Dynamically get your dependencies from a cdn rather than bundling them in your app",
"license": "MIT",
"repository": "Talend/dynamic-cdn-webpack-plugin",
Expand Down Expand Up @@ -36,7 +36,7 @@
"externals"
],
"dependencies": {
"@talend/module-to-cdn": "^9.10.0",
"@talend/module-to-cdn": "^9.10.1",
"read-pkg-up": "^7.0.1",
"semver": "^7.6.0",
"webpack-sources": "^3.2.3"
Expand Down
6 changes: 6 additions & 0 deletions fork/module-to-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/module-to-cdn

## 9.10.1

### Patch Changes

- 1abc22f: chore: upgrade dependencies

## 9.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion fork/module-to-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/module-to-cdn",
"version": "9.10.0",
"version": "9.10.1",
"description": "Get cdn config from npm module name",
"license": "MIT",
"repository": "https://github.com/Talend/ui",
Expand Down
6 changes: 6 additions & 0 deletions fork/react-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [v0.32.5]

## 2.2.2

### Patch Changes

- 1abc22f: chore: upgrade dependencies

## 2.2.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions fork/react-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-bootstrap",
"version": "2.2.1",
"version": "2.2.2",
"description": "Bootstrap 3 components built with React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,11 +38,11 @@
"react-dom": ">=16.3.0"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.4",
"@talend/scripts-config-babel": "^13.3.0",
"@talend/scripts-config-react-webpack": "^16.5.0",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/a11y/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/react-a11y

## 3.0.1

### Patch Changes

- 1abc22f: chore: upgrade dependencies
- Updated dependencies [1abc22f]
- @talend/utils@3.0.4

## 3.0.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/utils": "^3.0.3"
"@talend/utils": "^3.0.4"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.4",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-typescript": "^11.2.1",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/date-fns": "^2.6.0",
Expand All @@ -49,5 +49,5 @@
"publishConfig": {
"access": "public"
},
"version": "3.0.0"
"version": "3.0.1"
}
6 changes: 6 additions & 0 deletions packages/assets-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/assets-api

## 1.3.2

### Patch Changes

- 1abc22f: chore: upgrade dependencies

## 1.3.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/assets-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
},
"dependencies": {},
"devDependencies": {
"@talend/babel-plugin-import-from-index": "^1.7.0",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.4",
"@talend/scripts-config-react-webpack": "^16.5.0",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/babel-plugin-import-from-index": "^1.7.1",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-typescript": "^11.2.1",
"@types/node": "^6.14.13",
"@types/jest": "^29.5.12",
"read-pkg-up": "^7.0.1"
},
"publishConfig": {
"access": "public"
},
"version": "1.3.1"
"version": "1.3.2"
}
9 changes: 9 additions & 0 deletions packages/cmf-cqrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/react-cmf-cqrs

## 10.1.3

### Patch Changes

- 1abc22f: chore: upgrade dependencies
- Updated dependencies [1abc22f]
- @talend/utils@3.0.4
- @talend/react-cmf@8.4.1

## 10.1.2

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
},
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
"dependencies": {
"@talend/react-cmf": "^8.4.0",
"@talend/utils": "^3.0.3",
"@talend/react-cmf": "^8.4.1",
"@talend/utils": "^3.0.4",
"immutable": "^3.8.2",
"redux-saga": "^1.3.0"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.4",
"@talend/scripts-config-babel": "^13.3.0",
"@talend/scripts-config-react-webpack": "^16.5.0",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-typescript": "^11.2.1",
"@testing-library/react": "^14.2.1",
"@testing-library/react-hooks": "^8.0.1",
"mock-socket": "^9.3.1",
Expand All @@ -60,5 +60,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.1.2"
"version": "10.1.3"
}
8 changes: 8 additions & 0 deletions packages/cmf-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.1.2

### Patch Changes

- 1abc22f: chore: upgrade dependencies
- Updated dependencies [1abc22f]
- @talend/react-cmf@8.4.1

## 6.1.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/cmf-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-cmf-router",
"version": "6.1.1",
"version": "6.1.2",
"description": "",
"main": "lib/index.js",
"author": "Talend Frontend <[email protected]> (http://www.talend.com)",
Expand All @@ -17,7 +17,7 @@
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/react-cmf": "^8.4.0",
"@talend/react-cmf": "^8.4.1",
"connected-react-router": "^6.9.3",
"history": "^5.3.0",
"lodash": "^4.17.21",
Expand All @@ -34,11 +34,11 @@
},
"devDependencies": {
"@redux-saga/testing-utils": "^1.1.5",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.4",
"@talend/scripts-config-babel": "^13.3.0",
"@talend/scripts-config-react-webpack": "^16.5.0",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux-saga-tester": "^1.0.874"
Expand Down
9 changes: 9 additions & 0 deletions packages/cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/react-cmf

## 8.4.1

### Patch Changes

- 1abc22f: chore: upgrade dependencies
- Updated dependencies [1abc22f]
- @talend/scripts-cmf@1.2.4
- @talend/utils@3.0.4

## 8.4.0

### Minor Changes
Expand Down
Loading

0 comments on commit 56e1ddb

Please sign in to comment.