Skip to content

Commit

Permalink
chore: prepare release (#4251)
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 27, 2022
1 parent f4ba0ef commit 4782293
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .changeset/late-dancers-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-points-knock.md

This file was deleted.

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

## 7.7.0

### Minor Changes

- 4248c2e69: feat(TDC-6290): add List visible columns persistance and columns chooser UX improvements

### Patch Changes

- f4ba0ef47: fix: move ds as peerDependencies

## 7.6.0

### Minor 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 @@ -108,5 +108,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.6.0"
"version": "7.7.0"
}
9 changes: 9 additions & 0 deletions packages/datagrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/react-datagrid

## 12.0.1

### Patch Changes

- f4ba0ef47: fix: move ds as peerDependencies
- Updated dependencies [f4ba0ef47]
- Updated dependencies [4248c2e69]
- @talend/react-components@7.7.0

## 12.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/datagrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@talend/icons": "^6.47.0",
"ag-grid-community": "^28.0.2",
"ag-grid-react": "^28.0.0",
"@talend/react-components": "^7.5.0",
"@talend/react-components": "^7.7.0",
"classnames": "^2.3.1",
"focus-trap-react": "^8.11.3",
"lodash": "^4.17.21"
Expand Down Expand Up @@ -71,5 +71,5 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.0"
"version": "12.0.1"
}
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

## 6.0.1

### Patch Changes

- f4ba0ef47: fix: move ds as peerDependencies

## 6.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.0.0",
"version": "6.0.1",
"description": "Faceted search",
"main": "lib/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@talend/icons": "^6.47.0",
"@talend/locales-tui-components": "^6.44.11",
"@talend/locales-tui-faceted-search": "^4.0.2",
"@talend/react-components": "^7.5.0",
"@talend/react-components": "^7.7.0",
"@talend/scripts-core": "^12.0.0",
"@talend/scripts-preset-react-lib": "^12.0.1",
"babel-plugin-angularjs-annotate": "^0.10.0",
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

## 8.1.1

### Patch Changes

- f4ba0ef47: fix: move ds as peerDependencies
- Updated dependencies [f4ba0ef47]
- Updated dependencies [4248c2e69]
- @talend/react-components@7.7.0

## 8.1.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 @@ -41,7 +41,7 @@
"dependencies": {
"@talend/assets-api": "^1.2.1",
"@talend/json-schema-form-core": "1.1.0",
"@talend/react-components": "^7.5.0",
"@talend/react-components": "^7.7.0",
"@talend/utils": "^2.4.0",
"ajv": "^6.12.6",
"classnames": "^2.3.1",
Expand All @@ -64,7 +64,7 @@
"@talend/design-system": "^4.0.0",
"@talend/icons": "^6.47.0",
"@talend/locales-tui-forms": "^6.41.3",
"@talend/react-components": "^7.5.0",
"@talend/react-components": "^7.7.0",
"@talend/scripts-core": "^12.0.0",
"@talend/scripts-preset-react-lib": "^12.0.1",
"@testing-library/jest-dom": "^5.16.4",
Expand Down Expand Up @@ -94,5 +94,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.1.0"
"version": "8.1.1"
}

0 comments on commit 4782293

Please sign in to comment.