Skip to content

Commit

Permalink
chore: prepare release (#5143)
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 Jan 26, 2024
1 parent b1c72a1 commit 6ebc79a
Show file tree
Hide file tree
Showing 28 changed files with 168 additions and 60 deletions.
6 changes: 0 additions & 6 deletions .changeset/swift-beers-play.md

This file was deleted.

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

## 15.0.1

### Patch Changes

- Updated dependencies [b1c72a1]
- @talend/design-tokens@3.0.0
- @talend/bootstrap-theme@9.0.0

## 15.0.0

### Major 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,8 +36,8 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@talend/assets-api": "^1.3.1",
"@talend/bootstrap-theme": "^8.5.0",
"@talend/design-tokens": "^2.12.0",
"@talend/bootstrap-theme": "^9.0.0",
"@talend/design-tokens": "^3.0.0",
"@talend/icons": "^7.6.0",
"@talend/react-a11y": "^3.0.0",
"@talend/react-bootstrap": "^2.2.1",
Expand Down Expand Up @@ -72,8 +72,8 @@
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.4",
"@talend/bootstrap-theme": "^8.5.0",
"@talend/design-system": "^9.0.0",
"@talend/bootstrap-theme": "^9.0.0",
"@talend/design-system": "^9.0.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/locales-design-system": "^7.15.1",
Expand Down Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "15.0.0"
"version": "15.0.1"
}
8 changes: 8 additions & 0 deletions packages/dataviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.0.1

### Patch Changes

- Updated dependencies [b1c72a1]
- @talend/design-tokens@3.0.0
- @talend/react-components@15.0.1

## 6.0.0

### Major 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.0.0",
"version": "6.0.1",
"description": "Talend charts and visualization components",
"main": "lib/index.js",
"mainSrc": "src/index.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@talend/assets-api": "^1.3.1",
"@talend/react-components": "^15.0.0",
"@talend/design-tokens": "^2.10.1",
"@talend/react-components": "^15.0.1",
"@talend/design-tokens": "^3.0.0",
"classnames": "^2.3.2",
"d3": "^7.8.5",
"date-fns": "^3.0.0",
Expand All @@ -49,13 +49,13 @@
"devDependencies": {
"@cypress/react": "^7.0.3",
"@cypress/webpack-dev-server": "^3.7.1",
"@talend/design-system": "^9.0.0",
"@talend/design-system": "^9.0.1",
"@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": "^15.0.0",
"@talend/react-components": "^15.0.1",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.4.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/design-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/design-docs

## 4.0.1

### Patch Changes

- Updated dependencies [b1c72a1]
- @talend/design-tokens@3.0.0
- @talend/design-system@9.0.1
- @talend/storybook-docs@2.3.1

## 4.0.0

### Major 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.0.0",
"version": "4.0.1",
"description": "Package containing design.talend.com stories",
"homepage": "https://github.com/Talend/ui#readme",
"main": "src/index.ts",
Expand All @@ -23,9 +23,9 @@
"@algolia/autocomplete-js": "^1.12.2",
"@storybook/blocks": "^7.6.4",
"@storybook/react": "^7.6.4",
"@talend/design-system": "^9.0.0",
"@talend/design-tokens": "^2.11.0",
"@talend/storybook-docs": "^2.3.0",
"@talend/design-system": "^9.0.1",
"@talend/design-tokens": "^3.0.0",
"@talend/storybook-docs": "^2.3.1",
"@talend/icons": "^7.3.1",
"algoliasearch": "^4.20.0",
"classnames": "^2.3.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

## 9.0.1

### Patch Changes

- Updated dependencies [b1c72a1]
- @talend/design-tokens@3.0.0

## 9.0.0

### Major 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": "9.0.0",
"version": "9.0.1",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@floating-ui/react": "^0.24.8",
"@talend/assets-api": "^1.3.1",
"@talend/design-tokens": "^2.12.1",
"@talend/design-tokens": "^3.0.0",
"@talend/utils": "^3.0.0",
"classnames": "^2.3.2",
"modern-css-reset": "^1.4.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@talend/scripts-config-react-webpack": "^16.5.0",
"@talend/scripts-config-storybook-lib": "^5.3.0",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/storybook-docs": "^2.3.0",
"@talend/storybook-docs": "^2.3.1",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/design-tokens

## 3.0.0

### Major Changes

- b1c72a1: `rem` values have been updated to correspond to the new `rem` base (16px) define by the design system

## 2.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-tokens",
"version": "2.12.1",
"version": "3.0.0",
"description": "Talend Design Tokens",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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

## 17.0.1

### Patch Changes

- Updated dependencies [b1c72a1]
- @talend/design-tokens@3.0.0

## 17.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": "17.0.0",
"version": "17.0.1",
"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": "^3.0.0",
"@talend/design-tokens": "^2.11.0",
"@talend/design-tokens": "^3.0.0",
"classnames": "^2.3.2",
"date-fns": "^3.0.0",
"invariant": "^2.2.4",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@talend/design-system": "^9.0.0",
"@talend/design-system": "^9.0.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/flow-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 6.1.2

### Patch Changes

- Updated dependencies [b1c72a1]
- @talend/design-tokens@3.0.0

## 6.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/flow-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/react-flow-designer",
"description": "Flow designer for react and redux",
"version": "6.1.1",
"version": "6.1.2",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"reselect": "^4.1.8"
},
"dependencies": {
"@talend/design-tokens": "^2.10.1",
"@talend/design-tokens": "^3.0.0",
"classnames": "^2.3.2",
"d3": "^7.8.5",
"invariant": "^2.2.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/react-forms

## 13.0.1

### Patch Changes

- Updated dependencies [b1c72a1]
- @talend/design-tokens@3.0.0
- @talend/react-components@15.0.1
- @talend/design-system@9.0.1

## 13.0.0

### Major 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,9 +38,9 @@
"@talend/assets-api": "^1.3.1",
"@talend/icons": "^7.3.1",
"@talend/json-schema-form-core": "^1.2.1",
"@talend/react-components": "^15.0.0",
"@talend/design-system": "^9.0.0",
"@talend/design-tokens": "^2.11.0",
"@talend/react-components": "^15.0.1",
"@talend/design-system": "^9.0.1",
"@talend/design-tokens": "^3.0.0",
"@talend/utils": "^3.0.0",
"ace-builds": "1.10.1",
"ajv": "^6.12.6",
Expand All @@ -57,9 +57,9 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.4",
"@storybook/addon-controls": "^7.6.4",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/bootstrap-theme": "^9.0.0",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-components": "^15.0.0",
"@talend/react-components": "^15.0.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.2",
Expand Down Expand Up @@ -93,5 +93,5 @@
"publishConfig": {
"access": "public"
},
"version": "13.0.0"
"version": "13.0.1"
}
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@talend/babel-plugin-assets-api": "^1.2.1",
"@talend/babel-plugin-import-from-index": "^1.6.1",
"@talend/scripts-config-storybook-lib": "^5.2.1",
"@talend/design-tokens": "^2.12.0",
"@talend/design-tokens": "^3.0.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^4.3.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/ui-playground

