Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release #5017

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/heavy-geckos-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-schools-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-seahorses-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-kangaroos-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-goats-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-plums-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-keys-drum.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/swift-flies-drum.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.2.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

## 2.1.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": "2.1.1",
"version": "2.2.0",
"description": "Bootstrap 3 components built with React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
"@testing-library/jest-dom": "^6.1.4",
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.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

## 2.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 @@
"devDependencies": {
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-typescript": "^11.2.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
Expand All @@ -49,5 +49,5 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.0"
"version": "2.2.0"
}
12 changes: 12 additions & 0 deletions packages/cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/react-cmf

## 8.3.0

### Minor Changes

- c508840d1: fix(): Fix security issue on regular expression

### Patch Changes

- 795a12e2d: fix: withoutHOC regex

report says Polynomial regular expression used on uncontrolled data

## 8.2.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": "^13.0.1",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-jest": "^13.1.1",
"@talend/scripts-config-jest": "^14.0.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
"@testing-library/react": "^14.0.0",
"jest-in-case": "^1.0.2",
Expand All @@ -77,5 +77,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.2.0"
"version": "8.3.0"
}
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

## 12.3.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

### Patch Changes

- 795a12e2d: fix: security issue on regexp
- Updated dependencies [24bcb177f]
- @talend/[email protected]
- @talend/[email protected]

## 12.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@talend/bootstrap-theme": "^8.3.0",
"@talend/design-tokens": "^2.10.0",
"@talend/icons": "^7.3.0",
"@talend/react-a11y": "^2.1.0",
"@talend/react-bootstrap": "^2.1.1",
"@talend/react-a11y": "^2.2.0",
"@talend/react-bootstrap": "^2.2.0",
"@talend/utils": "^2.8.0",
"ally.js": "^1.4.1",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -72,12 +72,12 @@
"devDependencies": {
"@storybook/addon-actions": "^7.5.3",
"@talend/bootstrap-theme": "^8.3.0",
"@talend/design-system": "^8.4.0",
"@talend/design-system": "^8.6.0",
"@talend/eslint-config": "^13.0.1",
"@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.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
"@talend/scripts-config-storybook-lib": "^5.2.0",
Expand Down Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.2.0"
"version": "12.3.0"
}
20 changes: 20 additions & 0 deletions packages/containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @talend/react-containers

## 10.3.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

### Patch Changes

- Updated dependencies [24bcb177f]
- Updated dependencies [c508840d1]
- Updated dependencies [bd152f9d4]
- Updated dependencies [a07c9cb0b]
- Updated dependencies [795a12e2d]
- Updated dependencies [795a12e2d]
- @talend/[email protected]
- @talend/[email protected]
- @talend/[email protected]
- @talend/[email protected]
- @talend/[email protected]

## 10.2.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/design-system": "^8.4.0",
"@talend/react-bootstrap": "^2.1.1",
"@talend/react-cmf": "^8.2.0",
"@talend/react-components": "^12.2.0",
"@talend/react-forms": "^12.1.0",
"@talend/design-system": "^8.6.0",
"@talend/react-bootstrap": "^2.2.0",
"@talend/react-cmf": "^8.3.0",
"@talend/react-components": "^12.3.0",
"@talend/react-forms": "^12.3.0",
"@talend/utils": "^2.8.0",
"classnames": "^2.3.2",
"immutable": "^3.8.2",
Expand All @@ -59,7 +59,7 @@
"@talend/react-storybook-cmf": "^8.2.0",
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-storybook-lib": "^5.2.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
Expand All @@ -85,5 +85,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.2.0"
"version": "10.3.0"
}
11 changes: 11 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/design-system

## 8.6.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode
- bd152f9d4: feat(TDC-7378): New enumeration component

### Patch Changes

- a07c9cb0b: TDOPS-5762 - Fix Design System accordion button that would submit a form

## 8.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-system",
"version": "8.5.1",
"version": "8.6.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.3.0",
"@talend/locales-design-system": "^7.15.1",
"@talend/scripts-core": "^16.3.0",
"@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",
Expand Down
12 changes: 12 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 12.2.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

### Patch Changes

- fbbe53b60: Move bootstrap-theme as dependency instead of devDependency
- Updated dependencies [24bcb177f]
- @talend/[email protected]

## 12.1.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/faceted-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-faceted-search",
"version": "12.1.0",
"version": "12.2.0",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@talend/bootstrap-theme": "^8.3.0",
"@talend/daikon-tql-client": "^1.3.1",
"@talend/utils": "^2.8.0",
"@talend/react-bootstrap": "^2.1.1",
"@talend/react-bootstrap": "^2.2.0",
"@talend/design-tokens": "^2.10.0",
"classnames": "^2.3.2",
"date-fns": "^1.30.1",
Expand All @@ -47,15 +47,15 @@
"@storybook/addon-actions": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@talend/bootstrap-theme": "^8.3.0",
"@talend/design-system": "^8.4.0",
"@talend/design-system": "^8.6.0",
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.3.0",
"@talend/locales-tui-components": "^11.4.5",
"@talend/locales-tui-faceted-search": "^11.3.0",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-babel": "^13.2.0",
"@talend/scripts-config-jest": "^13.1.1",
"@talend/scripts-config-jest": "^14.0.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
"@talend/scripts-config-storybook-lib": "^5.2.0",
"@testing-library/react": "^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/flow-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@talend/babel-plugin-assets-api": "^1.2.0",
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-config-jest": "^13.1.1",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-config-jest": "^14.0.0",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
"@testing-library/react": "^14.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @talend/react-forms

## 12.3.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

### Patch Changes

- Updated dependencies [24bcb177f]
- Updated dependencies [bd152f9d4]
- Updated dependencies [a07c9cb0b]
- Updated dependencies [795a12e2d]
- @talend/[email protected]
- @talend/[email protected]
- @talend/[email protected]

## 12.2.0

### Minor Changes
Expand Down
Loading
Loading