From 13e6ecb2ea48ca556441b25574b9edb513c9a288 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 28 Jul 2023 18:06:03 +0200 Subject: [PATCH] chore: Fix URLs after package got transfered Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 452 +++++++++++++++++++++++++-------------------------- README.md | 4 +- package.json | 6 +- 3 files changed, 231 insertions(+), 231 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10283d..299192d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,427 +2,427 @@ ## Unreleased -## [v8.3.0-beta.2](https://github.com/nextcloud/eslint-config/tree/v8.3.0-beta.2) (2023-06-27) +## [v8.3.0-beta.2](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.2) (2023-06-27) -[Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.3.0-beta.1...v8.3.0-beta.2) +[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0-beta.1...v8.3.0-beta.2) **Fixed:** -- chore: update typescript deps and co by @skjnldsv in https://github.com/nextcloud/eslint-config/pull/569 -- fix: allow empty functions by @skjnldsv in https://github.com/nextcloud/eslint-config/pull/570 +- chore: update typescript deps and co by @skjnldsv in https://github.com/nextcloud-libraries/eslint-config/pull/569 +- fix: allow empty functions by @skjnldsv in https://github.com/nextcloud-libraries/eslint-config/pull/570 -## [v8.3.0-beta.1](https://github.com/nextcloud/eslint-config/tree/v8.3.0-beta.1) (2023-06-27) +## [v8.3.0-beta.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.3.0-beta.1) (2023-06-27) -[Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.3.0-beta.0...v8.3.0-beta.1) +[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0-beta.0...v8.3.0-beta.1) **Features:** - Provide config for vue files written in Typescript, use `extends: "@nextcloud/eslint-config/typescript"`. - Fully support vue files using the Composition API `