Skip to content

Commit b861443

Browse files
chore(release): update monorepo packages versions (#99)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cad15c8 commit b861443

File tree

25 files changed

+72
-38
lines changed

25 files changed

+72
-38
lines changed

.changeset/dull-horses-knock.md

-10
This file was deleted.

.changeset/silver-files-call.md

-5
This file was deleted.

examples/apollo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "3.5.10",
14-
"@graphprotocol/client-apollo": "0.0.6",
14+
"@graphprotocol/client-apollo": "1.0.0",
1515
"graphql": "16.3.0",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "0.0.11",
20+
"@graphprotocol/client-cli": "1.0.0",
2121
"@types/react": "17.0.33",
2222
"@types/react-dom": "17.0.10",
2323
"@vitejs/plugin-react": "1.3.1",

examples/composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "0.0.11",
12+
"@graphprotocol/client-cli": "1.0.0",
1313
"@graphql-mesh/transform-prefix": "0.11.45",
1414
"@graphql-mesh/transform-rename": "0.12.46",
1515
"@graphql-mesh/transform-type-merging": "0.4.0",

examples/cross-chain/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"graphiql": "graphclient serve-dev"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-add-source-name": "0.0.0",
13-
"@graphprotocol/client-cli": "0.0.11",
12+
"@graphprotocol/client-add-source-name": "1.0.0",
13+
"@graphprotocol/client-cli": "1.0.0",
1414
"graphql": "16.3.0"
1515
}
1616
}

examples/execute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "17.0.2"
1616
},
1717
"devDependencies": {
18-
"@graphprotocol/client-cli": "0.0.11",
18+
"@graphprotocol/client-cli": "1.0.0",
1919
"@types/react": "17.0.33",
2020
"@types/react-dom": "17.0.10",
2121
"@vitejs/plugin-react": "1.3.1",

examples/javascript-cjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "exit 0"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "0.0.11",
12+
"@graphprotocol/client-cli": "1.0.0",
1313
"graphql": "16.3.0"
1414
}
1515
}

examples/javascript-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "exit 0"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-cli": "0.0.11",
13+
"@graphprotocol/client-cli": "1.0.0",
1414
"graphql": "16.3.0"
1515
}
1616
}

examples/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "17.0.2"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "0.0.11",
19+
"@graphprotocol/client-cli": "1.0.0",
2020
"@types/node": "17.0.26",
2121
"@types/react": "17.0.41",
2222
"eslint": "8.14.0",

examples/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "tsc --pretty --noEmit"
1010
},
1111
"dependencies": {
12-
"@graphprotocol/client-cli": "0.0.11",
12+
"@graphprotocol/client-cli": "1.0.0",
1313
"concurrently": "7.1.0",
1414
"graphql": "16.3.0",
1515
"nodemon": "2.0.15",

examples/react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-query": "3.38.0"
1717
},
1818
"devDependencies": {
19-
"@graphprotocol/client-cli": "0.0.11",
19+
"@graphprotocol/client-cli": "1.0.0",
2020
"@types/react": "17.0.33",
2121
"@types/react-dom": "17.0.10",
2222
"@vitejs/plugin-react": "1.3.1",

examples/transforms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "graphclient serve-dev"
77
},
88
"dependencies": {
9-
"@graphprotocol/client-cli": "0.0.11",
9+
"@graphprotocol/client-cli": "1.0.0",
1010
"graphql": "16.3.0"
1111
}
1212
}

examples/urql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/client-urql": "0.0.6",
13+
"@graphprotocol/client-urql": "1.0.0",
1414
"graphql": "16.3.0",
1515
"react": "17.0.2",
1616
"react-dom": "17.0.2",
1717
"urql": "2.2.0"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/client-cli": "0.0.11",
20+
"@graphprotocol/client-cli": "1.0.0",
2121
"@types/react": "17.0.33",
2222
"@types/react-dom": "17.0.10",
2323
"@vitejs/plugin-react": "1.3.1",

packages/add-source-name/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @graphprotocol/client-add-source-name
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3e343ee: Preparations for V1 release
8+
9+
### Patch Changes
10+
11+
- d3bcbfb: New Transform: Add `client-add-source-name` transformer

packages/add-source-name/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-add-source-name",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/apollo/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/client-apollo
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3e343ee: Preparations for V1 release
8+
39
## 0.0.6
410

511
### Patch Changes

packages/apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-apollo",
3-
"version": "0.0.6",
3+
"version": "1.0.0",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/auto-pagination/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/client-auto-pagination
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3e343ee: Preparations for V1 release
8+
39
## 0.0.6
410

511
### Patch Changes

packages/auto-pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-auto-pagination",
3-
"version": "0.0.6",
3+
"version": "1.0.0",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/block-tracking/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/client-block-tracking
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3e343ee: Preparations for V1 release
8+
39
## 0.0.4
410

511
### Patch Changes

packages/block-tracking/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-block-tracking",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/cli/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @graphprotocol/client-cli
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3e343ee: Preparations for V1 release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3e343ee]
12+
- Updated dependencies [d3bcbfb]
13+
- @graphprotocol/client-add-source-name@1.0.0
14+
- @graphprotocol/client-auto-pagination@1.0.0
15+
- @graphprotocol/client-block-tracking@1.0.0
16+
317
## 0.0.11
418

519
### Patch Changes

packages/cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-cli",
3-
"version": "0.0.11",
3+
"version": "1.0.0",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -52,9 +52,9 @@
5252
"@graphql-mesh/cli": "0.71.1",
5353
"@graphql-mesh/graphql": "0.26.1",
5454
"tslib": "2.4.0",
55-
"@graphprotocol/client-auto-pagination": "0.0.6",
56-
"@graphprotocol/client-block-tracking": "0.0.4",
57-
"@graphprotocol/client-add-source-name": "0.0.0"
55+
"@graphprotocol/client-auto-pagination": "1.0.0",
56+
"@graphprotocol/client-block-tracking": "1.0.0",
57+
"@graphprotocol/client-add-source-name": "1.0.0"
5858
},
5959
"devDependencies": {
6060
"graphql": "16.5.0"

packages/urql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/client-urql
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3e343ee: Preparations for V1 release
8+
39
## 0.0.6
410

511
### Patch Changes

packages/urql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-urql",
3-
"version": "0.0.6",
3+
"version": "1.0.0",
44
"description": "",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)