From 159258217e0f15f91eda0e0e3b2914aeb3d6172b Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 6 Feb 2024 19:34:13 +0100 Subject: [PATCH] chore: Prepare 1.2.2 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fd3e48..7848f29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v1.2.2](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.2) (2024-02-06) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/compare/v1.2.1...v1.2.2) + +### :bug: Fixed bugs +* fix: Move fonts to `css/fonts` and fix css path resolving [\#121](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/121) \([susnux](https://github.com/susnux)\) + +### Changes +* chore(deps): Bump magic-string from 0.30.5 to 0.30.6 +* chore(deps): Bump rollup-plugin-node-externals from 6.1.2 to 7.0.1 + ## [v1.2.1](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.1) (2024-01-29) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/compare/v1.2.0...v1.2.1) diff --git a/package-lock.json b/package-lock.json index b5cb912d..b9fdbb66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vite-config", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vite-config", - "version": "1.2.1", + "version": "1.2.2", "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^5.0.5", diff --git a/package.json b/package.json index cc676f22..e6b2b1d4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "homepage": "https://github.com/nextcloud/nextcloud-vite-config", "license": "AGPL-3.0-or-later", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",