Skip to content

Commit

Permalink
Merge branch 'master' into jmainguy/fix/forms-array-widget-add-item
Browse files Browse the repository at this point in the history
  • Loading branch information
jmainguytalend authored Jun 28, 2024
2 parents 7c9f9bd + 2649f55 commit 398a9f8
Show file tree
Hide file tree
Showing 48 changed files with 206 additions and 202 deletions.
6 changes: 6 additions & 0 deletions fork/json-schema-form-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/json-schema-form-core

## 1.4.1

### Patch Changes

- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)

## 1.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions fork/json-schema-form-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/json-schema-form-core",
"version": "1.4.0",
"version": "1.4.1",
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
"main": "dist/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@talend/eslint-plugin": "^1.3.0",
"@talend/scripts-config-react-webpack": "^16.8.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-core": "^16.5.1",
"@types/chai": "^3.5.2",
"@types/node": "^6.14.13",
"rimraf": "^5.0.7",
Expand Down
7 changes: 0 additions & 7 deletions fork/json-schema-form-core/tsconfig.esm.json

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]

## 3.0.2

### Patch Changes

- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)

## 3.0.1

### 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": "3.0.1",
"version": "3.0.2",
"description": "Bootstrap 3 components built with React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-react-webpack": "^16.8.0",
"@testing-library/jest-dom": "^6.4.6",
Expand Down
7 changes: 0 additions & 7 deletions fork/react-bootstrap/tsconfig.esm.json

This file was deleted.

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

## 4.0.1

### Patch Changes

- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
- Updated dependencies [f321a0d]
- @talend/utils@3.2.2

## 4.0.0

### Major 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 @@ -32,12 +32,12 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/utils": "^3.2.0"
"@talend/utils": "^3.2.2"
},
"devDependencies": {
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-typescript": "^11.3.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -57,5 +57,5 @@
"publishConfig": {
"access": "public"
},
"version": "4.0.0"
"version": "4.0.1"
}
7 changes: 0 additions & 7 deletions packages/a11y/tsconfig.esm.json

This file was deleted.

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

### Patch Changes

- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)

## 1.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/assets-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@talend/babel-plugin-import-from-index": "^1.8.0",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.8.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@types/node": "^6.14.13",
Expand All @@ -48,5 +48,5 @@
"publishConfig": {
"access": "public"
},
"version": "1.5.0"
"version": "1.5.1"
}
9 changes: 0 additions & 9 deletions packages/assets-api/tsconfig.esm.json

This file was deleted.

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

## 7.0.1

### Patch Changes

- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
- Updated dependencies [f321a0d]
- @talend/react-cmf@10.0.1

## 7.0.0

### Major 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": "7.0.0",
"version": "7.0.1",
"description": "",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -25,7 +25,7 @@
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/react-cmf": "^10.0.0",
"@talend/react-cmf": "^10.0.1",
"connected-react-router": "^6.9.3",
"history": "^5.3.0",
"lodash": "^4.17.21",
Expand All @@ -44,7 +44,7 @@
"@redux-saga/testing-utils": "^1.1.5",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-react-webpack": "^16.8.0",
"@talend/scripts-config-typescript": "^11.3.0",
Expand Down
7 changes: 0 additions & 7 deletions packages/cmf-router/tsconfig.esm.json

This file was deleted.

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

## 10.0.1

### Patch Changes

- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
- Updated dependencies [f321a0d]
- @talend/utils@3.2.2

## 10.0.0

### Major 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 @@ -45,7 +45,7 @@
},
"dependencies": {
"@talend/scripts-cmf": "^1.3.0",
"@talend/utils": "^3.2.0",
"@talend/utils": "^3.2.2",
"commander": "^6.2.1",
"hoist-non-react-statics": "^3.3.2",
"immutable": "^3.8.2",
Expand All @@ -67,7 +67,7 @@
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-jest": "^14.1.0",
"@talend/scripts-config-react-webpack": "^16.8.0",
Expand All @@ -87,5 +87,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.0.0"
"version": "10.0.1"
}
7 changes: 0 additions & 7 deletions packages/cmf/tsconfig.esm.json

This file was deleted.

13 changes: 13 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/react-components

## 17.1.1

### Patch Changes

- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
- Updated dependencies [f321a0d]
- @talend/design-tokens@3.4.1
- @talend/react-bootstrap@3.0.2
- @talend/assets-api@1.5.1
- @talend/icons@7.10.2
- @talend/utils@3.2.2
- @talend/react-a11y@4.0.1

## 17.1.0

### Minor Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@talend/assets-api": "^1.5.0",
"@talend/assets-api": "^1.5.1",
"@talend/bootstrap-theme": "^9.2.0",
"@talend/design-tokens": "^3.4.0",
"@talend/icons": "^7.10.0",
"@talend/react-a11y": "^4.0.0",
"@talend/react-bootstrap": "^3.0.0",
"@talend/utils": "^3.2.1",
"@talend/design-tokens": "^3.4.1",
"@talend/icons": "^7.10.2",
"@talend/react-a11y": "^4.0.1",
"@talend/react-bootstrap": "^3.0.2",
"@talend/utils": "^3.2.2",
"ally.js": "^1.4.1",
"classnames": "^2.5.1",
"d3": "^7.9.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.19",
"@talend/bootstrap-theme": "^9.2.0",
"@talend/design-system": "^11.0.3",
"@talend/design-system": "^11.0.4",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/locales-design-system": "^7.15.1",
Expand All @@ -93,7 +93,7 @@
"@talend/scripts-config-react-webpack": "^16.8.0",
"@talend/scripts-config-storybook-lib": "^5.4.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-core": "^16.5.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.3.1",
"@testing-library/react-hooks": "^8.0.1",
Expand Down Expand Up @@ -131,5 +131,5 @@
"publishConfig": {
"access": "public"
},
"version": "17.1.0"
"version": "17.1.1"
}
8 changes: 0 additions & 8 deletions packages/components/tsconfig.esm.json

This file was deleted.

12 changes: 12 additions & 0 deletions packages/containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/react-containers

## 11.0.3

### Patch Changes

- f321a0d: Remove unused tsconfig.esm.json (initially added to use TSC but we stay with babel at the end)
- Updated dependencies [f321a0d]
- @talend/design-system@11.0.4
- @talend/react-components@17.1.1
- @talend/react-forms@15.0.1
- @talend/utils@3.2.2
- @talend/react-cmf@10.0.1

## 11.0.2

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/design-system": "^11.0.3",
"@talend/react-cmf": "^10.0.0",
"@talend/react-components": "^17.0.1",
"@talend/react-forms": "^15.0.0",
"@talend/utils": "^3.2.1",
"@talend/design-system": "^11.0.4",
"@talend/react-cmf": "^10.0.1",
"@talend/react-components": "^17.1.1",
"@talend/react-forms": "^15.0.1",
"@talend/utils": "^3.2.2",
"classnames": "^2.5.1",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
Expand All @@ -61,15 +61,15 @@
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.19",
"@talend/icons": "^7.10.0",
"@talend/icons": "^7.10.2",
"@talend/locales-tui-components": "^16.0.1",
"@talend/locales-tui-containers": "^9.1.3",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/locales-design-system": "^7.15.1",
"@talend/react-storybook-cmf": "^10.0.0",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-storybook-lib": "^5.4.0",
"@talend/scripts-config-react-webpack": "^16.8.0",
Expand All @@ -95,5 +95,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.0.2"
"version": "11.0.3"
}
9 changes: 0 additions & 9 deletions packages/containers/tsconfig.esm.json

This file was deleted.

Loading

0 comments on commit 398a9f8

Please sign in to comment.