Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release #5371

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading