Skip to content

Commit

Permalink
Version Packages (#346)
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 Aug 24, 2023
1 parent c3cbc4d commit 6c86290
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-flowers-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-vans-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-zoos-shout.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/generate-persisted-query-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @apollo/generate-persisted-query-manifest

## 1.1.0

### Minor Changes

- [#344](https:/apollographql/apollo-utils/pull/344) [`b32a3d1`](https:/apollographql/apollo-utils/commit/b32a3d13aacde6372332efaa761d92087c5ac74e) Thanks [@jerelmiller](https:/jerelmiller)! - Add a `--list-files` option that lists the set of matched files against the `documents` pattern.

### Patch Changes

- [#345](https:/apollographql/apollo-utils/pull/345) [`145836c`](https:/apollographql/apollo-utils/commit/145836c351e032e048975fc02eb90179582a5d9e) Thanks [@jerelmiller](https:/jerelmiller)! - Better error reporting when an error is raised while parsing a source file for GraphQL query strings (such as a syntax error). Previously the stack trace was reported to the console with little to no identifying information as to which file caused the error. The filename is now reported similarly to other errors encountered when running the CLI. An additional improvement is that it will now gather all errors, including syntax errors in a single pass so that syntax errors do not halt the program in place.

- [#348](https:/apollographql/apollo-utils/pull/348) [`c3cbc4d`](https:/apollographql/apollo-utils/commit/c3cbc4dfa66ccf7645fed78a8ed249615f848ac7) Thanks [@jerelmiller](https:/jerelmiller)! - Adds the number of matched operations recorded to the manifest file in the success message once the CLI finishes. If no operations were found, a warning is now logged.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "1.1.0",
"description": "Creates a Persisted Query Manifest from an Apollo Client Web project",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6c86290

Please sign in to comment.