Skip to content

Commit

Permalink
chore: prepare release (#4864)
Browse files Browse the repository at this point in the history
  • Loading branch information
build-travis-ci authored Sep 1, 2023
1 parent a904f35 commit aec34a5
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-clouds-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-beers-change.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/tame-birds-hang.md

This file was deleted.

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

## 9.9.1

### Patch Changes

- d465adb68: fix: ace code editor

Issue1: 404 on react-ace min in dev mode.
The copy of the assets during the build is not able to support different forlders and this is the case for react-ace.
The getUMD point to the production version (becaue of babel) but we are in dev so this make a 404.
Fix: point to prod for both versions

Issue 2: function f is not defined (trace in ace-build).
Fix: pin ace-builds in react-forms because there is a bug in the latest version

## 9.9.0

### Minor 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.9.0",
"version": "9.9.1",
"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.3.0

### Minor Changes

- a6ac16f28: TDOPS-4488 - Allow to have links in VirtualList in Title cell and dedicated Link cell

## 11.2.3

### 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 @@ -114,5 +114,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.2.3"
"version": "11.3.0"
}
17 changes: 17 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @talend/react-forms

## 10.2.1

### Patch Changes

- d465adb68: fix: ace code editor

Issue1: 404 on react-ace min in dev mode.
The copy of the assets during the build is not able to support different forlders and this is the case for react-ace.
The getUMD point to the production version (becaue of babel) but we are in dev so this make a 404.
Fix: point to prod for both versions

Issue 2: function f is not defined (trace in ace-build).
Fix: pin ace-builds in react-forms because there is a bug in the latest version

- Updated dependencies [a6ac16f28]
- @talend/react-components@11.3.0

## 10.2.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 @@
"dependencies": {
"@talend/assets-api": "^1.2.2",
"@talend/json-schema-form-core": "1.1.1",
"@talend/react-components": "^11.2.1",
"@talend/react-components": "^11.3.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.1.1",
"@talend/icons": "^6.58.1",
"@talend/locales-tui-forms": "^9.0.1",
"@talend/react-components": "^11.2.1",
"@talend/react-components": "^11.3.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.2.0"
"version": "10.2.1"
}
21 changes: 21 additions & 0 deletions tools/scripts-config-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## 10.8.0

### Minor Changes

- a904f3535: feat(tdc-7256): changed react-stepper style-version range

### Patch Changes

- d465adb68: fix: ace code editor

Issue1: 404 on react-ace min in dev mode.
The copy of the assets during the build is not able to support different forlders and this is the case for react-ace.
The getUMD point to the production version (becaue of babel) but we are in dev so this make a 404.
Fix: point to prod for both versions

Issue 2: function f is not defined (trace in ace-build).
Fix: pin ace-builds in react-forms because there is a bug in the latest version

- Updated dependencies [d465adb68]
- @talend/module-to-cdn@9.9.1

## 10.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts-config-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/scripts-config-cdn",
"version": "10.7.0",
"version": "10.8.0",
"description": "Provide a simple API to inject CDN config into existing webpack configuration",
"main": "cdn.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@talend/dynamic-cdn-webpack-plugin": "^13.0.1",
"@talend/module-to-cdn": "^9.8.5",
"@talend/module-to-cdn": "^9.9.1",
"@yarnpkg/lockfile": "^1.1.0",
"js-yaml": "^3.14.1",
"read-pkg-up": "^7.0.1"
Expand Down

0 comments on commit aec34a5

Please sign in to comment.