From 0dc974de852163fc3139fd173f1751b562c3376a Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 14 Jun 2024 10:12:55 +0200 Subject: [PATCH] chore: Prepare 2.0.2 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ea234..a3a6149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v2.0.2](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.0.2) +### Fixed +* fix: explicitly use window.OC global in app config [\#197](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/197) \([st3iny](https://github.com/st3iny)\) + ## [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)\) diff --git a/package-lock.json b/package-lock.json index 2f1da69..3e317f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vite-config", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vite-config", - "version": "2.0.1", + "version": "2.0.2", "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^5.0.7", diff --git a/package.json b/package.json index 1cdd41f..e1b941a 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.1", + "version": "2.0.2", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",