## 2.3.4

### Patch Changes

- Updated dependencies [b1c72a1]
- @talend/design-tokens@3.0.0
- @talend/bootstrap-theme@9.0.0
- @talend/react-components@15.0.1
- @talend/react-dataviz@6.0.1
- @talend/design-system@9.0.1
- @talend/react-faceted-search@17.0.1
- @talend/react-forms@13.0.1

## 2.3.3

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.3.3",
"version": "2.3.4",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
Expand Down Expand Up @@ -38,21 +38,21 @@
"webpack": "^5.89.0"
},
"dependencies": {
"@talend/bootstrap-theme": "^8.3.1",
"@talend/bootstrap-theme": "^9.0.0",
"@talend/assets-api": "^1.3.1",
"@talend/design-system": "^9.0.0",
"@talend/design-tokens": "^2.10.1",
"@talend/design-system": "^9.0.1",
"@talend/design-tokens": "^3.0.0",
"@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.3",
"@talend/react-cmf-router": "^6.1.1",
"@talend/react-components": "^15.0.0",
"@talend/react-components": "^15.0.1",
"@talend/react-containers": "^10.6.1",
"@talend/react-dataviz": "^6.0.0",
"@talend/react-faceted-search": "^17.0.0",
"@talend/react-forms": "^13.0.0",
"@talend/react-dataviz": "^6.0.1",
"@talend/react-faceted-search": "^17.0.1",
"@talend/react-forms": "^13.0.1",
"history": "^5.3.0",
"i18next": "^23.7.7",
"prop-types": "^15.8.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/react-stepper

## 11.0.1

### Patch Changes

- Updated dependencies [b1c72a1]
- @talend/design-tokens@3.0.0
- @talend/react-components@15.0.1
- @talend/design-system@9.0.1

## 11.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 6ebc79a

Please sign in to comment.