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 Dec 11, 2023
1 parent 1bc49cd commit 58e5451
Show file tree
Hide file tree
Showing 21 changed files with 114 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-files-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-frogs-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-foxes-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-teachers-add.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/great-ears-pretend.md

This file was deleted.

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

## 2.3.0

### Minor Changes

- 424544a: chore: upgrade date-fns to 2.x and fix

### Patch Changes

- Updated dependencies [1bc49cd]
- Updated dependencies [424544a]
- @talend/utils@2.9.0

## 2.2.1

### Patch 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.8.0"
"@talend/utils": "^2.9.0"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.2",
Expand All @@ -49,5 +49,5 @@
"publishConfig": {
"access": "public"
},
"version": "2.2.1"
"version": "2.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.4.0

### Minor Changes

- 424544a: chore: upgrade date-fns to 2.x and fix

### Patch Changes

- Updated dependencies [1bc49cd]
- Updated dependencies [424544a]
- @talend/utils@2.9.0
- @talend/react-a11y@2.3.0

## 12.3.1

### 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 @@ -38,9 +38,9 @@
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-tokens": "^2.10.1",
"@talend/icons": "^7.3.1",
"@talend/react-a11y": "^2.2.1",
"@talend/react-a11y": "^2.3.0",
"@talend/react-bootstrap": "^2.2.1",
"@talend/utils": "^2.8.0",
"@talend/utils": "^2.9.0",
"ally.js": "^1.4.1",
"classnames": "^2.3.2",
"d3": "^7.8.5",
Expand Down Expand Up @@ -72,14 +72,14 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.2",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-system": "^8.6.1",
"@talend/design-system": "^8.7.0",
"@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.3.3",
"@talend/scripts-config-react-webpack": "^16.4.0",
"@talend/scripts-config-storybook-lib": "^5.2.1",
"@talend/scripts-config-typescript": "^11.2.0",
"@testing-library/jest-dom": "^6.1.5",
Expand Down Expand Up @@ -119,5 +119,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.3.1"
"version": "12.4.0"
}
13 changes: 13 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/design-system

## 8.7.0

### Minor Changes

- 424544a: chore: upgrade date-fns to 2.x and fix

### Patch Changes

- a7b06bc: Fix DS Popover controlled state to allow disclosure props binding
- Updated dependencies [1bc49cd]
- Updated dependencies [424544a]
- @talend/utils@2.9.0

## 8.6.1

### 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.6.1",
"version": "8.7.0",
"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.10.1",
"@talend/utils": "^2.8.0",
"@talend/utils": "^2.9.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.3.3",
"@talend/scripts-config-react-webpack": "^16.4.0",
"@talend/scripts-config-storybook-lib": "^5.2.1",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/storybook-docs": "^2.2.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 13.0.0

### Major Changes

- a7b06bc: Remove @talend/react-bootstrap from Faceted Search package to use DS Popover with controlled state

### Minor Changes

- 424544a: chore: upgrade date-fns to 2.x and fix

### Patch Changes

- Updated dependencies [1bc49cd]
- Updated dependencies [424544a]
- @talend/utils@2.9.0

## 12.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.3.0",
"version": "13.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.8.0",
"@talend/utils": "^2.9.0",
"@talend/design-tokens": "^2.10.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
Expand All @@ -46,7 +46,7 @@
"@storybook/addon-actions": "^7.6.2",
"@storybook/testing-library": "^0.2.2",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-system": "^8.6.1",
"@talend/design-system": "^8.7.0",
"@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.3.3",
"@talend/scripts-config-react-webpack": "^16.4.0",
"@talend/scripts-config-storybook-lib": "^5.2.1",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/ui-playground

## 2.2.2

### Patch Changes

- Updated dependencies [a7b06bc]
- Updated dependencies [a7b06bc]
- Updated dependencies [424544a]
- @talend/design-system@8.7.0
- @talend/react-faceted-search@13.0.0
- @talend/react-components@12.4.0

## 2.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-playground",
"version": "2.2.1",
"version": "2.2.2",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -41,18 +41,18 @@
"@talend/bootstrap-theme": "^8.3.1",
"@talend/react-bootstrap": "^2.2.1",
"@talend/assets-api": "^1.3.1",
"@talend/design-system": "^8.6.1",
"@talend/design-system": "^8.7.0",
"@talend/design-tokens": "^2.10.1",
"@talend/icons": "^7.3.1",
"@talend/locales-tui-components": "^11.4.5",
"@talend/locales-tui-containers": "^9.1.3",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-cmf": "^8.3.1",
"@talend/react-cmf-router": "^6.1.1",
"@talend/react-components": "^12.3.1",
"@talend/react-components": "^12.4.0",
"@talend/react-containers": "^10.3.1",
"@talend/react-dataviz": "^4.2.1",
"@talend/react-faceted-search": "^12.2.1",
"@talend/react-faceted-search": "^13.0.0",
"@talend/react-forms": "^12.3.1",
"history": "^5.3.0",
"i18next": "^23.7.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/storybook-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/ui-storybook-one

## 2.2.2

### Patch Changes

- Updated dependencies [a7b06bc]
- Updated dependencies [a7b06bc]
- Updated dependencies [424544a]
- @talend/design-system@8.7.0
- @talend/react-faceted-search@13.0.0
- @talend/react-components@12.4.0

## 2.2.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-storybook-one",
"version": "2.2.1",
"version": "2.2.2",
"description": "Package containing all stories from talend/ui repository",
"homepage": "https://github.com/Talend/ui#readme",
"main": "src/index.ts",
Expand All @@ -20,12 +20,12 @@
"url": "https://github.com/Talend/ui/issues"
},
"dependencies": {
"@talend/design-system": "^8.6.1",
"@talend/design-system": "^8.7.0",
"@talend/design-tokens": "^2.10.1",
"@talend/react-faceted-search": "^12.2.1",
"@talend/react-faceted-search": "^13.0.0",
"@talend/storybook-docs": "^2.2.1",
"@talend/icons": "^7.3.1",
"@talend/react-components": "^12.3.1",
"@talend/react-components": "^12.4.0",
"@talend/react-forms": "^12.3.1",
"@talend/react-dataviz": "^4.2.1",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@talend/locales-tui-faceted-search": "^11.3.0",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@talend/scripts-config-react-webpack": "^16.4.0",
"@talend/scripts-config-storybook-lib": "^5.2.1",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/scripts-core": "^16.3.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/utils

## 2.9.0

### Minor Changes

- 1bc49cd: fix(): Reduce package size by fixing date-fns import
- 424544a: chore: upgrade date-fns to 2.x and fix

## 2.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/utils",
"version": "2.8.0",
"version": "2.9.0",
"description": "Various utilities",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-config-react-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-config-react-webpack

## 16.4.0

### Minor Changes

- 052b00c: deps: bump fork-ts-checker-webpack-plugin from 8.0.0 to 9.0.2

## 16.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-react-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-react-webpack",
"description": "Webpack configuration for @talend/scripts-core",
"version": "16.3.3",
"version": "16.4.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down

0 comments on commit 58e5451

Please sign in to comment.