Skip to content

Commit

Permalink
Version Packages (alpha) (#288)
Browse files Browse the repository at this point in the history
* Version Packages (alpha)

* prettier shouldn't care about pre.json

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Glasser <[email protected]>
  • Loading branch information
3 people authored May 26, 2023
1 parent 264c866 commit cd22cf4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
"@apollo/utils.usagereporting": "3.0.0",
"@apollo/utils.withrequired": "3.0.0"
},
"changesets": []
"changesets": [
"khaki-cows-suffer"
]
}
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ renovate.json5

# generated by changesets
CHANGELOG.md
.changeset/

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

## 1.0.0-alpha.0

### Major Changes

- [#287](https://github.com/apollographql/apollo-utils/pull/287) [`f4a710d`](https://github.com/apollographql/apollo-utils/commit/f4a710dbe22bf1b579299e1438ac6cb45ec912ab) Thanks [@glasser](https://github.com/glasser)! - Initial release
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": "0.0.0",
"version": "1.0.0-alpha.0",
"description": "Creates a Persisted Query Manifest from an Apollo Client Web project",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/persisted-query-lists/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# @apollo/persisted-query-lists

## 1.0.0-alpha.0

### Major Changes

- [#287](https://github.com/apollographql/apollo-utils/pull/287) [`f4a710d`](https://github.com/apollographql/apollo-utils/commit/f4a710dbe22bf1b579299e1438ac6cb45ec912ab) Thanks [@glasser](https://github.com/glasser)! - Initial release
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": "0.0.0",
"version": "1.0.0-alpha.0",
"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 cd22cf4

Please sign in to comment.