Skip to content

Commit

Permalink
chore: prepare release (#5268)
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 Apr 19, 2024
1 parent da2218d commit abfd72c
Show file tree
Hide file tree
Showing 19 changed files with 73 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-eyes-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-seas-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-bikes-hope.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/real-toes-try.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/seven-bananas-perform.md

This file was deleted.

9 changes: 9 additions & 0 deletions fork/json-schema-form-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @talend/json-schema-form-core

## 1.2.5

### Patch Changes

- 779fc8c: - JSFC is a fork of https://github.com/json-schema-form/json-schema-form-core : its place is in the Fork folder
- Remove local copy of json-refs and use package instead
- add missing type to fix ts compilation error
- add a polyfill for json-refs: path-browserify

## 1.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fork/json-schema-form-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/json-schema-form-core",
"version": "1.2.4",
"version": "1.2.5",
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
"main": "dist/index.js",
"mainSrc": "src/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@talend/babel-plugin-import-from-index": "^1.7.1",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@talend/scripts-config-typescript": "^11.2.1",
"@talend/scripts-core": "^16.3.6",
"@types/chai": "^3.5.2",
Expand Down
6 changes: 6 additions & 0 deletions fork/react-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [v0.32.5]

## 2.2.3

### Patch Changes

- d332ab1: Fix imports and typing

## 2.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fork/react-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-bootstrap",
"version": "2.2.2",
"version": "2.2.3",
"description": "Bootstrap 3 components built with React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/cmf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-cmf

## 8.4.2

### Patch Changes

- d332ab1: Fix imports and typing

## 8.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-jest": "^14.0.2",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@testing-library/react": "^14.2.1",
"jest-in-case": "^1.0.2",
"jsdoc": "^4.0.2",
Expand All @@ -78,5 +78,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.4.1"
"version": "8.4.2"
}
11 changes: 11 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/design-system

## 10.4.0

### Minor Changes

- da2218d: chore: remove bootstrap-theme dependency from QualityBar and RatioBar components

### Patch Changes

- Updated dependencies [48865e5]
- @talend/design-tokens@3.2.0

## 10.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-system",
"version": "10.3.0",
"version": "10.4.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@floating-ui/react": "^0.24.8",
"@talend/assets-api": "^1.3.2",
"@talend/design-tokens": "^3.1.1",
"@talend/design-tokens": "^3.2.0",
"@talend/utils": "^3.0.4",
"classnames": "^2.5.1",
"modern-css-reset": "^1.4.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@talend/locales-design-system": "^7.15.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@talend/scripts-config-storybook-lib": "^5.3.1",
"@talend/scripts-config-typescript": "^11.2.1",
"@talend/storybook-docs": "^2.4.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/design-tokens

## 3.2.0

### Minor Changes

- 48865e5: feat: change logo for Qlik theme

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-tokens",
"version": "3.1.1",
"version": "3.2.0",
"description": "Talend Design Tokens",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@talend/scripts-config-typescript": "^11.2.1",
"@talend/babel-plugin-import-from-index": "^1.7.1",
"@talend/babel-plugin-assets-api": "^1.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/react-forms

## 14.0.3

### Patch Changes

- d332ab1: Fix imports and typing
- Updated dependencies [48865e5]
- Updated dependencies [da2218d]
- Updated dependencies [779fc8c]
- @talend/design-tokens@3.2.0
- @talend/design-system@10.4.0
- @talend/json-schema-form-core@1.2.5

## 14.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"dependencies": {
"@talend/assets-api": "^1.3.2",
"@talend/icons": "^7.7.1",
"@talend/json-schema-form-core": "^1.2.3",
"@talend/json-schema-form-core": "^1.2.5",
"@talend/react-components": "^16.0.1",
"@talend/design-system": "^10.1.0",
"@talend/design-tokens": "^3.1.1",
"@talend/design-system": "^10.4.0",
"@talend/design-tokens": "^3.2.0",
"@talend/utils": "^3.0.4",
"ace-builds": "1.10.1",
"ajv": "^6.12.6",
Expand All @@ -63,7 +63,7 @@
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@talend/scripts-config-storybook-lib": "^5.3.1",
"@talend/scripts-config-typescript": "^11.2.1",
"@testing-library/jest-dom": "^6.4.2",
Expand Down Expand Up @@ -92,5 +92,5 @@
"publishConfig": {
"access": "public"
},
"version": "14.0.2"
"version": "14.0.3"
}
6 changes: 6 additions & 0 deletions tools/scripts-config-react-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/scripts-config-react-webpack

## 16.6.0

### Minor Changes

- 8c34fb1: feat: add jsx file extension support

## 16.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-react-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-react-webpack",
"description": "Webpack configuration for @talend/scripts-core",
"version": "16.5.1",
"version": "16.6.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down

0 comments on commit abfd72c

Please sign in to comment.