Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #121

Merged
merged 1 commit into from
Aug 12, 2024
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
5 changes: 0 additions & 5 deletions .changeset/calm-eyes-approve.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/five-adults-drop.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/itchy-chefs-protect.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/short-kangaroos-kiss.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/six-mayflies-march.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/packages/apollo-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @graphql-authz-examples/apollo-federation

## 1.0.1

### Patch Changes

- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
6 changes: 3 additions & 3 deletions examples/packages/apollo-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-authz-examples/apollo-federation",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Examples for GraphQL authorization layer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,8 +21,8 @@
"@apollo/server": "4.7.5",
"@apollo/subgraph": "2.4.8",
"@apollo/gateway": "2.4.8",
"@graphql-authz/core": "1.3.1",
"@graphql-authz/apollo-server-plugin": "3.1.1",
"@graphql-authz/core": "1.3.2",
"@graphql-authz/apollo-server-plugin": "3.1.3",
"graphql": "^16.8.1",
"graphql-tag": "2.12.6"
},
Expand Down
10 changes: 10 additions & 0 deletions examples/packages/apollo-server-code-first/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @graphql-authz-examples/apollo-server-code-first

## 1.0.1

### Patch Changes

- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
6 changes: 3 additions & 3 deletions examples/packages/apollo-server-code-first/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-authz-examples/apollo-server-code-first",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Examples for GraphQL authorization layer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@apollo/server": "4.7.5",
"@graphql-authz/core": "1.3.1",
"@graphql-authz/apollo-server-plugin": "3.1.1",
"@graphql-authz/core": "1.3.2",
"@graphql-authz/apollo-server-plugin": "3.1.3",
"graphql": "^16.8.1"
},
"devDependencies": {}
Expand Down
11 changes: 11 additions & 0 deletions examples/packages/apollo-server-schema-first/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @graphql-authz-examples/apollo-server-schema-first

## 1.0.1

### Patch Changes

- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
8 changes: 4 additions & 4 deletions examples/packages/apollo-server-schema-first/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-authz-examples/apollo-server-schema-first",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Examples for GraphQL authorization layer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,9 +19,9 @@
},
"dependencies": {
"@apollo/server": "4.7.5",
"@graphql-authz/core": "1.3.1",
"@graphql-authz/apollo-server-plugin": "3.1.1",
"@graphql-authz/directive": "1.1.4",
"@graphql-authz/core": "1.3.2",
"@graphql-authz/apollo-server-plugin": "3.1.3",
"@graphql-authz/directive": "1.1.6",
"@graphql-tools/schema": "10.0.4",
"graphql": "^16.8.1",
"graphql-tag": "2.12.6"
Expand Down
11 changes: 11 additions & 0 deletions examples/packages/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @graphql-authz-examples/envelop

## 1.0.1

### Patch Changes

- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
8 changes: 4 additions & 4 deletions examples/packages/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-authz-examples/envelop",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Examples for GraphQL authorization layer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"dependencies": {
"@envelop/core": "5.0.1",
"@envelop/types": "5.0.0",
"@graphql-authz/core": "1.3.1",
"@graphql-authz/directive": "1.1.4",
"@graphql-authz/envelop-plugin": "1.0.5",
"@graphql-authz/core": "1.3.2",
"@graphql-authz/directive": "1.1.6",
"@graphql-authz/envelop-plugin": "1.0.7",
"@graphql-tools/schema": "10.0.4",
"graphql": "^16.8.1"
},
Expand Down
10 changes: 10 additions & 0 deletions examples/packages/express-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @graphql-authz-examples/express-graphql

## 1.0.1

### Patch Changes

- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
6 changes: 3 additions & 3 deletions examples/packages/express-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-authz-examples/express-graphql",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Examples for GraphQL authorization layer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"access": "restricted"
},
"dependencies": {
"@graphql-authz/core": "1.3.1",
"@graphql-authz/directive": "1.1.4",
"@graphql-authz/core": "1.3.2",
"@graphql-authz/directive": "1.1.6",
"@graphql-tools/schema": "10.0.4",
"express": "4.19.2",
"express-graphql": "0.12.0",
Expand Down
9 changes: 9 additions & 0 deletions examples/packages/graphql-helix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @graphql-authz-examples/graphql-helix

## 1.0.1

### Patch Changes

- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]
4 changes: 2 additions & 2 deletions examples/packages/graphql-helix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-authz-examples/graphql-helix",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Examples for GraphQL authorization layer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"access": "restricted"
},
"dependencies": {
"@graphql-authz/core": "1.3.1",
"@graphql-authz/core": "1.3.2",
"@graphql-tools/schema": "10.0.4",
"express": "4.19.2",
"graphql": "^16.8.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @graphql-authz-examples/nestjs

## 1.0.1

### Patch Changes

- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
8 changes: 4 additions & 4 deletions examples/packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-authz-examples/nestjs",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Examples for GraphQL authorization layer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,9 +19,9 @@
},
"dependencies": {
"@apollo/server": "4.7.5",
"@graphql-authz/core": "1.3.1",
"@graphql-authz/apollo-server-plugin": "3.1.1",
"@graphql-authz/directive": "1.1.4",
"@graphql-authz/core": "1.3.2",
"@graphql-authz/apollo-server-plugin": "3.1.3",
"@graphql-authz/directive": "1.1.6",
"@nestjs/apollo": "12.0.4",
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
Expand Down
11 changes: 11 additions & 0 deletions examples/packages/schema-stitching/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @graphql-authz-examples/schema-stitching

## 1.0.1

### Patch Changes

- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
8 changes: 4 additions & 4 deletions examples/packages/schema-stitching/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-authz-examples/schema-stitching",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Examples for GraphQL authorization layer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,9 +19,9 @@
},
"dependencies": {
"@apollo/server": "4.7.5",
"@graphql-authz/core": "1.3.1",
"@graphql-authz/apollo-server-plugin": "3.1.1",
"@graphql-authz/directive": "1.1.4",
"@graphql-authz/core": "1.3.2",
"@graphql-authz/apollo-server-plugin": "3.1.3",
"@graphql-authz/directive": "1.1.6",
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/stitch": "9.0.3",
"@graphql-tools/stitching-directives": "3.0.0",
Expand Down
10 changes: 10 additions & 0 deletions examples/packages/type-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @graphql-authz-examples/type-graphql

## 1.0.1

### Patch Changes

- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]
- @graphql-authz/[email protected]
6 changes: 3 additions & 3 deletions examples/packages/type-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-authz-examples/type-graphql",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Examples for GraphQL authorization layer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@apollo/server": "4.7.5",
"@graphql-authz/apollo-server-plugin": "3.1.1",
"@graphql-authz/core": "1.3.1",
"@graphql-authz/apollo-server-plugin": "3.1.3",
"@graphql-authz/core": "1.3.2",
"type-graphql": "1.1.1",
"graphql": "15.3.0",
"reflect-metadata": "0.1.13"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-authz/core

## 1.3.2

### Patch Changes

- adf7272: Fix not applied type-specific pre-exec rules when union or interface is used.
- 06ffc4b: Migrate from yarn to pnpm.
- 6be6e7d: Bump Typescript

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-authz/core",
"version": "1.3.1",
"version": "1.3.2",
"description": "GraphQL authorization layer core",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/directive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @graphql-authz/directive

## 1.1.6

### Patch Changes

- 06ffc4b: Migrate from yarn to pnpm.
- 6be6e7d: Bump Typescript
- Updated dependencies [6be6e7d]
- @graphql-authz/[email protected]

## 1.1.5

### Patch Changes

- 67f7b74: Move @graphql-authz/core to peerDependencies.

## 1.1.4

### Patch Changes
Expand Down
Loading