Skip to content

Commit

Permalink
Version Packages (#268)
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 Apr 3, 2023
1 parent d717f82 commit 353e9da
Show file tree
Hide file tree
Showing 31 changed files with 139 additions and 46 deletions.
19 changes: 0 additions & 19 deletions .changeset/mean-wasps-remember.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/createHash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/utils.createhash

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

- Updated dependencies [[`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091)]:
- @apollo/utils[email protected]

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/createHash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.createhash",
"version": "2.0.0",
"version": "2.0.1",
"description": "Node-agnostic hashing utility",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"node": ">=14"
},
"dependencies": {
"@apollo/utils.isnodelike": "^2.0.0",
"@apollo/utils.isnodelike": "^2.0.1",
"sha.js": "^2.4.11"
}
}
6 changes: 6 additions & 0 deletions packages/dropUnusedDefinitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.dropunuseddefinitions

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dropUnusedDefinitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.dropunuseddefinitions",
"version": "2.0.0",
"version": "2.0.1",
"description": "Drop unused definitions from a GraphQL document",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.fetcher

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.fetcher",
"version": "2.0.0",
"version": "2.0.1",
"description": "Minimal web-style fetch TypeScript typings",
"main": "",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/isNodeLike/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.isnodelike

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/isNodeLike/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.isnodelike",
"version": "2.0.0",
"version": "2.0.1",
"description": "Node environment detection utility",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/jestGraphQLASTSerializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.jest-graphql-ast-serializer

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jestGraphQLASTSerializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.jest-graphql-ast-serializer",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Jest snapshot serializer for GraphQL ASTs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/keyValueCache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/utils.keyvaluecache

## 2.1.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

- Updated dependencies [[`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091)]:
- @apollo/utils[email protected]

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/keyValueCache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.keyvaluecache",
"version": "2.1.0",
"version": "2.1.1",
"description": "Minimal key-value cache interface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"node": ">=14"
},
"dependencies": {
"@apollo/utils.logger": "^2.0.0",
"@apollo/utils.logger": "^2.0.1",
"lru-cache": "^7.14.1"
}
}
9 changes: 9 additions & 0 deletions packages/keyvAdapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/utils.keyvadapter

## 2.0.2

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

- Updated dependencies [[`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091)]:
- @apollo/utils[email protected]

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/keyvAdapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.keyvadapter",
"version": "2.0.1",
"version": "2.0.2",
"description": "Keyv adapter implementing Apollo's KeyValueCache interface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"node": ">=14"
},
"dependencies": {
"@apollo/utils.keyvaluecache": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.1",
"dataloader": "^2.1.0",
"keyv": "^4.4.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.logger

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.logger",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generic logger interface",
"main": "",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/operationRegistrySignature/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @apollo/utils.operationregistrysignature

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

- Updated dependencies [[`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091)]:
- @apollo/utils[email protected]
- @apollo/utils[email protected]
- @apollo/utils[email protected]
- @apollo/utils[email protected]

## 2.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/operationRegistrySignature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.operationregistrysignature",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generate a signature for the operation registry",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,9 +21,9 @@
"node": ">=14"
},
"dependencies": {
"@apollo/utils.dropunuseddefinitions": "^2.0.0",
"@apollo/utils.printwithreducedwhitespace": "^2.0.0",
"@apollo/utils.sortast": "^2.0.0",
"@apollo/utils.stripsensitiveliterals": "^2.0.0"
"@apollo/utils.dropunuseddefinitions": "^2.0.1",
"@apollo/utils.printwithreducedwhitespace": "^2.0.1",
"@apollo/utils.sortast": "^2.0.1",
"@apollo/utils.stripsensitiveliterals": "^2.0.1"
}
}
6 changes: 6 additions & 0 deletions packages/printWithReducedWhitespace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.printwithreducedwhitespace

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/printWithReducedWhitespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.printwithreducedwhitespace",
"version": "2.0.0",
"version": "2.0.1",
"description": "Print an AST with as little whitespace as possible",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/removeAliases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.removealiases

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/removeAliases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.removealiases",
"version": "2.0.0",
"version": "2.0.1",
"description": "Remove aliases from a GraphQL document",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sortAST/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.sortast

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sortAST/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.sortast",
"version": "2.0.0",
"version": "2.0.1",
"description": "Sort AST nodes in a document alphabetically",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/stripSensitiveLiterals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.stripsensitiveliterals

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stripSensitiveLiterals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.stripsensitiveliterals",
"version": "2.0.0",
"version": "2.0.1",
"description": "Remove literals from an AST which might contain PII (strings and numbers, and optionally lists and objects)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/usageReporting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @apollo/utils.usagereporting

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

- Updated dependencies [[`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091)]:
- @apollo/utils[email protected]
- @apollo/utils[email protected]
- @apollo/utils[email protected]
- @apollo/utils[email protected]
- @apollo/utils[email protected]

## 2.0.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/usageReporting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.usagereporting",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generate a signature for Apollo usage reporting",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@apollo/usage-reporting-protobuf": "^4.0.0",
"@apollo/utils.dropunuseddefinitions": "^2.0.0",
"@apollo/utils.stripsensitiveliterals": "^2.0.0",
"@apollo/utils.printwithreducedwhitespace": "^2.0.0",
"@apollo/utils.removealiases": "2.0.0",
"@apollo/utils.sortast": "^2.0.0"
"@apollo/utils.dropunuseddefinitions": "^2.0.1",
"@apollo/utils.stripsensitiveliterals": "^2.0.1",
"@apollo/utils.printwithreducedwhitespace": "^2.0.1",
"@apollo/utils.removealiases": "2.0.1",
"@apollo/utils.sortast": "^2.0.1"
},
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
Expand Down
6 changes: 6 additions & 0 deletions packages/withRequired/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/utils.withrequired

## 2.0.1

### Patch Changes

- [#266](https://github.com/apollographql/apollo-utils/pull/266) [`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091) Thanks [@renovate](https://github.com/apps/renovate)! - Start building packages with TypeScript v5, which should have no effect for consumers

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/withRequired/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/utils.withrequired",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript utility type WithRequired",
"main": "",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 353e9da

Please sign in to comment.