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 #5003

Merged
merged 1 commit into from
Nov 24, 2023
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/little-mangos-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-shoes-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-coats-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-peas-dress.md

This file was deleted.

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

## 8.4.0

### Minor Changes

- 4dc277f42: feat: allow token override with theme provider

## 8.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "8.4.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-config-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 10.9.1

### Patch Changes

- 06598a0c0: fix(TDP-12694): require valid package-lock file path

## 10.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/scripts-config-cdn",
"version": "10.9.0",
"version": "10.9.1",
"description": "Provide a simple API to inject CDN config into existing webpack configuration",
"main": "cdn.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-config-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-config-jest

## 13.1.1

### Patch Changes

- 06598a0c0: fix(TDP-12694): broken applyBabelTransformOn after pnpm use-case

## 13.1.0

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

## 12.1.2

### Patch Changes

- 5455b6517: fix: prettier configuration for sort imports

## 12.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/scripts-config-prettier",
"version": "12.1.1",
"version": "12.1.2",
"description": "Shared Prettier config",
"main": ".prettierrc.js",
"homepage": "https://github.com/Talend/ui/tree/master/packages/ui-scripts#readme",
Expand Down
Loading