Skip to content

Commit 38e67bc

Browse files
committed
Update to 1.7.8
1 parent 57a2b66 commit 38e67bc

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release Notes
22

3+
[1.7.8]: https://github.com/digikid/gulp-project/releases/tag/1.7.8
4+
5+
## [1.7.8] - 2022-08-30
6+
7+
### Updates
8+
- Update config file for bootstrap@5
9+
10+
### Bug Fixes
11+
- Minor bug fixes, code refactoring
12+
313
[1.7.7]: https://github.com/digikid/gulp-project/releases/tag/1.7.7
414

515
## [1.7.7] - 2022-07-14

gulp/boilerplate/styles/vendor/_bootstrap.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $font-family-base: $font-family;
99
// Configuration
1010
@import '../../../node_modules/bootstrap/scss/functions';
1111
@import '../../../node_modules/bootstrap/scss/variables';
12+
@import '../../../node_modules/bootstrap/scss/maps';
1213
@import '../../../node_modules/bootstrap/scss/mixins';
1314
@import '../../../node_modules/bootstrap/scss/utilities';
1415

@@ -43,9 +44,10 @@ $font-family-base: $font-family;
4344
// @import '../../../node_modules/bootstrap/scss/carousel';
4445
// @import '../../../node_modules/bootstrap/scss/spinners';
4546
// @import '../../../node_modules/bootstrap/scss/offcanvas';
47+
// @import '../../../node_modules/bootstrap/scss/placeholders';
4648

4749
// Helpers
4850
// @import '../../../node_modules/bootstrap/scss/helpers';
4951

50-
// Utilities
51-
// @import '../../../node_modules/bootstrap/scss/utilities/api';
52+
// // Utilities
53+
// @import '../../../node_modules/bootstrap/scss/utilities/api';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "gulp-project",
33
"description": "Automated project build with Gulp and Webpack",
4-
"version": "1.7.7",
5-
"boilerplateVersion": "1.7.7",
4+
"version": "1.7.8",
5+
"boilerplateVersion": "1.7.8",
66
"main": "gulpfile.js",
77
"dependencies": {
88
"@babel/runtime": "^7.16.7",

0 commit comments

Comments
 (0)