Skip to content

Commit

Permalink
chore: prepare release (#5023)
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 Dec 1, 2023
1 parent f69c72b commit 92ff355
Show file tree
Hide file tree
Showing 92 changed files with 651 additions and 346 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-frogs-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-kiwis-grin.md

This file was deleted.

47 changes: 0 additions & 47 deletions .changeset/giant-cycles-tell.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/nine-sheep-clean.md

This file was deleted.

7 changes: 7 additions & 0 deletions fork/react-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [v0.32.5]

## 2.2.1

### Patch Changes

- c468f2f: chore: upgrade dependencies
- 6c2df2b: Upgrade dependencies using talend-scripts upgrade:deps

## 2.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "2.2.1",
"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.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-react-webpack": "^16.3.2",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/a11y/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-a11y

## 2.2.1

### Patch Changes

- c468f2f: chore: upgrade dependencies

## 2.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@talend/utils": "^2.8.0"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-typescript": "^11.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
Expand All @@ -49,5 +49,5 @@
"publishConfig": {
"access": "public"
},
"version": "2.2.0"
"version": "2.2.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.1

### Patch Changes

- c468f2f: chore: upgrade dependencies

## 1.3.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/assets-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"dependencies": {},
"devDependencies": {
"@talend/babel-plugin-import-from-index": "^1.6.0",
"@talend/eslint-config": "^13.0.1",
"@talend/babel-plugin-import-from-index": "^1.6.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-react-webpack": "^16.3.2",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@talend/scripts-config-typescript": "^11.2.0",
"@types/node": "^6.14.13",
"@types/jest": "^29.5.10",
Expand All @@ -41,5 +41,5 @@
"publishConfig": {
"access": "public"
},
"version": "1.3.0"
"version": "1.3.1"
}
8 changes: 8 additions & 0 deletions packages/cmf-cqrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/react-cmf-cqrs

## 10.1.1

### Patch Changes

- c468f2f: chore: upgrade dependencies
- Updated dependencies [c468f2f]
- @talend/react-cmf@8.3.1

## 10.1.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
},
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
"dependencies": {
"@talend/react-cmf": "^8.3.0",
"@talend/react-cmf": "^8.3.1",
"@talend/utils": "^2.8.0",
"immutable": "^3.8.2",
"redux-saga": "^1.2.3"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-react-webpack": "^16.3.2",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@talend/scripts-config-typescript": "^11.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -60,5 +60,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.1.0"
"version": "10.1.1"
}
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.1

### Patch Changes

- c468f2f: chore: upgrade dependencies
- Updated dependencies [c468f2f]
- @talend/react-cmf@8.3.1

## 6.1.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "6.1.1",
"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.3.0",
"@talend/react-cmf": "^8.3.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.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-react-webpack": "^16.3.2",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux-saga-tester": "^1.0.874"
Expand Down
8 changes: 8 additions & 0 deletions packages/cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/react-cmf

## 8.3.1

### Patch Changes

- c468f2f: chore: upgrade dependencies
- Updated dependencies [c468f2f]
- @talend/scripts-cmf@1.2.2

## 8.3.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/scripts-cmf": "^1.2.1",
"@talend/scripts-cmf": "^1.2.2",
"@talend/utils": "^2.8.0",
"hoist-non-react-statics": "^3.3.2",
"immutable": "^3.8.2",
Expand All @@ -55,12 +55,12 @@
},
"devDependencies": {
"@redux-saga/testing-utils": "^1.1.5",
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-jest": "^14.0.0",
"@talend/scripts-config-react-webpack": "^16.3.2",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-jest": "^14.0.1",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@testing-library/react": "^14.1.2",
"jest-in-case": "^1.0.2",
"jsdoc": "^3.6.11",
Expand All @@ -77,5 +77,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.3.0"
"version": "8.3.1"
}
15 changes: 15 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @talend/react-components

## 12.3.1

### Patch Changes

- c468f2f: chore: upgrade dependencies
- 6c2df2b: Upgrade dependencies using talend-scripts upgrade:deps
- Updated dependencies [c468f2f]
- Updated dependencies [6c2df2b]
- @talend/design-tokens@2.10.1
- @talend/react-bootstrap@2.2.1
- @talend/assets-api@1.3.1
- @talend/icons@7.3.1
- @talend/bootstrap-theme@8.3.1
- @talend/react-a11y@2.2.1

## 12.3.0

### Minor Changes
Expand Down
28 changes: 14 additions & 14 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@talend/assets-api": "^1.3.0",
"@talend/bootstrap-theme": "^8.3.0",
"@talend/design-tokens": "^2.10.0",
"@talend/icons": "^7.3.0",
"@talend/react-a11y": "^2.2.0",
"@talend/react-bootstrap": "^2.2.0",
"@talend/assets-api": "^1.3.1",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-tokens": "^2.10.1",
"@talend/icons": "^7.3.1",
"@talend/react-a11y": "^2.2.1",
"@talend/react-bootstrap": "^2.2.1",
"@talend/utils": "^2.8.0",
"ally.js": "^1.4.1",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -71,16 +71,16 @@
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.2",
"@talend/bootstrap-theme": "^8.3.0",
"@talend/design-system": "^8.6.0",
"@talend/eslint-config": "^13.0.1",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-system": "^8.6.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/locales-design-system": "^7.15.1",
"@talend/locales-tui-components": "^11.4.5",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-react-webpack": "^16.3.2",
"@talend/scripts-config-storybook-lib": "^5.2.0",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@talend/scripts-config-storybook-lib": "^5.2.1",
"@talend/scripts-config-typescript": "^11.2.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
Expand Down Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.3.0"
"version": "12.3.1"
}
Loading

0 comments on commit 92ff355

Please sign in to comment.