Skip to content

Commit

Permalink
chore: prepare release (#5285)
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 Apr 24, 2024
1 parent e521344 commit 0ff493f
Show file tree
Hide file tree
Showing 28 changed files with 146 additions and 81 deletions.
13 changes: 0 additions & 13 deletions .changeset/early-dolphins-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-eels-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-fishes-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-hounds-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-icons-check.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/wet-eagles-grin.md

This file was deleted.

6 changes: 6 additions & 0 deletions fork/json-schema-form-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/json-schema-form-core

## 1.2.6

### Patch Changes

- f546896: Fix: improve call of use in sass files + fix ts lint

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fork/json-schema-form-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/json-schema-form-core",
"version": "1.2.5",
"version": "1.2.6",
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
"main": "dist/index.js",
"mainSrc": "src/index.js",
Expand Down
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

## 16.1.1

### Patch Changes

- a10f800: Fix: remove tilde for @use in sass files
- ceb4faf: Timer Picker overlay will now close when time is valid using keyboard
- f546896: Fix: improve call of use in sass files + fix ts lint
- Updated dependencies [a10f800]
- Updated dependencies [e521344]
- Updated dependencies [f546896]
- @talend/bootstrap-theme@9.1.3
- @talend/icons@7.7.2

## 16.1.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 @@ -36,9 +36,9 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@talend/assets-api": "^1.3.2",
"@talend/bootstrap-theme": "^9.1.1",
"@talend/bootstrap-theme": "^9.1.3",
"@talend/design-tokens": "^3.1.1",
"@talend/icons": "^7.7.1",
"@talend/icons": "^7.7.2",
"@talend/react-a11y": "^3.0.1",
"@talend/react-bootstrap": "^2.2.2",
"@talend/utils": "^3.0.4",
Expand Down Expand Up @@ -72,8 +72,8 @@
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.17",
"@talend/bootstrap-theme": "^9.1.1",
"@talend/design-system": "^10.3.0",
"@talend/bootstrap-theme": "^9.1.3",
"@talend/design-system": "^10.4.2",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/locales-design-system": "^7.15.1",
Expand Down Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "16.1.0"
"version": "16.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

## 6.1.4

### Patch Changes

- a10f800: Fix: remove tilde for @use in sass files
- f546896: Fix: improve call of use in sass files + fix ts lint
- Updated dependencies [a10f800]
- Updated dependencies [ceb4faf]
- Updated dependencies [f546896]
- @talend/react-components@16.1.1

## 6.1.3

### 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": "6.1.3",
"version": "6.1.4",
"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.2",
"@talend/react-components": "^16.0.0",
"@talend/react-components": "^16.1.1",
"@talend/design-tokens": "^3.1.1",
"classnames": "^2.5.1",
"d3": "^7.8.5",
Expand All @@ -49,13 +49,13 @@
"devDependencies": {
"@cypress/react": "^7.0.3",
"@cypress/webpack-dev-server": "^3.7.4",
"@talend/design-system": "^10.0.0",
"@talend/design-system": "^10.4.2",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/icons": "^7.7.1",
"@talend/icons": "^7.7.2",
"@talend/locales-tui-components": "^11.4.5",
"@talend/locales-tui-dataviz": "^3.0.1",
"@talend/react-components": "^16.0.0",
"@talend/react-components": "^16.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/design-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @talend/design-docs

## 4.1.3

### Patch Changes

- a10f800: Fix: remove tilde for @use in sass files
- f546896: Fix: improve call of use in sass files + fix ts lint
- Updated dependencies [a10f800]
- Updated dependencies [4713998]
- Updated dependencies [25fb283]
- Updated dependencies [e521344]
- Updated dependencies [f546896]
- @talend/storybook-docs@2.4.2
- @talend/design-system@10.4.2
- @talend/icons@7.7.2

## 4.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/design-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-docs",
"version": "4.1.2",
"version": "4.1.3",
"description": "Package containing design.talend.com stories",
"homepage": "https://github.com/Talend/ui#readme",
"main": "src/index.ts",
Expand All @@ -23,10 +23,10 @@
"@algolia/autocomplete-js": "^1.17.0",
"@storybook/blocks": "^7.6.17",
"@storybook/react": "^7.6.17",
"@talend/design-system": "^10.0.0",
"@talend/design-system": "^10.4.2",
"@talend/design-tokens": "^3.1.1",
"@talend/storybook-docs": "^2.4.1",
"@talend/icons": "^7.7.1",
"@talend/storybook-docs": "^2.4.2",
"@talend/icons": "^7.7.2",
"algoliasearch": "^4.22.1",
"classnames": "^2.5.1",
"color-contrast-checker": "^2.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/design-system

## 10.4.2

### Patch Changes

- a10f800: Fix: remove tilde for @use in sass files
- 4713998: Fix issue with Select component being recreated instead of updated
- 25fb283: Allow Design System dropdown to have custom data-test attributes
- f546896: Fix: improve call of use in sass files + fix ts lint

## 10.4.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": "10.4.1",
"version": "10.4.2",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,14 +63,14 @@
"@svgr/webpack": "^5.5.0",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/icons": "^7.7.1",
"@talend/icons": "^7.7.2",
"@talend/locales-design-system": "^7.15.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@talend/scripts-config-storybook-lib": "^5.3.1",
"@talend/scripts-config-typescript": "^11.2.1",
"@talend/storybook-docs": "^2.4.1",
"@talend/storybook-docs": "^2.4.2",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.4.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 19.0.1

### Patch Changes

- a10f800: Fix: remove tilde for @use in sass files
- f546896: Fix: improve call of use in sass files + fix ts lint

## 19.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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": "19.0.0",
"version": "19.0.1",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -44,10 +44,10 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@talend/design-system": "^10.0.0",
"@talend/design-system": "^10.4.2",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/icons": "^7.7.1",
"@talend/icons": "^7.7.2",
"@talend/locales-tui-components": "^11.4.5",
"@talend/locales-tui-faceted-search": "^11.3.0",
"@talend/scripts-core": "^16.3.5",
Expand Down
17 changes: 17 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @talend/react-forms

## 14.0.4

### Patch Changes

- a10f800: Fix: remove tilde for @use in sass files
- f546896: Fix: improve call of use in sass files + fix ts lint
- Updated dependencies [a10f800]
- Updated dependencies [4713998]
- Updated dependencies [25fb283]
- Updated dependencies [e521344]
- Updated dependencies [ceb4faf]
- Updated dependencies [f546896]
- @talend/design-system@10.4.2
- @talend/react-components@16.1.1
- @talend/icons@7.7.2
- @talend/json-schema-form-core@1.2.6

## 14.0.3

### Patch 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 @@ -36,10 +36,10 @@
},
"dependencies": {
"@talend/assets-api": "^1.3.2",
"@talend/icons": "^7.7.1",
"@talend/json-schema-form-core": "^1.2.5",
"@talend/react-components": "^16.0.1",
"@talend/design-system": "^10.4.0",
"@talend/icons": "^7.7.2",
"@talend/json-schema-form-core": "^1.2.6",
"@talend/react-components": "^16.1.1",
"@talend/design-system": "^10.4.2",
"@talend/design-tokens": "^3.2.0",
"@talend/utils": "^3.0.4",
"ace-builds": "1.10.1",
Expand All @@ -58,7 +58,7 @@
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-controls": "^7.6.17",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-components": "^16.0.1",
"@talend/react-components": "^16.1.1",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-core": "^16.3.5",
Expand Down Expand Up @@ -92,5 +92,5 @@
"publishConfig": {
"access": "public"
},
"version": "14.0.3"
"version": "14.0.4"
}
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/icons

## 7.7.2

### Patch Changes

- e521344: Update Talend logo and favicon with the new grey 'talend' wordmark.

## 7.7.1

### Patch 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 @@ -72,5 +72,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.7.1"
"version": "7.7.2"
}
14 changes: 14 additions & 0 deletions packages/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @talend/react-stepper

## 11.1.3

### Patch Changes

- a10f800: Fix: remove tilde for @use in sass files
- f546896: Fix: improve call of use in sass files + fix ts lint
- Updated dependencies [a10f800]
- Updated dependencies [4713998]
- Updated dependencies [25fb283]
- Updated dependencies [ceb4faf]
- Updated dependencies [f546896]
- @talend/design-system@10.4.2
- @talend/react-components@16.1.1

## 11.1.2

### Patch Changes
Expand Down
Loading

0 comments on commit 0ff493f

Please sign in to comment.