Skip to content

Commit

Permalink
chore: prepare release (#4208)
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 Jul 11, 2022
1 parent 3b9e2a1 commit 1fb065b
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-zoos-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-insects-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-ladybugs-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-bees-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-days-smell.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

## 3.7.0

### Minor Changes

- b8c67b7c0: fix(APIC-827): reset inputCopy state when input value changes

## 3.6.2

### 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": "3.6.2",
"version": "3.7.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions tools/cmf-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-cmf-webpack-plugin

## 6.36.9

### Patch Changes

- d7a69e765: fix: fallback to default output.path if not found

## 6.36.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/cmf-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"publishConfig": {
"access": "public"
},
"version": "6.36.8"
"version": "6.36.9"
}
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.5.3

### Patch Changes

- 0fd9f4c3b: fix: do not copy the same lib multiple times

## 10.5.2

### Patch 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.5.2",
"version": "10.5.3",
"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

## 11.1.0

### Minor Changes

- 6fcd6e9f4: feat: Support .mjs files transform

## 11.0.0

### Major 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": "11.0.0",
"version": "11.1.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions tools/scripts-config-react-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/scripts-config-react-webpack

## 13.1.0

### Minor Changes

- 904bd2040: feat: upgrade why-did-you-render-deps to support react 18

### Patch Changes

- Updated dependencies [d7a69e765]
- Updated dependencies [0fd9f4c3b]
- @talend/react-cmf-webpack-plugin@6.36.9
- @talend/scripts-config-cdn@10.5.3

## 13.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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": "13.0.1",
"version": "13.1.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@sentry/webpack-plugin": "^1.18.9",
"@talend/react-cmf-webpack-plugin": "^6.36.7",
"@talend/react-cmf-webpack-plugin": "^6.36.9",
"@talend/scripts-config-babel": "^9.9.1",
"@talend/scripts-config-cdn": "^10.5.2",
"@talend/scripts-config-cdn": "^10.5.3",
"@talend/scripts-utils": "^1.0.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"@yarnpkg/lockfile": "^1.1.0",
Expand Down

0 comments on commit 1fb065b

Please sign in to comment.