Skip to content

Commit

Permalink
chore: prepare release (#5085)
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 22, 2023
1 parent 076147b commit 2b9eae8
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .changeset/red-pens-tickle.md

This file was deleted.

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

## 14.1.0

### Minor Changes

- 076147b: feat: update qlik theme

### Patch Changes

- Updated dependencies [076147b]
- @talend/design-tokens@2.12.0
- @talend/icons@7.4.0

## 14.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 @@ -37,8 +37,8 @@
"@popperjs/core": "^2.11.8",
"@talend/assets-api": "^1.3.1",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/design-tokens": "^2.11.2",
"@talend/icons": "^7.3.1",
"@talend/design-tokens": "^2.12.0",
"@talend/icons": "^7.4.0",
"@talend/react-a11y": "^3.0.0",
"@talend/react-bootstrap": "^2.2.1",
"@talend/utils": "^3.0.0",
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.3",
"@talend/design-system": "^8.9.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.4.2",
"@talend/scripts-config-react-webpack": "^16.5.0",
"@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": "14.0.0"
"version": "14.1.0"
}
11 changes: 11 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/design-system

## 8.9.0

### Minor Changes

- 076147b: feat: update qlik theme

### Patch Changes

- Updated dependencies [076147b]
- @talend/design-tokens@2.12.0

## 8.8.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "8.9.0",
"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.11.2",
"@talend/design-tokens": "^2.12.0",
"@talend/utils": "^3.0.0",
"classnames": "^2.3.2",
"modern-css-reset": "^1.4.0",
Expand Down Expand Up @@ -64,11 +64,11 @@
"@talend/bootstrap-theme": "^8.3.1",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.3.1",
"@talend/icons": "^7.4.0",
"@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.2",
"@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",
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

## 2.12.0

### Minor Changes

- 076147b: feat: update qlik theme

## 2.11.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.11.2",
"version": "2.12.0",
"description": "Talend Design Tokens",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@talend/scripts-config-react-webpack": "^16.5.0",
"@talend/scripts-config-typescript": "^11.2.0",
"@talend/babel-plugin-import-from-index": "^1.6.1",
"@talend/babel-plugin-assets-api": "^1.2.1",
Expand Down
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.4.0

### Minor Changes

- 076147b: feat: update qlik theme

## 7.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.10.1",
"@talend/design-tokens": "^2.12.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^4.3.0",
Expand All @@ -72,5 +72,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.3.1"
"version": "7.4.0"
}
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.5.0

### Minor Changes

- 076147b: feat: update qlik theme

## 16.4.2

### 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.4.2",
"version": "16.5.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down

0 comments on commit 2b9eae8

Please sign in to comment.