Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Aug 15, 2022
1 parent d6c0709 commit 87566f4
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNext

### v4.0.1

- Add missing `apollo-angular/persisted-queries` and `apollo-angular/testing`

### v4.0.0

- Support Angular v14
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-angular",
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"version": "4.0.0",
"version": "4.0.1",
"author": {
"name": "Kamil Kisiela",
"email": "[email protected]",
Expand Down
8 changes: 0 additions & 8 deletions packages/apollo-angular/persisted-queries/ng-package.js

This file was deleted.

8 changes: 8 additions & 0 deletions packages/apollo-angular/persisted-queries/ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "../../../node_modules/ng-packagr/package.schema.json",
"dest": "build",
"lib": {
"entryFile": "src/index.ts",
"flatModuleFile": "ngApolloLinkPersisted"
}
}
2 changes: 1 addition & 1 deletion packages/apollo-angular/schematics/install/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function factory(options: Schema): Rule {

export function createDependenciesMap(options: Schema): Record<string, string> {
return {
'apollo-angular': '^4.0.0',
'apollo-angular': '^4.0.1',
'@apollo/client': '^3.0.0',
graphql: `^${options.graphql ?? '16.0.0'}`,
};
Expand Down
8 changes: 0 additions & 8 deletions packages/apollo-angular/testing/ng-package.js

This file was deleted.

8 changes: 8 additions & 0 deletions packages/apollo-angular/testing/ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "../../../node_modules/ng-packagr/package.schema.json",
"dest": "build",
"lib": {
"entryFile": "src/index.ts",
"flatModuleFile": "ngApolloTesting"
}
}

0 comments on commit 87566f4

Please sign in to comment.