From ea9a765e8e74240d125a3089f2ad9b35a2a94d71 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 15 May 2024 12:37:06 +0200 Subject: [PATCH] chore: Prepare 2.0.0 release (#181) Co-authored-by: Ferdinand Thiessen Co-authored-by: Grigorii K. Shartsev Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 7 ++++++- README.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3521fd1..4e7b7bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## [v1.2.3] +## [v2.0.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.0.0) +### Breaking changes +This version is Vue 3 only. +For Vue 2 use the 1.x version. + +## [v1.2.3](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.3) ### :bug: Fixed bugs * fix(tests): `ssrBuild` was renamed to `isSsrBuild` [\#168](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/168) \([susnux](https://github.com/susnux)\) * fix(base): Correctly pass minify configuration to vite [\#169](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/169) \([susnux](https://github.com/susnux)\) diff --git a/README.md b/README.md index 4d51655a..08a73c8b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Shared Vite ⚡ config for Nextcloud apps and libraries, which also can be easily extended. +**Please note version 2+ is for Vue 3 only, for Vue 2.7 use the 1.x version.** + ## API reference The full API reference can be found on the [documentation](https://nextcloud-libraries.github.io/nextcloud-vite-config/). diff --git a/package-lock.json b/package-lock.json index a89a340e..4bbb411c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vite-config", - "version": "2.0.0-alpha.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vite-config", - "version": "2.0.0-alpha.0", + "version": "2.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^5.0.5", diff --git a/package.json b/package.json index 512c25bf..59d715e5 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-alpha.0", + "version": "2.0.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",