Skip to content

Commit fd68430

Browse files
committed
chore: release v1.2.0
1 parent 8f295b3 commit fd68430

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this template will be documented in this file.
44

5+
## v1.2.0 (2023-11-01)
6+
7+
### Updated
8+
9+
- Updated Bootstrap to latest version(5.3.2)
10+
- Updated SCSS & Mixins as per Bootstrap 5.3.2
11+
12+
### Fixed
13+
14+
- Carousel HTML Structure as per latest Bootstrap
15+
- Minor improvements & Bugfixes
16+
517
## [1.1.1] - [2023-09-27]
618

719
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"html-loader": "~4.2.0",
8686
"js-beautify": "^1.14.8",
8787
"prettier": "^2.8.8",
88-
"sass": "^1.68.0",
88+
"sass": "1.68.0",
8989
"sass-loader": "~13.3.2",
9090
"string-replace-webpack-plugin": "~0.1.3",
9191
"style-loader": "~3.3.3",
@@ -118,4 +118,4 @@
118118
],
119119
"default": "development"
120120
}
121-
}
121+
}

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6008,15 +6008,6 @@ [email protected], sass@^1.49.0:
60086008
immutable "^4.0.0"
60096009
source-map-js ">=0.6.2 <2.0.0"
60106010

6011-
sass@^1.68.0:
6012-
version "1.69.5"
6013-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde"
6014-
integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==
6015-
dependencies:
6016-
chokidar ">=3.0.0 <4.0.0"
6017-
immutable "^4.0.0"
6018-
source-map-js ">=0.6.2 <2.0.0"
6019-
60206011
scheduler@^0.19.1:
60216012
version "0.19.1"
60226013
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"

0 commit comments

Comments
 (0)