Skip to content

Commit

Permalink
chore: prepare release (#4715)
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 May 16, 2023
1 parent fca736c commit d32db3c
Show file tree
Hide file tree
Showing 26 changed files with 124 additions and 86 deletions.
5 changes: 0 additions & 5 deletions .changeset/bidon-changeset.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/early-seas-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/group-L-patch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/group-M-patch.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/hot-icons-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-lemons-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-lemons-fly.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/seven-rabbits-run.md

This file was deleted.

6 changes: 6 additions & 0 deletions fork/module-to-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/module-to-cdn

## 9.8.5

### Patch Changes

- fed80967c: - UUID removed umd with version 9.0.0

## 9.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fork/module-to-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/module-to-cdn",
"version": "9.8.4",
"version": "9.8.5",
"description": "Get cdn config from npm module name",
"license": "MIT",
"repository": "https://github.com/Talend/ui",
Expand Down
28 changes: 28 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @talend/react-components

## 10.3.3

### Patch Changes

- 52d4f2df3: test: rewrite tests using testing-library of the following components:

- ResourceList
- ResourcePicker
- Rich
- SidePanel
- Skeleton
- Slider
- SubHeaderBar

- b326091d2: Fix config of i18n in packages/storybook and upgrade versions of locales in others packages
- 85b04cc81: test(List): rewrite using RTL
- 9719af7af: test: rewrite test using RTL of the following components:

- ObjectViewer
- OverlayTrigger
- PieChart
- RadarChart
- RatioBar

- Updated dependencies [fca736c31]
- Updated dependencies [fca736c31]
- @talend/icons@6.58.1

## 10.3.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@popperjs/core": "^2.11.6",
"@talend/bootstrap-theme": "^7.0.1",
"@talend/react-a11y": "^1.1.0",
"@talend/icons": "^6.58.0",
"@talend/icons": "^6.58.1",
"@talend/utils": "^2.5.0",
"ally.js": "^1.4.1",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -70,8 +70,8 @@
"devDependencies": {
"@storybook/addon-actions": "^6.5.16",
"@talend/bootstrap-theme": "^7.0.1",
"@talend/design-system": "^7.7.3",
"@talend/icons": "^6.58.0",
"@talend/design-system": "^7.9.0",
"@talend/icons": "^6.58.1",
"@talend/locales-design-system": "^7.3.0",
"@talend/locales-tui-components": "^9.5.0",
"@talend/scripts-core": "^13.1.3",
Expand Down Expand Up @@ -114,5 +114,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.3.2"
"version": "10.3.3"
}
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

## 9.1.1

### Patch Changes

- b326091d2: Fix config of i18n in packages/storybook and upgrade versions of locales in others packages
- Updated dependencies [52d4f2df3]
- Updated dependencies [b326091d2]
- Updated dependencies [85b04cc81]
- Updated dependencies [9719af7af]
- @talend/react-components@10.3.3
- @talend/react-forms@9.2.1

## 9.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@talend/react-cmf": "^7.3.0",
"@talend/react-components": "^10.3.0",
"@talend/react-forms": "^9.2.0",
"@talend/react-components": "^10.3.3",
"@talend/react-forms": "^9.2.1",
"@talend/utils": "^2.5.0",
"classnames": "^2.3.2",
"immutable": "^3.8.2",
Expand All @@ -50,7 +50,7 @@
"devDependencies": {
"@storybook/addon-actions": "^6.5.16",
"@talend/bootstrap-theme": "^7.0.1",
"@talend/icons": "^6.57.0",
"@talend/icons": "^6.58.1",
"@talend/locales-tui-containers": "^8.0.2",
"@talend/react-storybook-cmf": "^7.2.0",
"@talend/scripts-core": "^13.1.3",
Expand All @@ -74,5 +74,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.1.0"
"version": "9.1.1"
}
11 changes: 11 additions & 0 deletions packages/dataviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.9.1

### Patch Changes

- b326091d2: Fix config of i18n in packages/storybook and upgrade versions of locales in others packages
- Updated dependencies [52d4f2df3]
- Updated dependencies [b326091d2]
- Updated dependencies [85b04cc81]
- Updated dependencies [9719af7af]
- @talend/react-components@10.3.3

## 2.9.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/dataviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-dataviz",
"version": "2.9.0",
"version": "2.9.1",
"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.2.2",
"@talend/react-components": "^10.3.0",
"@talend/react-components": "^10.3.3",
"@talend/design-tokens": "^2.7.3",
"classnames": "^2.3.2",
"d3": "^7.8.2",
Expand All @@ -48,10 +48,10 @@
},
"devDependencies": {
"@talend/bootstrap-theme": "^7.0.1",
"@talend/icons": "^6.57.0",
"@talend/icons": "^6.58.1",
"@talend/locales-tui-components": "^9.5.0",
"@talend/locales-tui-dataviz": "^0.4.6",
"@talend/react-components": "^10.3.0",
"@talend/react-components": "^10.3.3",
"@talend/scripts-core": "^13.1.3",
"@testing-library/react": "^12.1.5",
"@types/classnames": "^2.3.1",
Expand Down
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

## 7.9.0

### Minor Changes

- 7a9f88147: chore(TFD-15534): Add status to accordion header

## 7.8.0

### Minor 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": "7.8.0",
"version": "7.9.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@storybook/theming": "^6.5.16",
"@svgr/webpack": "^5.5.0",
"@talend/bootstrap-theme": "^7.0.1",
"@talend/icons": "^6.57.0",
"@talend/icons": "^6.58.1",
"@talend/locales-design-system": "^7.3.0",
"@talend/scripts-core": "^13.1.3",
"@testing-library/cypress": "^9.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 9.2.1

### Patch Changes

- b326091d2: Fix config of i18n in packages/storybook and upgrade versions of locales in others packages

## 9.2.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": "9.2.0",
"version": "9.2.1",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -46,11 +46,11 @@
"@storybook/addon-actions": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@talend/bootstrap-theme": "^7.0.1",
"@talend/design-system": "^7.7.1",
"@talend/icons": "^6.55.0",
"@talend/design-system": "^7.9.0",
"@talend/icons": "^6.58.1",
"@talend/locales-tui-components": "^9.5.0",
"@talend/locales-tui-faceted-search": "^8.1.0",
"@talend/react-components": "^10.3.0",
"@talend/react-components": "^10.3.3",
"@talend/scripts-core": "^13.1.2",
"babel-plugin-angularjs-annotate": "^0.10.0",
"cross-env": "^7.0.3",
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

## 9.2.1

### Patch Changes

- b326091d2: Fix config of i18n in packages/storybook and upgrade versions of locales in others packages
- Updated dependencies [52d4f2df3]
- Updated dependencies [b326091d2]
- Updated dependencies [7a9f88147]
- Updated dependencies [85b04cc81]
- Updated dependencies [9719af7af]
- @talend/react-components@10.3.3
- @talend/design-system@7.9.0

## 9.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@talend/assets-api": "^1.2.2",
"@talend/json-schema-form-core": "1.1.1",
"@talend/react-components": "^10.3.0",
"@talend/design-system": "^7.7.2",
"@talend/react-components": "^10.3.3",
"@talend/design-system": "^7.9.0",
"@talend/utils": "^2.5.0",
"ajv": "^6.12.6",
"classnames": "^2.3.2",
Expand All @@ -59,9 +59,9 @@
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-controls": "^6.5.16",
"@talend/bootstrap-theme": "^7.0.1",
"@talend/icons": "^6.57.0",
"@talend/icons": "^6.58.1",
"@talend/locales-tui-forms": "^9.0.1",
"@talend/react-components": "^10.3.2",
"@talend/react-components": "^10.3.3",
"@talend/scripts-core": "^13.1.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
Expand Down Expand Up @@ -89,5 +89,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.2.0"
"version": "9.2.1"
}
7 changes: 7 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/icons

## 6.58.1

### Patch Changes

- fca736c31: changed icon `group` in size `L`
- fca736c31: changed icon `group` in size `M`

## 6.58.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.58.0"
"version": "6.58.1"
}
8 changes: 8 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/ui-storybook

## 1.1.3

### Patch Changes

- b326091d2: Fix config of i18n in packages/storybook and upgrade versions of locales in others packages
- Updated dependencies [7a9f88147]
- @talend/design-system@7.9.0

## 1.1.2

### Patch Changes
Expand Down
Loading

0 comments on commit d32db3c

Please sign in to comment.