Skip to content

Commit 69ffc63

Browse files
authored
Merge branch 'master' into ci/chore/upgrade-dependencies
2 parents 66cb189 + df93acc commit 69ffc63

File tree

9 files changed

+23
-20
lines changed

9 files changed

+23
-20
lines changed

.changeset/itchy-onions-refuse.md

-5
This file was deleted.

.changeset/large-hotels-nail.md

-5
This file was deleted.

.changeset/light-zebras-tap.md

-5
This file was deleted.

packages/containers/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/react-containers
22

3+
## 11.1.0
4+
5+
### Minor Changes
6+
7+
- be457e9: fix(containers): Expose defaultRegistry through ComponentForm.kit
8+
39
## 11.0.4
410

511
### Patch Changes

packages/containers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@talend/locales-design-system": "^7.15.1",
6969
"@talend/react-storybook-cmf": "^10.0.0",
7070
"@talend/eslint-config": "^13.2.0",
71-
"@talend/eslint-plugin": "^1.3.0",
71+
"@talend/eslint-plugin": "^1.3.1",
7272
"@talend/scripts-core": "^16.5.1",
7373
"@talend/scripts-config-babel": "^13.5.0",
7474
"@talend/scripts-config-storybook-lib": "^5.4.0",
@@ -95,5 +95,5 @@
9595
"publishConfig": {
9696
"access": "public"
9797
},
98-
"version": "11.0.4"
98+
"version": "11.1.0"
9999
}

packages/design-tokens/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/design-tokens
22

3+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- 38e3c2c: Change the default branding logo to Qlik-light style
8+
39
## 3.4.1
410

511
### Patch Changes

packages/design-tokens/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/design-tokens",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "Talend Design Tokens",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@talend/eslint-config": "^13.2.0",
61-
"@talend/eslint-plugin": "^1.3.0",
61+
"@talend/eslint-plugin": "^1.3.1",
6262
"@talend/scripts-core": "^16.5.1",
6363
"@talend/scripts-config-react-webpack": "^16.8.0",
6464
"@talend/scripts-config-typescript": "^11.3.0",

tools/eslint-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @talend/eslint-plugin
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- f1c2fdf: Add `btn-inverse` to list of warning for eslint bootstrap classes
8+
39
## 1.3.0
410

511
### Minor Changes

tools/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/eslint-plugin",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Contains internal rules used at Talend",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)