Skip to content

Commit

Permalink
chore: prepare release (#5083)
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 20, 2023
1 parent e095335 commit fb1af4d
Show file tree
Hide file tree
Showing 31 changed files with 201 additions and 80 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-dodos-tan.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/two-bugs-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-fans-taste.md

This file was deleted.

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

## 3.0.0

### Major Changes

- 922e3eb: deps: bump date-fns to 3.X

### Patch Changes

- Updated dependencies [922e3eb]
- @talend/utils@3.0.0

## 2.3.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 @@ -24,7 +24,7 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/utils": "^2.9.0"
"@talend/utils": "^3.0.0"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.2",
Expand All @@ -49,5 +49,5 @@
"publishConfig": {
"access": "public"
},
"version": "2.3.0"
"version": "3.0.0"
}
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.2

### Patch Changes

- Updated dependencies [922e3eb]
- @talend/utils@3.0.0
- @talend/react-cmf@8.3.3

## 10.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
"dependencies": {
"@talend/react-cmf": "^8.3.1",
"@talend/utils": "^2.8.0",
"@talend/react-cmf": "^8.3.3",
"@talend/utils": "^3.0.0",
"immutable": "^3.8.2",
"redux-saga": "^1.2.3"
},
Expand All @@ -42,7 +42,7 @@
"@talend/eslint-plugin": "^1.1.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-react-webpack": "^16.4.2",
"@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.1"
"version": "10.1.2"
}
7 changes: 7 additions & 0 deletions packages/cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/react-cmf

## 8.3.3

### Patch Changes

- Updated dependencies [922e3eb]
- @talend/utils@3.0.0

## 8.3.2

### Patch 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 @@ -33,7 +33,7 @@
},
"dependencies": {
"@talend/scripts-cmf": "^1.2.3",
"@talend/utils": "^2.8.0",
"@talend/utils": "^3.0.0",
"commander": "^6.2.1",
"hoist-non-react-statics": "^3.3.2",
"immutable": "^3.8.2",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@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",
"@talend/scripts-config-react-webpack": "^16.4.2",
"@testing-library/react": "^14.1.2",
"jest-in-case": "^1.0.2",
"jsdoc": "^3.6.11",
Expand All @@ -78,5 +78,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.3.2"
"version": "8.3.3"
}
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

## 14.0.0

### Major Changes

- 922e3eb: deps: bump date-fns to 3.X

### Patch Changes

- e095335: fix: elevation layer on headerbar
- Updated dependencies [922e3eb]
- @talend/utils@3.0.0
- @talend/react-a11y@3.0.0

## 13.1.6

### Patch 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 @@ -39,9 +39,9 @@
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-tokens": "^2.11.2",
"@talend/icons": "^7.3.1",
"@talend/react-a11y": "^2.3.0",
"@talend/react-a11y": "^3.0.0",
"@talend/react-bootstrap": "^2.2.1",
"@talend/utils": "^2.9.0",
"@talend/utils": "^3.0.0",
"ally.js": "^1.4.1",
"classnames": "^2.3.2",
"d3": "^7.8.5",
Expand Down Expand Up @@ -73,14 +73,14 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.4",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-system": "^8.8.2",
"@talend/design-system": "^8.8.3",
"@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.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.4.0",
"@talend/scripts-config-react-webpack": "^16.4.2",
"@talend/scripts-config-storybook-lib": "^5.3.0",
"@talend/scripts-config-typescript": "^11.2.0",
"@testing-library/jest-dom": "^6.1.5",
Expand Down Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "13.1.6"
"version": "14.0.0"
}
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

## 10.5.1

### Patch Changes

- Updated dependencies [e095335]
- Updated dependencies [922e3eb]
- @talend/react-components@14.0.0
- @talend/utils@3.0.0
- @talend/react-forms@12.5.1
- @talend/react-cmf@8.3.3
- @talend/design-system@8.8.3

## 10.5.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.8.0",
"@talend/react-cmf": "^8.3.1",
"@talend/react-components": "^13.1.0",
"@talend/react-forms": "^12.5.0",
"@talend/utils": "^2.8.0",
"@talend/design-system": "^8.8.3",
"@talend/react-cmf": "^8.3.3",
"@talend/react-components": "^14.0.0",
"@talend/react-forms": "^12.5.1",
"@talend/utils": "^3.0.0",
"classnames": "^2.3.2",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
Expand All @@ -61,7 +61,7 @@
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-storybook-lib": "^5.3.0",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@talend/scripts-config-react-webpack": "^16.4.2",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"i18next": "^23.7.7",
Expand All @@ -84,5 +84,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.5.0"
"version": "10.5.1"
}
12 changes: 12 additions & 0 deletions packages/dataviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 5.0.0

### Major Changes

- 922e3eb: deps: bump date-fns to 3.X

### Patch Changes

- Updated dependencies [e095335]
- Updated dependencies [922e3eb]
- @talend/react-components@14.0.0

## 4.2.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/dataviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-dataviz",
"version": "4.2.2",
"version": "5.0.0",
"description": "Talend charts and visualization components",
"main": "lib/index.js",
"mainSrc": "src/index.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@talend/assets-api": "^1.3.1",
"@talend/react-components": "^13.0.0",
"@talend/react-components": "^14.0.0",
"@talend/design-tokens": "^2.10.1",
"classnames": "^2.3.2",
"d3": "^7.8.5",
Expand All @@ -50,16 +50,16 @@
"@cypress/react": "^7.0.3",
"@cypress/webpack-dev-server": "^3.7.1",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-system": "^8.6.1",
"@talend/design-system": "^8.8.3",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.3.1",
"@talend/locales-tui-components": "^11.4.5",
"@talend/locales-tui-dataviz": "^3.0.1",
"@talend/react-components": "^13.0.0",
"@talend/react-components": "^14.0.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-react-webpack": "^16.4.2",
"@talend/scripts-config-storybook-lib": "^5.2.1",
"@talend/scripts-config-typescript": "^11.2.0",
"@testing-library/react": "^14.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/design-system

## 8.8.3

### Patch Changes

- Updated dependencies [922e3eb]
- @talend/utils@3.0.0

## 8.8.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.8.2",
"version": "8.8.3",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@floating-ui/react": "^0.24.8",
"@talend/assets-api": "^1.3.1",
"@talend/design-tokens": "^2.11.2",
"@talend/utils": "^2.9.0",
"@talend/utils": "^3.0.0",
"classnames": "^2.3.2",
"modern-css-reset": "^1.4.0",
"react-transition-group": "^2.9.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@talend/locales-design-system": "^7.15.1",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.4.0",
"@talend/scripts-config-react-webpack": "^16.4.2",
"@talend/scripts-config-storybook-lib": "^5.3.0",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/storybook-docs": "^2.3.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 15.0.0

### Major Changes

- 922e3eb: deps: bump date-fns to 3.X

### Patch Changes

- Updated dependencies [e095335]
- Updated dependencies [922e3eb]
- @talend/react-components@14.0.0
- @talend/utils@3.0.0

## 14.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": "14.1.0",
"version": "15.0.0",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@talend/bootstrap-theme": "^8.3.1",
"@talend/daikon-tql-client": "^1.3.1",
"@talend/utils": "^2.9.0",
"@talend/utils": "^3.0.0",
"@talend/design-tokens": "^2.11.0",
"classnames": "^2.3.2",
"date-fns": "^3.0.0",
Expand All @@ -46,7 +46,7 @@
"@storybook/addon-actions": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-system": "^8.8.0",
"@talend/design-system": "^8.8.3",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.3.1",
Expand All @@ -55,7 +55,7 @@
"@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.4.0",
"@talend/scripts-config-react-webpack": "^16.4.2",
"@talend/scripts-config-storybook-lib": "^5.3.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
Expand All @@ -69,7 +69,7 @@
},
"peerDependencies": {
"@talend/design-system": "^8.4.0",
"@talend/react-components": "^13.0.0",
"@talend/react-components": "^14.0.0",
"i18next": "^23.7.7",
"prop-types": "^15.5.10",
"react": ">= 16.14.0",
Expand Down
Loading

0 comments on commit fb1af4d

Please sign in to comment.