From 4a1e7db0b066e5ca805ae31aba6b945a0f4117ea Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 14 Jun 2024 10:15:34 +0200 Subject: [PATCH] chore: Prepare v1.2.5 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 b11f717..8c33226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.2.5](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.5) (2024-06-14) +### 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)\) + ## [v1.2.4](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.2.4) (2024-06-08) ### Changed * chore(deps): Bump rollup-plugin-node-externals from 7.1.1 to 7.1.2 diff --git a/package-lock.json b/package-lock.json index 0a291e5..1a323b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vite-config", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vite-config", - "version": "1.2.4", + "version": "1.2.5", "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^5.0.7", diff --git a/package.json b/package.json index 0a777f6..52beb06 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.4", + "version": "1.2.5", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",