Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into smouillour/fix/TDOPS-5502
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Oct 24, 2023
2 parents eff5912 + 4bb85e4 commit 1b7d997
Show file tree
Hide file tree
Showing 72 changed files with 588 additions and 327 deletions.
22 changes: 0 additions & 22 deletions .changeset/blue-beds-deliver.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/bright-dodos-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-zoos-hug.md

This file was deleted.

73 changes: 0 additions & 73 deletions .changeset/chatty-apes-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-hotels-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-rockets-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-suns-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-mayflies-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-needles-battle.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/red-deers-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-hairs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-kiwis-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-coats-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-cats-fold.md

This file was deleted.

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.0.0

### Major Changes

- 96d688489: React: Upgrade to react 18 and @types/react 18

## 1.35.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "1.35.2",
"version": "2.0.0",
"description": "Bootstrap 3 components built with React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@talend/eslint-config": "^12.1.1",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@talend/scripts-config-babel": "^13.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@testing-library/jest-dom": "^5.17.0",
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.0.0

### Major Changes

- 96d688489: React: Upgrade to react 18 and @types/react 18

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@testing-library/react": "^12.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -41,5 +41,5 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.0"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/assets-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {},
"devDependencies": {
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"read-pkg-up": "^7.0.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cmf-cqrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/react-cmf-cqrs

## 10.0.0

### Major Changes

- 96d688489: React: Upgrade to react 18 and @types/react 18

### Patch Changes

- Updated dependencies [96d688489]
- @talend/react-cmf@8.0.0

## 9.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
"dependencies": {
"@talend/react-cmf": "^7.3.0",
"@talend/react-cmf": "^8.0.0",
"@talend/utils": "^2.6.0",
"immutable": "^3.8.2",
"redux-saga": "^1.2.3"
},
"devDependencies": {
"@talend/eslint-config": "^12.1.1",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@talend/scripts-config-babel": "^13.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
Expand All @@ -60,5 +60,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.2"
"version": "10.0.0"
}
11 changes: 11 additions & 0 deletions packages/cmf-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 6.0.0

### Major Changes

- 96d688489: React: Upgrade to react 18 and @types/react 18

### Patch Changes

- Updated dependencies [96d688489]
- @talend/react-cmf@8.0.0

## 5.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "5.3.0",
"version": "6.0.0",
"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": "^7.3.0",
"@talend/react-cmf": "^8.0.0",
"connected-react-router": "^6.9.3",
"history": "^5.3.0",
"lodash": "^4.17.21",
Expand All @@ -36,7 +36,7 @@
"@redux-saga/testing-utils": "^1.1.5",
"@talend/eslint-config": "^12.1.1",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@talend/scripts-config-babel": "^13.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-cmf

## 8.0.0

### Major Changes

- 96d688489: React: Upgrade to react 18 and @types/react 18

## 7.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"@redux-saga/testing-utils": "^1.1.5",
"@talend/eslint-config": "^12.1.1",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@talend/scripts-config-babel": "^13.0.0",
"@talend/scripts-config-jest": "^12.2.0",
"@talend/scripts-config-jest": "^13.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@testing-library/react": "^12.1.5",
"jest-in-case": "^1.0.2",
Expand All @@ -77,5 +77,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.3.0"
"version": "8.0.0"
}
Loading

0 comments on commit 1b7d997

Please sign in to comment.