Skip to content

Commit

Permalink
chore: prepare release (#4813)
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 26, 2023
1 parent f65073e commit fbc72ef
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-snails-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-parrots-mate.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/long-pigs-lie.md

This file was deleted.

6 changes: 6 additions & 0 deletions fork/module-to-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/module-to-cdn

## 9.9.0

### Minor Changes

- f65073eb9: feat: add ace-builds

## 9.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fork/module-to-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/module-to-cdn",
"version": "9.8.5",
"version": "9.9.0",
"description": "Get cdn config from npm module name",
"license": "MIT",
"repository": "https://github.com/Talend/ui",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-components

## 11.1.0

### Minor Changes

- c15088d3b: TDOPS-4856 - Fix List colors taken from DS tokens

## 11.0.0

### Major 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 @@ -113,5 +113,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.0.0"
"version": "11.1.0"
}
15 changes: 15 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @talend/react-forms

## 10.1.0

### Minor Changes

- f65073eb9: Update react-ace lib and improve its lazy loading.
Fix auto-completion.
Remove the need to add a copy configuration in application to work.

New library no more use _brace_ but _ace-builds_ instead.

### Patch Changes

- Updated dependencies [c15088d3b]
- @talend/react-components@11.1.0

## 10.0.0

### Major 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 @@
"dependencies": {
"@talend/assets-api": "^1.2.2",
"@talend/json-schema-form-core": "1.1.1",
"@talend/react-components": "^11.0.0",
"@talend/react-components": "^11.1.0",
"@talend/design-system": "^7.10.0",
"@talend/design-tokens": "^2.7.3",
"@talend/utils": "^2.5.1",
Expand All @@ -61,7 +61,7 @@
"@talend/bootstrap-theme": "^8.0.0",
"@talend/icons": "^6.58.1",
"@talend/locales-tui-forms": "^9.0.1",
"@talend/react-components": "^11.0.0",
"@talend/react-components": "^11.1.0",
"@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.0.0"
"version": "10.1.0"
}

0 comments on commit fbc72ef

Please sign in to comment.