Skip to content

Commit 2012a93

Browse files
authored
πŸ”€ Merge pull request #4 from clean-css/clean-css-5.1.5
Version 1.0.2 with clean-css 5.1.5
2 parents c015d95 + 38724c2 commit 2012a93

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

β€ŽCHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.2] - 2021-08-05
10+
### Changed
11+
- Updates clean-css dependency to version 5.1.5
12+
13+
## [1.0.2] - 2021-08-05
14+
### Changed
15+
- Updates clean-css dependency to version 5.1.5
16+
917
## [1.0.1] - 2021-07-29
1018
### Changed
1119
- Updates clean-css dependency to version 5.1.4
20+
21+
22+
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.0.2...HEAD
23+
[1.0.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.2
24+
[1.0.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.1

β€Žpackage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"build": "cross-env NODE_ENV=production webpack",
66
"start": "webpack serve --content-base public",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"bootstrap": "^5.0.1",
33-
"clean-css": "^5.1.4",
33+
"clean-css": "^5.1.5",
3434
"file-saver": "^2.0.5",
3535
"os-browserify": "^0.3.0",
3636
"path-browserify": "^1.0.1",

β€Žyarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,10 @@ class-utils@^0.3.5:
680680
isobject "^3.0.0"
681681
static-extend "^0.1.1"
682682

683-
clean-css@^5.1.3:
684-
version "5.1.4"
685-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.4.tgz#d191c98347f9fc36b301f99bb827898151175782"
686-
integrity sha512-e6JAuR0T2ahg7fOSv98Nxqh7mHWOac5TaCSgrr61h/6mkPLwlxX38hzob4h6IKj/UHlrrLXvAEjWqXlvi8r8lQ==
683+
clean-css@^5.1.5:
684+
version "5.1.5"
685+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.5.tgz#3b0af240dcfc9a3779a08c2332df3ebd4474f232"
686+
integrity sha512-9dr/cU/LjMpU57PXlSvDkVRh0rPxJBXiBtD0+SgYt8ahTCsXtfKjCkNYgIoTC6mBg8CFr5EKhW3DKCaGMUbUfQ==
687687
dependencies:
688688
source-map "~0.6.0"
689689

0 commit comments

Comments
Β (0)