Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "kamilkisiela/apollo-angular" }],
"changelog": ["@changesets/changelog-github", { "repo": "Ecodev/apollo-angular" }],
"commit": false,
"access": "public",
"baseBranch": "master",
Expand Down
14 changes: 14 additions & 0 deletions .changeset/rich-dogs-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'apollo-angular': patch
---

New repository owners

[@kamilkisiela](https://github.com/kamilkisiela), the creator of this library, has found new
interests and is not able to contribute like in the past. He gracefully transferred ownership of the
repository to me. I have been maintaining this library since 2022, and will continue doing so in the
foreseeable future.

For the package consumers, pretty much nothing will change. The package name, the code, the relation
with [The Guild](https://github.com/the-guild-org), and the maintenance style will all remain the
same. The only difference is the new repository URL: https://github.com/Ecodev/apollo-angular.
3 changes: 1 addition & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# These are supported funding model platforms

github: kamilkisiela
custom: http://paypal.me/kamilkisiela
github: PowerKiKi
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/kamilkisiela/apollo-angular/discussions/new
url: https://github.com/Ecodev/apollo-angular/discussions/new
about: Request and discuss a feature
- name: Ask a Question
url: https://github.com/kamilkisiela/apollo-angular/discussions/new
url: https://github.com/Ecodev/apollo-angular/discussions/new
about: Ask questions and discuss with other community members
348 changes: 174 additions & 174 deletions packages/apollo-angular/CHANGELOG.md

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions packages/apollo-angular/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "apollo-angular/headers",
"type": "module",
"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.",
"author": {
"name": "Kamil Kisiela",
"email": "[email protected]",
"url": "https://github.com/kamilkisiela/"
},
"contributors": [
{
"name": "Kamil Kisiela",
"email": "[email protected]",
"url": "https://github.com/kamilkisiela/"
}
],
"license": "MIT",
"module": "../build/fesm2020/ngApolloLinkHeaders.mjs",
"typings": "../build/headers/index.d.ts",
Expand Down
12 changes: 7 additions & 5 deletions packages/apollo-angular/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "apollo-angular/http",
"type": "module",
"description": "An Apollo Link to allow sending an http request per operation.",
"author": {
"name": "Kamil Kisiela",
"email": "[email protected]",
"url": "https://github.com/kamilkisiela/"
},
"contributors": [
{
"name": "Kamil Kisiela",
"email": "[email protected]",
"url": "https://github.com/kamilkisiela/"
}
],
"license": "MIT",
"module": "../build/fesm2020/ngApolloLinkHttp.mjs",
"typings": "../build/http/index.d.ts",
Expand Down
14 changes: 8 additions & 6 deletions packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"repository": {
"type": "git",
"url": "https://github.com/kamilkisiela/apollo-angular",
"url": "https://github.com/Ecodev/apollo-angular",
"directory": "packages/apollo-angular"
},
"homepage": "https://www.apollo-angular.com/",
"author": {
"name": "Kamil Kisiela",
"email": "[email protected]",
"url": "https://github.com/kamilkisiela/"
},
"contributors": [
{
"name": "Kamil Kisiela",
"email": "[email protected]",
"url": "https://github.com/kamilkisiela/"
}
],
"license": "MIT",
"engines": {
"node": ">=16"
Expand Down
3 changes: 1 addition & 2 deletions packages/apollo-angular/persisted-queries/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@

### v1.0.0-beta.2

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

### v1.0.0-beta.0

Expand Down
12 changes: 7 additions & 5 deletions packages/apollo-angular/persisted-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "apollo-angular/persisted-queries",
"type": "module",
"description": "Use persisted queries with Apollo Link",
"author": {
"name": "Kamil Kisiela",
"email": "[email protected]",
"url": "https://github.com/kamilkisiela/"
},
"contributors": [
{
"name": "Kamil Kisiela",
"email": "[email protected]",
"url": "https://github.com/kamilkisiela/"
}
],
"license": "MIT",
"module": "../build/fesm2020/ngApolloLinkPersisted.mjs",
"typings": "../build/persisted-queries/index.d.ts",
Expand Down
8 changes: 7 additions & 1 deletion packages/apollo-angular/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "apollo-angular/testing",
"type": "module",
"description": "A testing backend for Apollo",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"contributors": [
{
"name": "Kamil Kisiela",
"email": "[email protected]",
"url": "https://github.com/kamilkisiela/"
}
],
"license": "MIT",
"module": "../build/fesm2020/ngApolloTesting.mjs",
"typings": "../build/testing/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/docs/data/subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class CommentsComponent {
apollo.subscribe({
query: COMMENTS_SUBSCRIPTION,
variables: {
repoName: `kamilkisiela/apollo-angular`
repoName: `Ecodev/apollo-angular`
},
/*
accepts options like `errorPolicy` and `fetchPolicy`
Expand Down
2 changes: 1 addition & 1 deletion website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { defineConfig, PRODUCTS } from '@theguild/components';

export default defineConfig({
docsRepositoryBase: 'https://github.com/kamilkisiela/apollo-angular/tree/master/website',
docsRepositoryBase: 'https://github.com/Ecodev/apollo-angular/tree/master/website',
main({ children }) {
return <>{children}</>;
},
Expand Down
Loading