From a8f712e41a55a7f87dda93a8e9fd9782e8c51073 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 21:17:36 -0700 Subject: [PATCH] Version Packages (alpha) (#294) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/generate-persisted-query-manifest/CHANGELOG.md | 9 +++++++++ packages/generate-persisted-query-manifest/package.json | 4 ++-- packages/persisted-query-lists/CHANGELOG.md | 6 ++++++ packages/persisted-query-lists/package.json | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 1db2f4d6..8070f9de 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -21,6 +21,7 @@ "@apollo/utils.withrequired": "3.0.0" }, "changesets": [ + "cuddly-pillows-mix", "great-onions-punch", "khaki-cows-suffer", "mighty-rockets-sing", diff --git a/packages/generate-persisted-query-manifest/CHANGELOG.md b/packages/generate-persisted-query-manifest/CHANGELOG.md index 9a0b725d..d7282890 100644 --- a/packages/generate-persisted-query-manifest/CHANGELOG.md +++ b/packages/generate-persisted-query-manifest/CHANGELOG.md @@ -1,5 +1,14 @@ # @apollo/generate-persisted-query-manifest +## 1.0.0-alpha.3 + +### Patch Changes + +- [#287](https://github.com/apollographql/apollo-utils/pull/287) [`fb4f6da`](https://github.com/apollographql/apollo-utils/commit/fb4f6da57acf48ba6eba90011a42d8a9397f6649) Thanks [@glasser](https://github.com/glasser)! - Change `generatePersistedQueryIdsFromManifest` to take an async `loadManifest`. Ensure Promises don't have unhandled rejections. + +- Updated dependencies [[`fb4f6da`](https://github.com/apollographql/apollo-utils/commit/fb4f6da57acf48ba6eba90011a42d8a9397f6649)]: + - @apollo/persisted-query-lists@1.0.0-alpha.3 + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/packages/generate-persisted-query-manifest/package.json b/packages/generate-persisted-query-manifest/package.json index 89df04e7..b852b2ec 100644 --- a/packages/generate-persisted-query-manifest/package.json +++ b/packages/generate-persisted-query-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/generate-persisted-query-manifest", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Creates a Persisted Query Manifest from an Apollo Client Web project", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -24,7 +24,7 @@ "node": ">=16" }, "dependencies": { - "@apollo/persisted-query-lists": "^1.0.0-alpha.2", + "@apollo/persisted-query-lists": "^1.0.0-alpha.3", "@graphql-tools/graphql-tag-pluck": "^8.0.0", "glob": "^10.2.6", "lodash": "^4.17.21" diff --git a/packages/persisted-query-lists/CHANGELOG.md b/packages/persisted-query-lists/CHANGELOG.md index 651f7553..3c9c7761 100644 --- a/packages/persisted-query-lists/CHANGELOG.md +++ b/packages/persisted-query-lists/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/persisted-query-lists +## 1.0.0-alpha.3 + +### Patch Changes + +- [#287](https://github.com/apollographql/apollo-utils/pull/287) [`fb4f6da`](https://github.com/apollographql/apollo-utils/commit/fb4f6da57acf48ba6eba90011a42d8a9397f6649) Thanks [@glasser](https://github.com/glasser)! - Change `generatePersistedQueryIdsFromManifest` to take an async `loadManifest`. Ensure Promises don't have unhandled rejections. + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/packages/persisted-query-lists/package.json b/packages/persisted-query-lists/package.json index 8eb73915..93dc8891 100644 --- a/packages/persisted-query-lists/package.json +++ b/packages/persisted-query-lists/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/persisted-query-lists", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Support for Persisted Query Lists in Apollo Client Web", "main": "dist/index.js", "types": "dist/index.d.ts",