Skip to content

Commit

Permalink
chore: prepare release (#4221)
Browse files Browse the repository at this point in the history
  • Loading branch information
build-travis-ci authored Jul 21, 2022
1 parent 55e6501 commit 0e33c1c
Show file tree
Hide file tree
Showing 27 changed files with 69 additions and 65 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-seas-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-points-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-ducks-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-beds-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-jars-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-tigers-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-bats-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-shoes-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-readers-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-gorillas-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-candles-hunt.md

This file was deleted.

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

## 11.1.0

### Minor Changes

- 2b1ff2f48: Bump ag-grid to v28

## 11.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/datagrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@talend/design-system": "^3.7.0",
"@talend/design-system": "^3.8.0",
"@talend/icons": "^6.47.0",
"@talend/locales-tui-datagrid": "^6.36.5",
"@talend/scripts-core": "^12.0.0",
Expand All @@ -74,5 +74,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.0.1"
"version": "11.1.0"
}
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.8.0

### Minor Changes

- 06bee44bf: feat(design-system): set switch font to prevent inheritance

## 3.7.0

### Minor 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.7.0",
"version": "3.8.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/react-forms

## 8.0.2

### Patch Changes

- a85993977: fix(UIForm): keep defaultProps created by withTranslation
- Updated dependencies [06bee44bf]
- @talend/design-system@3.8.0

## 8.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@talend/assets-api": "^1.2.1",
"@talend/design-system": "^3.7.0",
"@talend/design-system": "^3.8.0",
"@talend/json-schema-form-core": "1.1.0",
"@talend/react-components": "^7.3.1",
"@talend/utils": "^2.4.0",
Expand Down Expand Up @@ -93,5 +93,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.0.1"
"version": "8.0.2"
}
6 changes: 6 additions & 0 deletions tools/scripts-cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-cmf

## 1.0.2

### Patch Changes

- ab1a6e983: fix: add missing dependencies

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-cmf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-cmf",
"description": "@talend/react-cmf scripts to manage CMF settings",
"version": "1.0.1",
"version": "1.0.2",
"main": "cmf-settings.js",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions tools/scripts-config-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @talend/scripts-config-jest

## 11.2.0

### Minor Changes

- ab1a6e983: feat: mock ResizeObserver

### Patch Changes

- 4d8636214: expose jsdom as global variable in jest environment

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

## 13.3.0

### Minor Changes

- 104d3ed50: upgrade source-map-loader

### Patch Changes

- 104d3ed50: fix: activate sourceMap in dev

## 13.2.0

### Minor 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": "13.2.0",
"version": "13.3.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions tools/scripts-config-storybook-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/scripts-config-storybook-lib

## 2.1.0

### Minor Changes

- e6fb534c2: Disable bundle-analyze-plugin to speed up build
- 55e65015a: Add @storybook/jest dependency

## 2.0.1

### Patch 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": "2.0.1",
"version": "2.1.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions tools/upgrade-deps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/upgrade-deps

## 1.5.0

### Minor Changes

- f162ec2fa: feat: add support for package-lock.json

## 1.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/upgrade-deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/upgrade-deps",
"version": "1.4.2",
"version": "1.5.0",
"description": "CLI to help management of dependencies",
"bin": {
"talend-upgrade-deps": "./bin/cli.js"
Expand Down

0 comments on commit 0e33c1c

Please sign in to comment.