Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2023
1 parent 06598a0 commit 5c2169f
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 24 deletions.
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

0 comments on commit 5c2169f

Please sign in to comment.