Skip to content

Commit

Permalink
chore: prepare release (#4263)
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 Aug 3, 2022
1 parent 76c0caf commit 742fb62
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-insects-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-birds-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-moles-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-needles-wave.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/tasty-cows-hear.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- 56e0a9629: remove annoying console log

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1"
"version": "1.2.2"
}
6 changes: 6 additions & 0 deletions packages/cmf-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.2.2

### Patch Changes

- 76c0caf5e: fix(cmf-router): wrong convertion from settings to routes for simple parent routes

## 5.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.2.1",
"version": "5.2.2",
"description": "",
"main": "lib/index.js",
"author": "Talend Frontend <[email protected]> (http://www.talend.com)",
Expand Down
18 changes: 18 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @talend/design-system

## 4.0.1

### Patch Changes

- ae9897897: Using design tokens instead of style components plus fixes in the following components:

- ThemeProvider
- Switch
- Layout
- InlineEditing
- Divider
- ButtonIcon
- Accordion
- Icon

- Updated dependencies [56e0a9629]
- @talend/assets-api@1.2.2

## 4.0.0

### Major 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": "4.0.0",
"version": "4.0.1",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@talend/assets-api": "^1.2.1",
"@talend/assets-api": "^1.2.2",
"@talend/design-tokens": "^2.7.0",
"classnames": "^2.3.1",
"modern-css-reset": "^1.4.0",
Expand Down
6 changes: 6 additions & 0 deletions tools/scripts-config-react-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-config-react-webpack

## 13.3.4

### Patch Changes

- eff548cdb: fix(scripts/sentry): fix inconsistent sentry release version

## 13.3.3

### Patch 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.3.3",
"version": "13.3.4",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
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

## 2.1.1

### Patch Changes

- 7856e6961: angular xlts packages can't be fetched from unpkg.com

## 2.1.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": "2.1.0",
"version": "2.1.1",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down

0 comments on commit 742fb62

Please sign in to comment.