Skip to content

Commit

Permalink
Version Packages (alpha) (#294)
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] authored Jun 2, 2023
1 parent fb4f6da commit a8f712e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@apollo/utils.withrequired": "3.0.0"
},
"changesets": [
"cuddly-pillows-mix",
"great-onions-punch",
"khaki-cows-suffer",
"mighty-rockets-sing",
Expand Down
9 changes: 9 additions & 0 deletions packages/generate-persisted-query-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/generate-persisted-query-manifest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/persisted-query-lists/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/persisted-query-lists/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a8f712e

Please sign in to comment.