Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
1 parent 9d137cb commit 40681da
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/silent-boxes-pretend.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
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/bootstrap-sass@3.5.0

## 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

0 comments on commit 40681da

Please sign in to comment.