Skip to content

Commit

Permalink
chore: updated copyrights and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koenigderluegner committed Sep 19, 2022
1 parent 02e968f commit 9ebe400
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 14 deletions.
11 changes: 10 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -36,7 +45,7 @@
],
"contributorsPerLine": 7,
"projectName": "ngx-structurals",
"projectOwner": "TNG",
"projectOwner": "KoenigDerLuegner",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
ngqp

Copyright 2022 Alexander Niersmann <[email protected]>

Copyright 2019 Ingo Bürk <[email protected]>

This product includes software developed at
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@tngtech/ngx-structurals",
"name": "@koenigderluegner/ngx-structurals",
"version": "0.0.0",
"scripts": {
"ng": "ng",
Expand Down
14 changes: 14 additions & 0 deletions projects/ngx-structurals/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@koenigderluegner/[email protected]) (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/[email protected]...@tngtech/[email protected]) (2021-08-13)

**Note:** Version bump only for package @tngtech/ngx-structurals
Expand Down
16 changes: 8 additions & 8 deletions projects/ngx-structurals/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"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",
"directive",
"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"
Expand Down

0 comments on commit 9ebe400

Please sign in to comment.