From 9ebe400e415fa28fc0081a5f1aa38ea74a8aca53 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 19 Sep 2022 18:35:53 +0200 Subject: [PATCH] chore: updated copyrights and CHANGELOG.md --- .all-contributorsrc | 11 ++++++++++- LICENSE | 1 + NOTICE | 3 +++ README.md | 8 ++++---- package.json | 2 +- projects/ngx-structurals/CHANGELOG.md | 14 ++++++++++++++ projects/ngx-structurals/package.json | 16 ++++++++-------- 7 files changed, 41 insertions(+), 14 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c01207e..efd59ad 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -6,6 +6,15 @@ "commit": false, "contributors": [ { + "login": "KoenigDerLuegner", + "name": "Alexander Niersmann", + "avatar_url": "https://avatars.githubusercontent.com/u/25096024?v=4", + "profile": "https://github.com/KoenigDerLuegner", + "contributions": [ + "code" + ] + }, + { "login": "Airblader", "name": "Ingo Bürk", "avatar_url": "https://avatars3.githubusercontent.com/u/2392216?v=4", @@ -36,7 +45,7 @@ ], "contributorsPerLine": 7, "projectName": "ngx-structurals", - "projectOwner": "TNG", + "projectOwner": "KoenigDerLuegner", "repoType": "github", "repoHost": "https://github.com", "skipCi": true diff --git a/LICENSE b/LICENSE index 8024e8e..98f0562 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ The MIT License +Copyright (c) 2022 Alexander Niersmann Copyright (c) 2019 Ingo Bürk Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/NOTICE b/NOTICE index 28f6f95..f927032 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,7 @@ ngqp + +Copyright 2022 Alexander Niersmann + Copyright 2019 Ingo Bürk This product includes software developed at diff --git a/README.md b/README.md index 0d36a26..96daf92 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.com/TNG/ngx-structurals.svg?branch=master)](https://travis-ci.com/TNG/ngx-structurals) +[![Build Status](https://travis-ci.com/koenigderluegner/ngx-structurals.svg?branch=master)](https://travis-ci.com/koenigderluegner/ngx-structurals) [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg)](https://conventionalcommits.org) @@ -16,8 +16,8 @@ which may be useful in any Angular project. Simply install ngx-structurals with the package manager of your choice: ``` -npm install --save @tngtech/ngx-structurals -yarn add @tngtech/ngx-structurals +npm install --save @koenigderluegner/ngx-structurals +yarn add @koenigderluegner/ngx-structurals ``` You can now import `NgxStructuralsModule` into your application to get access to the directives. @@ -149,4 +149,4 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [MIT License][license] -[license]: https://www.github.com/TNG/ngx-structurals/blob/master/LICENSE +[license]: https://www.github.com/koenigderluegner/ngx-structurals/blob/master/LICENSE diff --git a/package.json b/package.json index e79d878..f7dcfe4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@tngtech/ngx-structurals", + "name": "@koenigderluegner/ngx-structurals", "version": "0.0.0", "scripts": { "ng": "ng", diff --git a/projects/ngx-structurals/CHANGELOG.md b/projects/ngx-structurals/CHANGELOG.md index 5f515f6..a1061ec 100644 --- a/projects/ngx-structurals/CHANGELOG.md +++ b/projects/ngx-structurals/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/koenigderluegner/ngx-structurals/compare/@tngtech/ngx-structurals@1.2.2...@koenigderluegner/ngx-structurals@2.0.0) (2020-01-24) + + +### Features + +* support Angular 13 + +### BREAKING CHANGES + +* Angular 13 is now required. + + + ## [1.2.2](https://github.com/TNG/ngx-structurals/compare/@tngtech/ngx-structurals@1.2.1...@tngtech/ngx-structurals@1.2.2) (2021-08-13) **Note:** Version bump only for package @tngtech/ngx-structurals diff --git a/projects/ngx-structurals/package.json b/projects/ngx-structurals/package.json index 3b9008e..0713899 100644 --- a/projects/ngx-structurals/package.json +++ b/projects/ngx-structurals/package.json @@ -1,14 +1,14 @@ { - "name": "@tngtech/ngx-structurals", - "version": "1.2.2", + "name": "@koenigderluegner/ngx-structurals", + "version": "2.0.0", "description": "Structural utility directives for Angular", - "homepage": "https://www.github.com/TNG/ngx-structurals", - "author": "Ingo Bürk", + "homepage": "https://github.com/koenigderluegner/ngx-structurals", + "author": "Alexander Niersmann", "license": "MIT", - "bugs": "https://www.github.com/TNG/ngx-structurals/issues", + "bugs": "https://github.com/koenigderluegner/ngx-structurals/issues", "repository": { "type": "git", - "url": "https://www.github.com/TNG/ngx-structurals" + "url": "https://github.com/koenigderluegner/ngx-structurals" }, "keywords": [ "angular", @@ -16,8 +16,8 @@ "structural-directive" ], "peerDependencies": { - "@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", - "@angular/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0" + "@angular/common": "^13.0.0 || ^14.0.0", + "@angular/core": "^13.0.0 || ^14.0.0" }, "dependencies": { "tslib": "^2.0.0"