Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release #4923

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/silent-boxes-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-cups-judge.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/twelve-pears-admire.md

This file was deleted.

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

## 3.5.0

### Minor Changes

- 9d137cb98: \* 275e7da72 2023-08-03 feat(TDOPS-4875): use elevation tokens (#4821)
- bfc02c4fb 2023-07-24 feat(ARCH-720): use design-tokens for colors (#4779)
- c18aabb97 2023-01-12 feat(ARCH-662/scripts-core): move to ESM and remove presets (#4531)
- aa5223cf3 2021-12-20 chore(ARCH-404/CI): decrease time needed (#3564)
- 4842bffc2 2021-11-02 chore: wake up the playground to test UMDs (#3428)
- 667cd0a50 2021-10-05 chore: upgrade dependencies (#3459)

## 3.4.8

### 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.4.8",
"version": "3.5.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
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/react-components

## 11.4.4

### Patch Changes

- 1cb4b7b29: fix(TFD-16296): Add ellipsis on collapsible panel header
- Updated dependencies [9d137cb98]
- @talend/[email protected]

## 11.4.3

### 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 @@ -34,7 +34,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@talend/bootstrap-theme": "^8.1.3",
"@talend/bootstrap-theme": "^8.2.0",
"@talend/design-tokens": "^2.9.0",
"@talend/react-a11y": "^1.1.0",
"@talend/icons": "^6.60.1",
Expand Down Expand Up @@ -69,13 +69,13 @@
},
"devDependencies": {
"@storybook/addon-actions": "^7.4.1",
"@talend/bootstrap-theme": "^8.1.3",
"@talend/bootstrap-theme": "^8.2.0",
"@talend/design-system": "^7.15.1",
"@talend/icons": "^6.60.1",
"@talend/locales-design-system": "^7.3.0",
"@talend/locales-tui-components": "^9.5.0",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/scripts-config-react-webpack": "^16.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
Expand Down Expand Up @@ -113,5 +113,5 @@
"publishConfig": {
"access": "public"
},
"version": "11.4.3"
"version": "11.4.4"
}
11 changes: 11 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/bootstrap-theme

## 8.2.0

### Minor Changes

- 9d137cb98: feat: upgrade some webpack loader

### Patch Changes

- Updated dependencies [9d137cb98]
- @talend/[email protected]

## 8.1.3

### 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.4.8",
"@talend/bootstrap-sass": "^3.5.0",
"@talend/design-tokens": "^2.9.0",
"@talend/icons": "^6.60.1"
},
Expand All @@ -54,5 +54,5 @@
"publishConfig": {
"access": "public"
},
"version": "8.1.3"
"version": "8.2.0"
}
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.1.0

### Minor Changes

- 9d137cb98: feat: upgrade some webpack loader

## 16.0.0

### Major 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.0.0",
"version": "16.1.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
Loading