From 899d1386123bfa39b4f4353020fce913d794e9e9 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Wed, 13 Jul 2022 11:50:22 +0200 Subject: [PATCH 1/2] Updates clean-css to version 5.3.1. --- 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 7625f87..a32224f 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.1 ## [1.2.0] - 2022-03-31 ### Changed diff --git a/package.json b/package.json index 04907ad..428afb3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "bootstrap": "^5.0.1", - "clean-css": "^5.3.0", + "clean-css": "^5.3.1", "file-saver": "^2.0.5", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 6354ee3..16b16b2 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.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== +clean-css@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.1.tgz#d0610b0b90d125196a2894d35366f734e5d7aa32" + integrity sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg== dependencies: source-map "~0.6.0" From 7ac1a5e7dff287cf293a3e9bef24ad2fb0c6023f Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Wed, 13 Jul 2022 11:52:25 +0200 Subject: [PATCH 2/2] Version 1.2.1. --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32224f..c1796a3 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.1] - 2022-07-13 ### Changed - Updates clean-css dependency to version 5.3.1 @@ -45,7 +47,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.2.0...HEAD +[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.1 [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 diff --git a/package.json b/package.json index 428afb3..1b98912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-app", - "version": "1.2.0", + "version": "1.2.1", "scripts": { "build": "cross-env NODE_ENV=production webpack", "start": "webpack serve --content-base public",