Skip to content

Commit 2d8d02e

Browse files
github-actions[bot]dotansimha
authored andcommitted
Upcoming Release Changes (#15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7fafda1 commit 2d8d02e

File tree

13 files changed

+32
-18
lines changed

13 files changed

+32
-18
lines changed

.changeset/lucky-mails-hide.md

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup NPM credentials
2525
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
2626
env:
27-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2828

2929
- name: Get yarn cache
3030
uses: c-hive/gha-yarn-cache@v2

examples/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2",
15-
"@graphprotocol/client-apollo": "0.0.0",
15+
"@graphprotocol/client-apollo": "0.0.1",
1616
"@apollo/client": "3.5.10",
1717
"graphql": "16.3.0",
1818
"rollup-plugin-node-polyfills": "0.2.1"
1919
},
2020
"devDependencies": {
21-
"@graphprotocol/client-cli": "0.0.0",
21+
"@graphprotocol/client-cli": "0.0.1",
2222
"@types/react": "^17.0.33",
2323
"@types/react-dom": "^17.0.10",
2424
"@vitejs/plugin-react": "^1.0.7",

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"check": "tsc --pretty --noEmit"
99
},
1010
"dependencies": {
11-
"@graphprotocol/client-cli": "0.0.0",
11+
"@graphprotocol/client-cli": "0.0.1",
1212
"@graphql-mesh/transform-prefix": "0.11.12",
1313
"@graphql-mesh/transform-rename": "0.12.12",
1414
"@graphql-mesh/transform-type-merging": "0.3.22",

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"rollup-plugin-node-polyfills": "0.2.1"
1616
},
1717
"devDependencies": {
18-
"@graphprotocol/client-cli": "0.0.0",
18+
"@graphprotocol/client-cli": "0.0.1",
1919
"@types/react": "^17.0.33",
2020
"@types/react-dom": "^17.0.10",
2121
"@vitejs/plugin-react": "^1.0.7",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"check": "tsc --pretty --noEmit"
99
},
1010
"dependencies": {
11-
"@graphprotocol/client-cli": "0.0.0",
11+
"@graphprotocol/client-cli": "0.0.1",
1212
"concurrently": "7.0.0",
1313
"nodemon": "2.0.15",
1414
"ts-node": "10.5.0",

examples/urql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2",
15-
"@graphprotocol/client-urql": "0.0.0",
15+
"@graphprotocol/client-urql": "0.0.1",
1616
"urql": "2.2.0",
1717
"graphql": "16.3.0",
1818
"rollup-plugin-node-polyfills": "0.2.1"
1919
},
2020
"devDependencies": {
21-
"@graphprotocol/client-cli": "0.0.0",
21+
"@graphprotocol/client-cli": "0.0.1",
2222
"@types/react": "^17.0.33",
2323
"@types/react-dom": "^17.0.10",
2424
"@vitejs/plugin-react": "^1.0.7",

packages/apollo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @graphprotocol/client-apollo
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 48c1380: Initial release

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/client-apollo",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @graphprotocol/client-cli
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 48c1380: Initial release

0 commit comments

Comments
 (0)