Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 18, 2024
1 parent 67f7b74 commit fac7199
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/five-adults-drop.md

This file was deleted.

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

This file was deleted.

6 changes: 6 additions & 0 deletions packages/directive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-authz/directive

## 1.1.5

### Patch Changes

- 67f7b74: move @graphql-authz/core to peerDependencies

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/directive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-authz/directive",
"version": "1.1.4",
"version": "1.1.5",
"description": "GraphQL Directive for graphql-authz",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/apollo-server-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-authz/apollo-server-v2-plugin

## 1.0.6

### Patch Changes

- 67f7b74: move @graphql-authz/core to peerDependencies

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-server-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-authz/apollo-server-v2-plugin",
"version": "1.0.5",
"version": "1.0.6",
"description": "Apollo Server v2 plugin for graphql-authz",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/apollo-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-authz/apollo-server-plugin

## 3.1.2

### Patch Changes

- 67f7b74: move @graphql-authz/core to peerDependencies

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-authz/apollo-server-plugin",
"version": "3.1.1",
"version": "3.1.2",
"description": "Apollo Server plugin for graphql-authz",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-authz/envelop-plugin

## 1.0.6

### Patch Changes

- a2d23f5: Bump @envelop/core from 1.0.3 to 5.0.1
Bump @envelop/types from 1.4.0 to 5.0.0

BREAKING CHANGE: Typescript support of @envelop/types < 3.0.0 is dropped. Please update your "@envelop" version or ignore type violations. Plugin is still compatible with @envelop/core < 3.0.0 except of types.

- 67f7b74: move @graphql-authz/core to peerDependencies

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-authz/envelop-plugin",
"version": "1.0.5",
"version": "1.0.6",
"description": "Envelop plugin for graphql-authz",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit fac7199

Please sign in to comment.