From d2670d7f17b76d487e0ea3bce88a3e344e6e1431 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 8 Jun 2024 14:59:31 +0200 Subject: [PATCH] chore: Prepare v2.0.1 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e7b7bc..91ea234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v2.0.1](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.0.1) +### Changed +* chore: update source url in dep5 spec [\#187](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/187) \([st3iny](https://github.com/st3iny)\) +* chore(deps): Bump vite-plugin-node-polyfills from 0.21.0 to 0.22.0 +* chore(deps): Bump @vitejs/plugin-vue from 5.0.4 to 5.0.5 +* chore(deps): Bump @rollup/plugin-replace from 5.0.5 to 5.0.7 + ## [v2.0.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.0.0) ### Breaking changes This version is Vue 3 only. diff --git a/package-lock.json b/package-lock.json index 56e52b9..2f1da69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vite-config", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vite-config", - "version": "2.0.0", + "version": "2.0.1", "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^5.0.7", diff --git a/package.json b/package.json index 720a96c..1cdd41f 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": "2.0.0", + "version": "2.0.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",