Skip to content

Commit

Permalink
chore: prepare release (#5206)
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 Feb 26, 2024
1 parent 5a621b1 commit bf62964
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-fishes-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-fishes-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-owls-sing.md

This file was deleted.

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

## 15.3.0

### Minor Changes

- 5a621b1: Components - Switch components dates to use design system inputs

## 15.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.4",
"@talend/bootstrap-theme": "^9.1.0",
"@talend/design-system": "^9.7.0",
"@talend/design-system": "^9.7.2",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/locales-design-system": "^7.15.1",
Expand Down Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "15.2.6"
"version": "15.3.0"
}
6 changes: 6 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/design-system

## 9.7.2

### Patch Changes

- e374251: TMC-26227 - Fix design system loading icon on safari browser

## 9.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/design-system",
"version": "9.7.1",
"version": "9.7.2",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/jsfc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/json-schema-form-core

## 1.2.2

### Patch Changes

- 5d631f2: TMC-27327 - Fix input number validation to display correct error message

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jsfc/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.1",
"version": "1.2.2",
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
"main": "dist/index.js",
"mainSrc": "src/index.js",
Expand Down

0 comments on commit bf62964

Please sign in to comment.