Skip to content

Commit

Permalink
chore: prepare release (#5125)
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 Jan 19, 2024
1 parent bfe3b20 commit dc213e8
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-cobras-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-pumas-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-berries-brake.md

This file was deleted.

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

## 14.2.2

### Patch Changes

- bfe3b20: TDOPS-5968 - Fix ListView checkbox alignement
- 941ff4f: feat: add BadgePeriod in faceted search

## 14.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "14.2.1"
"version": "14.2.2"
}
6 changes: 6 additions & 0 deletions packages/faceted-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 16.1.0

### Minor Changes

- 941ff4f: feat: add BadgePeriod in faceted search

## 16.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/faceted-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-faceted-search",
"version": "16.0.0",
"version": "16.1.0",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/react-forms

## 12.6.1

### Patch Changes

- 5269331: TDOPS-5854 - Fix MultiSelectTag widget to remove border from Typeahead component
- Updated dependencies [bfe3b20]
- Updated dependencies [941ff4f]
- @talend/react-components@14.2.2

## 12.6.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@talend/assets-api": "^1.3.1",
"@talend/icons": "^7.3.1",
"@talend/json-schema-form-core": "^1.2.1",
"@talend/react-components": "^14.0.0",
"@talend/react-components": "^14.2.2",
"@talend/design-system": "^8.11.1",
"@talend/design-tokens": "^2.11.0",
"@talend/utils": "^3.0.0",
Expand All @@ -59,7 +59,7 @@
"@storybook/addon-controls": "^7.6.4",
"@talend/bootstrap-theme": "^8.3.1",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-components": "^14.0.0",
"@talend/react-components": "^14.2.2",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.2",
Expand Down Expand Up @@ -93,5 +93,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.6.0"
"version": "12.6.1"
}

0 comments on commit dc213e8

Please sign in to comment.