Skip to content

Commit 353e9da

Browse files
Version Packages (#268)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d717f82 commit 353e9da

File tree

31 files changed

+139
-46
lines changed

31 files changed

+139
-46
lines changed

.changeset/mean-wasps-remember.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/createHash/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @apollo/utils.createhash
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`ba46d81`](https://github.com/apollographql/apollo-utils/commit/ba46d817a97a6bad9b0ec6ff0720f01edc806091)]:
10+
- @apollo/utils[email protected]
11+
312
## 2.0.0
413

514
### Major Changes

packages/createHash/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/utils.createhash",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Node-agnostic hashing utility",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -21,7 +21,7 @@
2121
"node": ">=14"
2222
},
2323
"dependencies": {
24-
"@apollo/utils.isnodelike": "^2.0.0",
24+
"@apollo/utils.isnodelike": "^2.0.1",
2525
"sha.js": "^2.4.11"
2626
}
2727
}

packages/dropUnusedDefinitions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/utils.dropunuseddefinitions
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.0.0
410

511
### Major Changes

packages/dropUnusedDefinitions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/utils.dropunuseddefinitions",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Drop unused definitions from a GraphQL document",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/fetcher/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/utils.fetcher
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.0.0
410

511
### Major Changes

packages/fetcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/utils.fetcher",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Minimal web-style fetch TypeScript typings",
55
"main": "",
66
"types": "dist/index.d.ts",

packages/isNodeLike/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/utils.isnodelike
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.0.0
410

511
### Major Changes

packages/isNodeLike/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/utils.isnodelike",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Node environment detection utility",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/jestGraphQLASTSerializer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/utils.jest-graphql-ast-serializer
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)