Skip to content

Commit

Permalink
chore: prepare release (#4842)
Browse files Browse the repository at this point in the history
* chore: prepare release

* Update packages/theme/CHANGELOG.md

* Update packages/components/CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gbacc <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2023
1 parent 58f8ff6 commit 8d99c7b
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-pots-study.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/popular-bobcats-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-needles-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-ears-invent.md

This file was deleted.

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

## 11.2.1

### Patch Changes

- 58f8ff666: Fix button style for filter bar clear button
- a5348a439: TDOPS-4964 - Fix SidePanel colors
- 82e08d6e5: TDOPS-4890 - Fix Notifications text color
- Updated dependencies [58f8ff666]
- Updated dependencies [a5348a439]
- @talend/bootstrap-theme@8.1.1

## 11.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@talend/bootstrap-theme": "^8.0.0",
"@talend/bootstrap-theme": "^8.1.1",
"@talend/design-tokens": "^2.8.0",
"@talend/react-a11y": "^1.1.0",
"@talend/icons": "^6.58.1",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.16",
"@talend/bootstrap-theme": "^8.0.0",
"@talend/bootstrap-theme": "^8.1.1",
"@talend/design-system": "^7.10.0",
"@talend/icons": "^6.58.1",
"@talend/locales-design-system": "^7.3.0",
Expand Down Expand Up @@ -113,5 +113,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.2.0"
"version": "11.2.1"
}
13 changes: 13 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @talend/react-forms

## 10.2.0

### Minor Changes

- 619d22798: Export component Code

### Patch Changes

- Updated dependencies [58f8ff666]
- Updated dependencies [a5348a439]
- Updated dependencies [82e08d6e5]
- @talend/react-components@11.2.1

## 10.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@talend/assets-api": "^1.2.2",
"@talend/json-schema-form-core": "1.1.1",
"@talend/react-components": "^11.1.0",
"@talend/react-components": "^11.2.1",
"@talend/design-system": "^7.10.0",
"@talend/design-tokens": "^2.7.3",
"@talend/utils": "^2.5.1",
Expand All @@ -58,10 +58,10 @@
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.16",
"@talend/bootstrap-theme": "^8.0.0",
"@talend/bootstrap-theme": "^8.1.1",
"@talend/icons": "^6.58.1",
"@talend/locales-tui-forms": "^9.0.1",
"@talend/react-components": "^11.1.0",
"@talend/react-components": "^11.2.1",
"@talend/scripts-core": "^14.0.0",
"@talend/scripts-config-react-webpack": "^15.4.1",
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -88,5 +88,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.1.0"
"version": "10.2.0"
}
7 changes: 7 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/bootstrap-theme

## 8.1.1

### Patch Changes

- 58f8ff666: Fix focus and active state colors for bootstrap buttons
- a5348a439: TDOPS-4964 - Fix SidePanel colors

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.1.0"
"version": "8.1.1"
}

0 comments on commit 8d99c7b

Please sign in to comment.