Skip to content

Commit

Permalink
chore: prepare release (#5134)
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 24, 2024
1 parent b29255c commit 7da9a50
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/panel-left-L-minor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/panel-left-M-minor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/panel-left-S-minor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-spoons-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-bees-worry.md

This file was deleted.

6 changes: 6 additions & 0 deletions fork/bootstrap-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0

### Major Changes

- 9f9fc07: chore: remove font-size override (this should not impact the apps as it's done also on the design-system provider)

## 3.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fork/bootstrap-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/bootstrap-sass",
"version": "3.5.1",
"version": "4.0.0",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/react-components

## 14.2.3

### Patch Changes

- fa6ca55: fix(DFD-491): Fix header bar and layout styles
- Updated dependencies [c317063]
- Updated dependencies [c317063]
- Updated dependencies [c317063]
- @talend/icons@7.5.0
- @talend/bootstrap-theme@8.4.2

## 14.2.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@talend/assets-api": "^1.3.1",
"@talend/bootstrap-theme": "^8.4.1",
"@talend/bootstrap-theme": "^8.4.2",
"@talend/design-tokens": "^2.12.0",
"@talend/icons": "^7.4.0",
"@talend/icons": "^7.5.0",
"@talend/react-a11y": "^3.0.0",
"@talend/react-bootstrap": "^2.2.1",
"@talend/utils": "^3.0.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.4",
"@talend/bootstrap-theme": "^8.4.1",
"@talend/bootstrap-theme": "^8.4.2",
"@talend/design-system": "^8.9.0",
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
Expand Down Expand Up @@ -120,5 +120,5 @@
"publishConfig": {
"access": "public"
},
"version": "14.2.2"
"version": "14.2.3"
}
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/icons

## 7.5.0

### Minor Changes

- c317063: added icon `panel-left` in size `L`
- c317063: added icon `panel-left` in size `M`
- c317063: added icon `panel-left` in size `S`

## 7.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
"publishConfig": {
"access": "public"
},
"version": "7.4.1"
"version": "7.5.0"
}
7 changes: 7 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @talend/bootstrap-theme

## 8.4.2

### Patch Changes

- Updated dependencies [9f9fc07]
- @talend/bootstrap-sass@4.0.0

## 8.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/bootstrap-sass": "^3.5.1",
"@talend/bootstrap-sass": "^4.0.0",
"@talend/design-tokens": "^2.10.1"
},
"devDependencies": {
Expand Down Expand Up @@ -55,5 +55,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.4.1"
"version": "8.4.2"
}

0 comments on commit 7da9a50

Please sign in to comment.