File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff 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.1] - 2021-09-30
10+ ### Changed
11+ - Updates clean-css dependency to version 5.2.1
12+
913## [ 1.1.0] - 2021-09-25
1014### Changed
1115- Updates clean-css dependency to version 5.2.0
@@ -23,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327- Updates clean-css dependency to version 5.1.4
2428
2529
26- [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.1.0...HEAD
30+ [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.1.1...HEAD
31+ [ 1.1.1 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.1
2732[ 1.1.0 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.0
2833[ 1.0.2 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.2
2934[ 1.0.1 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " svelte-app" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "scripts" : {
55 "build" : " cross-env NODE_ENV=production webpack" ,
66 "start" : " webpack serve --content-base public" ,
3030 },
3131 "dependencies" : {
3232 "bootstrap" : " ^5.0.1" ,
33- "clean-css" : " ^5.2.0 " ,
33+ "clean-css" : " ^5.2.1 " ,
3434 "file-saver" : " ^2.0.5" ,
3535 "os-browserify" : " ^0.3.0" ,
3636 "path-browserify" : " ^1.0.1" ,
Original file line number Diff line number Diff 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.0 :
691- version "5.2.0 "
692- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.0 .tgz#44e4a04e8873ff0041df97acecf23a4a6519844e "
693- integrity sha512-2639sWGa43EMmG7fn8mdVuBSs6HuWaSor+ZPoFWzenBc6oN+td8YhTfghWXZ25G1NiiSvz8bOFBS7PdSbTiqEA ==
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 ==
694694 dependencies :
695695 source-map "~0.6.0"
696696
You canβt perform that action at this time.
0 commit comments