Skip to content

Commit

Permalink
chore: prepare release (#5371)
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 22, 2024
1 parent 38e3c2c commit df93acc
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-onions-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-hotels-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-zebras-tap.md

This file was deleted.

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

## 11.1.0

### Minor Changes

- be457e9: fix(containers): Expose defaultRegistry through ComponentForm.kit

## 11.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@talend/locales-design-system": "^7.15.1",
"@talend/react-storybook-cmf": "^10.0.0",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/eslint-plugin": "^1.3.1",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-storybook-lib": "^5.4.0",
Expand All @@ -95,5 +95,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.0.4"
"version": "11.1.0"
}
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/design-tokens

## 3.4.2

### Patch Changes

- 38e3c2c: Change the default branding logo to Qlik-light style

## 3.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-tokens",
"version": "3.4.1",
"version": "3.4.2",
"description": "Talend Design Tokens",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/eslint-plugin": "^1.3.1",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.8.0",
"@talend/scripts-config-typescript": "^11.3.0",
Expand Down
6 changes: 6 additions & 0 deletions tools/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/eslint-plugin

## 1.3.1

### Patch Changes

- f1c2fdf: Add `btn-inverse` to list of warning for eslint bootstrap classes

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/eslint-plugin",
"version": "1.3.0",
"version": "1.3.1",
"description": "Contains internal rules used at Talend",
"keywords": [
"eslint",
Expand Down

0 comments on commit df93acc

Please sign in to comment.