Skip to content

Commit

Permalink
chore: prepare release (#5117)
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 Jan 15, 2024
1 parent 7d73eb9 commit 2a65607
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-wasps-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-colts-fly.md

This file was deleted.

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

## 10.6.0

### Minor Changes

- 7d73eb9: TDOPS-5724 - Remove bootstrap theme styling and dependency from packages

### Patch Changes

- Updated dependencies [19304cd]
- @talend/design-system@8.11.0

## 10.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/design-system": "^8.8.3",
"@talend/design-system": "^8.11.0",
"@talend/react-cmf": "^8.3.3",
"@talend/react-components": "^14.0.0",
"@talend/react-forms": "^12.5.1",
Expand Down Expand Up @@ -83,5 +83,5 @@
"publishConfig": {
"access": "public"
},
"version": "10.5.1"
"version": "10.6.0"
}
6 changes: 6 additions & 0 deletions packages/dataviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.0

### Minor Changes

- 7d73eb9: TDOPS-5724 - Remove bootstrap theme styling and dependency from packages

## 5.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dataviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-dataviz",
"version": "5.0.0",
"version": "5.1.0",
"description": "Talend charts and visualization components",
"main": "lib/index.js",
"mainSrc": "src/index.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@cypress/react": "^7.0.3",
"@cypress/webpack-dev-server": "^3.7.1",
"@talend/design-system": "^8.8.3",
"@talend/design-system": "^8.11.0",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/icons": "^7.3.1",
Expand Down
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

## 8.11.0

### Minor Changes

- 19304cd: fix(DFD-563): Add data-testid prefix for inline editing

## 8.10.0

### Minor 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": "8.10.0",
"version": "8.11.0",
"description": "Talend Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 2a65607

Please sign in to comment.