From 98266084609af79a2c04fab368ac3dd5da759731 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Thu, 31 Mar 2022 14:16:14 +0200 Subject: [PATCH 1/2] Updates clean-css to version 5.3.0. --- CHANGELOG.md | 2 ++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f970ede..1a2baad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Updates clean-css dependency to version 5.3.0 ## [1.1.4] - 2022-01-28 ### Changed diff --git a/package.json b/package.json index ecebeb1..ece8bc2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "bootstrap": "^5.0.1", - "clean-css": "^5.2.4", + "clean-css": "^5.3.0", "file-saver": "^2.0.5", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index bb15e1c..6354ee3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -687,10 +687,10 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -clean-css@^5.2.4: - version "5.2.4" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4" - integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg== +clean-css@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.0.tgz#ad3d8238d5f3549e83d5f87205189494bc7cbb59" + integrity sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ== dependencies: source-map "~0.6.0" From 82d44cba1721d8dc1fe0cf51e4d119220b22da5e Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Thu, 31 Mar 2022 14:17:55 +0200 Subject: [PATCH 2/2] Version 1.2.0. --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2baad..7625f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.2.0] - 2022-03-31 ### Changed - Updates clean-css dependency to version 5.3.0 @@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updates clean-css dependency to version 5.1.4 -[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.4...HEAD +[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.0 [1.1.4]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4 [1.1.3]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3 [1.1.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.2 diff --git a/package.json b/package.json index ece8bc2..04907ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-app", - "version": "1.1.4", + "version": "1.2.0", "scripts": { "build": "cross-env NODE_ENV=production webpack", "start": "webpack serve --content-base public",