Skip to content

Commit

Permalink
Version Packages (#411)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 21, 2023
1 parent 45503fd commit ef8aacf
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .changeset/fix-router-issues.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/release-count
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43
44
6 changes: 6 additions & 0 deletions packages/app-graphql-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/app-graphql-playground

## 5.2.3

### Patch Changes

- [`e24e4dfce`](https://github.com/keystonejs/keystone-5/commit/e24e4dfce997810b459066b2f2fca0c9ac22a5dd) Thanks [@dcousens](https://github.com/dcousens)! - Fixes express.Router() usage to fix inheriting of express application settings

## 5.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-graphql-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/app-graphql-playground",
"description": "KeystoneJS GraphQL Playground App.",
"version": "5.2.2",
"version": "5.2.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions packages/app-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/app-graphql

## 6.3.3

### Patch Changes

- [`e24e4dfce`](https://github.com/keystonejs/keystone-5/commit/e24e4dfce997810b459066b2f2fca0c9ac22a5dd) Thanks [@dcousens](https://github.com/dcousens)! - Fixes express.Router() usage to fix inheriting of express application settings

- Updated dependencies [[`e24e4dfce`](https://github.com/keystonejs/keystone-5/commit/e24e4dfce997810b459066b2f2fca0c9ac22a5dd)]:
- @keystonejs/app-graphql-playground@5.2.3

## 6.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@keystonejs/app-graphql",
"description": "KeystoneJS GraphQL App.",
"version": "6.3.2",
"version": "6.3.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@keystonejs/app-graphql-playground": "^5.2.2",
"@keystonejs/app-graphql-playground": "^5.2.3",
"@keystonejs/session": "^8.3.2",
"@keystonejs/utils": "^6.1.2",
"graphql": "^15.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/app-schema-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/app-schema-router

## 5.2.3

### Patch Changes

- [`e24e4dfce`](https://github.com/keystonejs/keystone-5/commit/e24e4dfce997810b459066b2f2fca0c9ac22a5dd) Thanks [@dcousens](https://github.com/dcousens)! - Fixes express.Router() usage to fix inheriting of express application settings

## 5.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-schema-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/app-schema-router",
"description": "KeystoneJS GraphQL App.",
"version": "5.2.2",
"version": "5.2.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/app-static/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/app-static

## 5.2.3

### Patch Changes

- [`e24e4dfce`](https://github.com/keystonejs/keystone-5/commit/e24e4dfce997810b459066b2f2fca0c9ac22a5dd) Thanks [@dcousens](https://github.com/dcousens)! - Fixes express.Router() usage to fix inheriting of express application settings

## 5.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-static/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystonejs/app-static",
"description": "KeystoneJS Static File App.",
"version": "5.2.2",
"version": "5.2.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit ef8aacf

Please sign in to comment.