Skip to content

Commit 85bacab

Browse files
authored
πŸ”€ Merge pull request #8 from clean-css/clean-css-5.2.2
Bumps clean-css to version 5.2.2
2 parents fc82f5e + 0746192 commit 85bacab

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

β€ŽCHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.2] - 2021-10-21
10+
### Changed
11+
- Updates clean-css dependency to version 5.2.2
12+
913
## [1.1.1] - 2021-09-30
1014
### Changed
1115
- Updates clean-css dependency to version 5.2.1
@@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731
- Updates clean-css dependency to version 5.1.4
2832

2933

30-
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.1...HEAD
34+
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.2...HEAD
35+
[1.1.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.2
3136
[1.1.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.1
3237
[1.1.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.0
3338
[1.0.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.2

β€Žpackage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-app",
3-
"version": "1.1.1",
3+
"version": "1.1.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.2.1",
33+
"clean-css": "^5.2.2",
3434
"file-saver": "^2.0.5",
3535
"os-browserify": "^0.3.0",
3636
"path-browserify": "^1.0.1",

β€Žyarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,10 @@ class-utils@^0.3.5:
687687
isobject "^3.0.0"
688688
static-extend "^0.1.1"
689689

690-
clean-css@^5.2.1:
691-
version "5.2.1"
692-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.1.tgz#e5bdb1bee5f332c67e98cb6181251d4f88c0a6ab"
693-
integrity sha512-ooQCa1/70oRfVdUUGjKpbHuxgMgm8BsDT5EBqBGvPxMoRoGXf4PNx5mMnkjzJ9Ptx4vvmDdha0QVh86QtYIk1g==
690+
clean-css@^5.2.2:
691+
version "5.2.2"
692+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.2.tgz#d3a7c6ee2511011e051719838bdcf8314dc4548d"
693+
integrity sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==
694694
dependencies:
695695
source-map "~0.6.0"
696696

0 commit comments

Comments
Β (0)