Skip to content

Commit

Permalink
release/2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mleutenegger committed Sep 13, 2022
1 parent 6a56609 commit 11b75f7
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 60 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


<a name="2.4.0"></a>
## [2.4.0] - 2022-09-13
### 🍰 Added
- Default .htaccess template for deployment action
- `allow-plugins` for composer

### 🗑 Removed
- no platform informations in composer.json anymore

### 🧬 Dependencies
- Bump bootstrap from 5.2.0-beta1 to 5.2.0 ([#103](https://github.com/syntro-opensource/silverstripe-ssto/issues/103))
- Update syntro/silverstripe-seo requirement from 2.1.1 to 2.2.0 ([#101](https://github.com/syntro-opensource/silverstripe-ssto/issues/101))
- Bump [@syntro](https://github.com/syntro)-opensource/webpack-config from 1.3.1 to 1.3.2 ([#102](https://github.com/syntro-opensource/silverstripe-ssto/issues/102))
- Bump [@syntro](https://github.com/syntro)-opensource/webpack-config from 1.3.0 to 1.3.1 ([#100](https://github.com/syntro-opensource/silverstripe-ssto/issues/100))


<a name="2.3.0"></a>
## [2.3.0] - 2022-06-30
### 🐞 Fixed
Expand Down Expand Up @@ -193,7 +209,8 @@ recipe-elemental-bootstrap ](https://github.com/syntro-opensource/recipe-element
- Merge pull request [#4](https://github.com/syntro-opensource/silverstripe-ssto/issues/4) from syntro-opensource/dependabot/composer/syntro/recipe-elemental-bootstrap-0.1.1


[Unreleased]: https://github.com/syntro-opensource/silverstripe-ssto/compare/2.3.0...HEAD
[Unreleased]: https://github.com/syntro-opensource/silverstripe-ssto/compare/2.4.0...HEAD
[2.4.0]: https://github.com/syntro-opensource/silverstripe-ssto/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/syntro-opensource/silverstripe-ssto/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/syntro-opensource/silverstripe-ssto/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/syntro-opensource/silverstripe-ssto/compare/2.0.0...2.1.0
Expand Down
2 changes: 1 addition & 1 deletion app/client/dist/global/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/client/dist/global/bundle.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/client/dist/global/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/client/dist/global/bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.2.0-beta1 (https://getbootstrap.com/)
* Bootstrap v5.2.0 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
2 changes: 1 addition & 1 deletion app/client/dist/global/bundle.js.map

Large diffs are not rendered by default.

78 changes: 24 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11b75f7

Please sign in to comment.