From 48baedcede244eb9fd713238b4c5e13ca840658c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 12 Jan 2023 08:03:29 +0100 Subject: [PATCH] 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- CHANGELOG.md | 8 +++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81fcee61..e527237c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ All notable changes to this project will be documented in this file. -## 2.0.0-beta.0 - 2023-01-11 +## 2.0.0 - 2023-01-12 -[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v1.6.0...v2.0.0-beta.0) +[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v1.6.0...v2.0.0) +### Changed +From 2.0.0, this package is standalone and do not rely on window OC variables to function. ### Fixed - Provide all translation related functions [\#542](https://github.com/nextcloud/nextcloud-l10n/pull/542) ([susnux](https://github.com/susnux)) -- Fix building and deploying documentaton [\#546](https://github.com/nextcloud/nextcloud-l10n/pull/546) ([susnux](https://github.com/susnux)) +- Fix building and deploying documentation [\#546](https://github.com/nextcloud/nextcloud-l10n/pull/546) ([susnux](https://github.com/susnux)) ## 1.6.0 - 2022-05-10 ### Changed diff --git a/package-lock.json b/package-lock.json index fee25ffd..73e4635a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/l10n", - "version": "2.0.0-beta.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/l10n", - "version": "2.0.0-beta.0", + "version": "2.0.0", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/router": "^2.0.0", diff --git a/package.json b/package.json index ad41a9ee..eb1d20d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/l10n", - "version": "2.0.0-beta.0", + "version": "2.0.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",