Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release #5466

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eight-worms-clean.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-shoes-carry.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tricky-cobras-fold.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cmf-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 7.1.0

### Minor Changes

- ea14b87: Fix Dependabot alerts

### Patch Changes

- Updated dependencies [ea14b87]
- @talend/[email protected]

## 7.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cmf-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-cmf-router",
"version": "7.0.1",
"version": "7.1.0",
"description": "",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
Expand All @@ -25,7 +25,7 @@
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/react-cmf": "^10.0.1",
"@talend/react-cmf": "^10.1.0",
"connected-react-router": "^6.9.3",
"history": "^5.3.0",
"lodash": "^4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-cmf

## 10.1.0

### Minor Changes

- ea14b87: Fix Dependabot alerts

## 10.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.0.2"
"version": "10.1.0"
}
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-components

## 17.3.1

### Patch Changes

- 5168318: fix: update floating-ui lib

## 17.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.20",
"@talend/bootstrap-theme": "^9.3.0",
"@talend/design-system": "^11.3.0",
"@talend/design-system": "^11.4.0",
"@talend/eslint-config": "^13.2.1",
"@talend/eslint-plugin": "^1.3.1",
"@talend/locales-design-system": "^7.15.1",
"@talend/locales-tui-components": "^16.0.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-config-storybook-lib": "^5.4.0",
"@talend/scripts-config-storybook-lib": "^5.5.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/scripts-core": "^16.5.1",
"@testing-library/jest-dom": "^6.6.2",
Expand Down Expand Up @@ -130,5 +130,5 @@
"publishConfig": {
"access": "public"
},
"version": "17.3.0"
"version": "17.3.1"
}
14 changes: 14 additions & 0 deletions packages/containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @talend/react-containers

## 11.3.0

### Minor Changes

- ea14b87: Fix Dependabot alerts

### Patch Changes

- Updated dependencies [5168318]
- Updated dependencies [ea14b87]
- @talend/[email protected]
- @talend/[email protected]
- @talend/[email protected]

## 11.2.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/design-system": "^11.0.8",
"@talend/react-cmf": "^10.0.2",
"@talend/react-components": "^17.2.1",
"@talend/design-system": "^11.4.0",
"@talend/react-cmf": "^10.1.0",
"@talend/react-components": "^17.3.1",
"@talend/react-forms": "^15.1.0",
"@talend/utils": "^3.2.3",
"classnames": "^2.5.1",
Expand All @@ -71,7 +71,7 @@
"@talend/eslint-plugin": "^1.3.1",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-storybook-lib": "^5.4.0",
"@talend/scripts-config-storybook-lib": "^5.5.0",
"@talend/scripts-config-react-webpack": "^16.8.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -95,5 +95,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.2.1"
"version": "11.3.0"
}
10 changes: 10 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @talend/design-system

## 11.4.0

### Minor Changes

- ea14b87: Fix Dependabot alerts

### Patch Changes

- 5168318: fix: update floating-ui lib

## 11.3.1

### Patch 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": "11.3.1",
"version": "11.4.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-config-storybook-lib": "^5.4.0",
"@talend/scripts-config-storybook-lib": "^5.5.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/storybook-docs": "^2.5.1",
"@testing-library/cypress": "^10.0.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/playground-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/ui-playground

## 0.1.2

### Patch Changes

- ea14b87: Fix Dependabot alerts
- Updated dependencies [5168318]
- Updated dependencies [ea14b87]
- @talend/[email protected]
- @talend/[email protected]
- @talend/[email protected]
- @talend/[email protected]
- @talend/[email protected]

## 0.1.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/playground-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/ui-playground-vite",
"version": "0.1.1",
"version": "0.1.2",
"description": "Showcase Talend/UI",
"private": true,
"type": "module",
Expand Down Expand Up @@ -48,17 +48,17 @@
"dependencies": {
"@talend/assets-api": "^1.5.1",
"@talend/bootstrap-theme": "^9.2.2",
"@talend/design-system": "^11.0.8",
"@talend/design-system": "^11.4.0",
"@talend/design-tokens": "^3.4.3",
"@talend/icons": "^7.10.3",
"@talend/locales-tui-components": "^16.0.1",
"@talend/locales-tui-containers": "^9.1.3",
"@talend/locales-tui-faceted-search": "^11.3.0",
"@talend/locales-tui-forms": "^15.2.0",
"@talend/react-cmf": "^10.0.1",
"@talend/react-cmf-router": "^7.0.1",
"@talend/react-components": "^17.1.3",
"@talend/react-containers": "^11.2.0",
"@talend/react-cmf": "^10.1.0",
"@talend/react-cmf-router": "^7.1.0",
"@talend/react-components": "^17.3.1",
"@talend/react-containers": "^11.3.0",
"@talend/react-dataviz": "^7.0.1",
"@talend/react-faceted-search": "^21.0.0",
"@talend/react-forms": "^15.1.0",
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-config-storybook-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-config-storybook-lib

## 5.5.0

### Minor Changes

- ea14b87: Fix Dependabot alerts

## 5.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-storybook-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-storybook-lib",
"description": "Storybook configuration for @talend/scripts-core",
"version": "5.4.0",
"version": "5.5.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-locales/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-locales

## 1.2.1

### Patch Changes

- ea14b87: Fix Dependabot alerts

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-locales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/scripts-locales",
"version": "1.2.0",
"version": "1.2.1",
"description": "manage locales in the project",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-publish-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-publish-local

## 1.4.1

### Patch Changes

- ea14b87: Fix Dependabot alerts

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-publish-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/scripts-publish-local",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"bin": {
"talend-publish-local": "./bin/cli.js"
Expand Down
Loading