From ef8aacf8454b1140f220ce9f6dd501744b9ae6b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:06:26 +1000 Subject: [PATCH] Version Packages (#411) Co-authored-by: github-actions[bot] --- .changeset/fix-router-issues.md | 8 -------- .github/release-count | 2 +- packages/app-graphql-playground/CHANGELOG.md | 6 ++++++ packages/app-graphql-playground/package.json | 2 +- packages/app-graphql/CHANGELOG.md | 9 +++++++++ packages/app-graphql/package.json | 4 ++-- packages/app-schema-router/CHANGELOG.md | 6 ++++++ packages/app-schema-router/package.json | 2 +- packages/app-static/CHANGELOG.md | 6 ++++++ packages/app-static/package.json | 2 +- 10 files changed, 33 insertions(+), 14 deletions(-) delete mode 100644 .changeset/fix-router-issues.md diff --git a/.changeset/fix-router-issues.md b/.changeset/fix-router-issues.md deleted file mode 100644 index e08d4a95f7..0000000000 --- a/.changeset/fix-router-issues.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@keystonejs/app-graphql': patch -'@keystonejs/app-graphql-playground': patch -'@keystonejs/app-schema-router': patch -'@keystonejs/app-static': patch ---- - -Fixes express.Router() usage to fix inheriting of express application settings diff --git a/.github/release-count b/.github/release-count index ac4213d6e9..d2e1cefe89 100644 --- a/.github/release-count +++ b/.github/release-count @@ -1 +1 @@ -43 \ No newline at end of file +44 \ No newline at end of file diff --git a/packages/app-graphql-playground/CHANGELOG.md b/packages/app-graphql-playground/CHANGELOG.md index 42c2156e05..45a1a9939d 100644 --- a/packages/app-graphql-playground/CHANGELOG.md +++ b/packages/app-graphql-playground/CHANGELOG.md @@ -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 diff --git a/packages/app-graphql-playground/package.json b/packages/app-graphql-playground/package.json index 9d2fb0a94e..647ad34b95 100644 --- a/packages/app-graphql-playground/package.json +++ b/packages/app-graphql-playground/package.json @@ -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": { diff --git a/packages/app-graphql/CHANGELOG.md b/packages/app-graphql/CHANGELOG.md index 90416cb709..e7c4c2cf43 100644 --- a/packages/app-graphql/CHANGELOG.md +++ b/packages/app-graphql/CHANGELOG.md @@ -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 diff --git a/packages/app-graphql/package.json b/packages/app-graphql/package.json index 7339bc3b97..4cebc9775f 100644 --- a/packages/app-graphql/package.json +++ b/packages/app-graphql/package.json @@ -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", diff --git a/packages/app-schema-router/CHANGELOG.md b/packages/app-schema-router/CHANGELOG.md index bbf22bb8f9..6e39239f7a 100644 --- a/packages/app-schema-router/CHANGELOG.md +++ b/packages/app-schema-router/CHANGELOG.md @@ -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 diff --git a/packages/app-schema-router/package.json b/packages/app-schema-router/package.json index cfd0a17676..0b7bb33c64 100644 --- a/packages/app-schema-router/package.json +++ b/packages/app-schema-router/package.json @@ -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": { diff --git a/packages/app-static/CHANGELOG.md b/packages/app-static/CHANGELOG.md index 86659ca06b..73670d75aa 100644 --- a/packages/app-static/CHANGELOG.md +++ b/packages/app-static/CHANGELOG.md @@ -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 diff --git a/packages/app-static/package.json b/packages/app-static/package.json index 63d843ebdf..cce2c8d851 100644 --- a/packages/app-static/package.json +++ b/packages/app-static/package.json @@ -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": {