Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2023
1 parent 24bcb17 commit 8841419
Show file tree
Hide file tree
Showing 24 changed files with 121 additions and 56 deletions.
11 changes: 0 additions & 11 deletions .changeset/heavy-geckos-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-keys-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"
}
4 changes: 2 additions & 2 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 Down
12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/react-components

## 12.3.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

### Patch Changes

- Updated dependencies [24bcb177f]
- @talend/react-bootstrap@2.2.0
- @talend/react-a11y@2.2.0

## 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"
}
14 changes: 14 additions & 0 deletions packages/containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @talend/react-containers

## 10.3.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

### Patch Changes

- Updated dependencies [24bcb177f]
- @talend/design-system@8.6.0
- @talend/react-bootstrap@2.2.0
- @talend/react-components@12.3.0
- @talend/react-forms@12.3.0

## 10.2.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 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/design-system": "^8.6.0",
"@talend/react-bootstrap": "^2.2.0",
"@talend/react-cmf": "^8.2.0",
"@talend/react-components": "^12.2.0",
"@talend/react-forms": "^12.1.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"
}
6 changes: 6 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/design-system

## 8.6.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

## 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 @@ -65,7 +65,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
11 changes: 11 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 12.2.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

### Patch Changes

- Updated dependencies [24bcb177f]
- @talend/react-bootstrap@2.2.0

## 12.1.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 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 @@ -35,7 +35,7 @@
"dependencies": {
"@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 @@ -46,16 +46,16 @@
"@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/react-components": "^12.2.0",
"@talend/scripts-core": "^16.3.0",
"@talend/react-components": "^12.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
13 changes: 13 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/react-forms

## 12.3.0

### Minor Changes

- 24bcb177f: Remove usage of lib keyCode

### Patch Changes

- Updated dependencies [24bcb177f]
- @talend/design-system@8.6.0
- @talend/react-bootstrap@2.2.0
- @talend/react-components@12.3.0

## 12.2.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@talend/assets-api": "^1.3.0",
"@talend/icons": "^7.3.0",
"@talend/json-schema-form-core": "^1.2.0",
"@talend/react-components": "^12.2.0",
"@talend/design-system": "^8.5.0",
"@talend/react-components": "^12.3.0",
"@talend/design-system": "^8.6.0",
"@talend/design-tokens": "^2.10.0",
"@talend/react-bootstrap": "^2.1.1",
"@talend/react-bootstrap": "^2.2.0",
"@talend/utils": "^2.8.0",
"ace-builds": "1.10.1",
"ajv": "^6.12.6",
Expand All @@ -60,10 +60,10 @@
"@storybook/addon-controls": "^7.5.3",
"@talend/bootstrap-theme": "^8.3.0",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-components": "^12.2.0",
"@talend/react-components": "^12.3.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-react-webpack": "^16.3.2",
"@talend/scripts-config-storybook-lib": "^5.2.0",
Expand Down Expand Up @@ -94,5 +94,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.2.0"
"version": "12.3.0"
}
4 changes: 2 additions & 2 deletions packages/router-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"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-jest": "^13.1.1",
"@talend/scripts-config-jest": "^14.0.0",
"@talend/scripts-config-react-webpack": "^16.3.1",
"connected-react-router": "^6.9.3",
"history": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"@talend/eslint-config": "^13.0.1",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.0",
"@talend/scripts-config-jest": "^13.1.1",
"@talend/scripts-core": "^16.3.1",
"@talend/scripts-config-jest": "^14.0.0",
"@talend/scripts-config-stylelint": "^4.1.0",
"@talend/scripts-config-typescript": "^11.2.0",
"@types/date-fns": "^0.0.2",
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-config-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-config-jest

## 14.0.0

### Major Changes

- 24bcb177f: chore: bump testing-library to 6.x

## 13.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-jest",
"description": "Jest configuration for @talend/scripts-core",
"version": "13.1.1",
"version": "14.0.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions tools/scripts-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/scripts-core

## 16.3.1

### Patch Changes

- Updated dependencies [24bcb177f]
- @talend/scripts-config-jest@14.0.0

## 16.3.0

### Minor Changes
Expand Down
Loading

0 comments on commit 8841419

Please sign in to comment.