Skip to content

Commit 0f10355

Browse files
committed
New repository owners
1 parent 807a5e3 commit 0f10355

File tree

13 files changed

+231
-205
lines changed

13 files changed

+231
-205
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "kamilkisiela/apollo-angular" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "Ecodev/apollo-angular" }],
44
"commit": false,
55
"access": "public",
66
"baseBranch": "master",

.changeset/rich-dogs-fetch.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'apollo-angular': patch
3+
---
4+
5+
New repository owners
6+
7+
[@kamilkisiela](https://github.com/kamilkisiela), the creator of this library, has found new
8+
interests and is not able to contribute like in the past. He gracefully transferred ownership of the
9+
repository to me. I have been maintaining this library since 2022, and will continue doing so in the
10+
foreseeable future.
11+
12+
For the package consumers, pretty much nothing will change. The package name, the code, the relation
13+
with [The Guild](https://github.com/the-guild-org), and the maintenance style will all remain the
14+
same. The only difference is the new repository URL: https://github.com/Ecodev/apollo-angular.

.github/FUNDING.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# These are supported funding model platforms
22

3-
github: kamilkisiela
4-
custom: http://paypal.me/kamilkisiela
3+
github: PowerKiKi

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Feature Request
4-
url: https://github.com/kamilkisiela/apollo-angular/discussions/new
4+
url: https://github.com/Ecodev/apollo-angular/discussions/new
55
about: Request and discuss a feature
66
- name: Ask a Question
7-
url: https://github.com/kamilkisiela/apollo-angular/discussions/new
7+
url: https://github.com/Ecodev/apollo-angular/discussions/new
88
about: Ask questions and discuss with other community members

packages/apollo-angular/CHANGELOG.md

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

packages/apollo-angular/headers/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "apollo-angular/headers",
33
"type": "module",
44
"description": "An Apollo Link to easily transform headers from being a key-value object to an instance of HttpHeaders. Great combination with apollo-angular-link-http.",
5-
"author": {
6-
"name": "Kamil Kisiela",
7-
"email": "[email protected]",
8-
"url": "https://github.com/kamilkisiela/"
9-
},
5+
"contributors": [
6+
{
7+
"name": "Kamil Kisiela",
8+
"email": "[email protected]",
9+
"url": "https://github.com/kamilkisiela/"
10+
}
11+
],
1012
"license": "MIT",
1113
"module": "../build/fesm2020/ngApolloLinkHeaders.mjs",
1214
"typings": "../build/headers/index.d.ts",

packages/apollo-angular/http/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "apollo-angular/http",
33
"type": "module",
44
"description": "An Apollo Link to allow sending an http request per operation.",
5-
"author": {
6-
"name": "Kamil Kisiela",
7-
"email": "[email protected]",
8-
"url": "https://github.com/kamilkisiela/"
9-
},
5+
"contributors": [
6+
{
7+
"name": "Kamil Kisiela",
8+
"email": "[email protected]",
9+
"url": "https://github.com/kamilkisiela/"
10+
}
11+
],
1012
"license": "MIT",
1113
"module": "../build/fesm2020/ngApolloLinkHttp.mjs",
1214
"typings": "../build/http/index.d.ts",

packages/apollo-angular/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/kamilkisiela/apollo-angular",
8+
"url": "https://github.com/Ecodev/apollo-angular",
99
"directory": "packages/apollo-angular"
1010
},
1111
"homepage": "https://www.apollo-angular.com/",
12-
"author": {
13-
"name": "Kamil Kisiela",
14-
"email": "[email protected]",
15-
"url": "https://github.com/kamilkisiela/"
16-
},
12+
"contributors": [
13+
{
14+
"name": "Kamil Kisiela",
15+
"email": "[email protected]",
16+
"url": "https://github.com/kamilkisiela/"
17+
}
18+
],
1719
"license": "MIT",
1820
"engines": {
1921
"node": ">=16"

packages/apollo-angular/persisted-queries/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020

2121
### v1.0.0-beta.2
2222

23-
- Adds `sideEffects: false` (webpack)
24-
([PR #580](https://github.com/kamilkisiela/apollo-angular/pull/580))
23+
- Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/Ecodev/apollo-angular/pull/580))
2524

2625
### v1.0.0-beta.0
2726

packages/apollo-angular/persisted-queries/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "apollo-angular/persisted-queries",
33
"type": "module",
44
"description": "Use persisted queries with Apollo Link",
5-
"author": {
6-
"name": "Kamil Kisiela",
7-
"email": "[email protected]",
8-
"url": "https://github.com/kamilkisiela/"
9-
},
5+
"contributors": [
6+
{
7+
"name": "Kamil Kisiela",
8+
"email": "[email protected]",
9+
"url": "https://github.com/kamilkisiela/"
10+
}
11+
],
1012
"license": "MIT",
1113
"module": "../build/fesm2020/ngApolloLinkPersisted.mjs",
1214
"typings": "../build/persisted-queries/index.d.ts",

0 commit comments

Comments
 (0)