Skip to content

Commit 5722f71

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/typed-document-node
2 parents 63a9638 + 230a019 commit 5722f71

File tree

150 files changed

+5573
-61035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+5573
-61035
lines changed

.github/workflows/landing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
publish_dir: ./doc/out
21+
cname: zeus.graphqleditor.com

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
node-version: '14.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm install
16+
- run: npm run produce-lib
1617
- run: npm test
1718
- run: npm run build
1819
- run: npm publish --access public --tag latest

.github/workflows/beta.yml renamed to .github/workflows/tree.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- v3.0.0
4+
- tree-011
55
jobs:
66
build:
77
runs-on: ubuntu-latest
@@ -14,6 +14,6 @@ jobs:
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm install
1616
- run: npm run build
17-
- run: npm publish --access public --tag beta
17+
- run: npm publish --access public --tag tree
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ Example using a generated `chain` client. Queries, mutations and subscriptions a
3535

3636
![](images/example.png)
3737

38-
## Support And Community
38+
## Join the Zeus Community and Spread the Word
3939

40-
[Join our GraphQL Editor Channel on Slack!](https://join.slack.com/t/graphqleditor/shared_invite/enQtNDkwOTgyOTM5OTc1LWI4YjU3N2U5NGVkNzQ2NzY5MGUxMTJiNjFlZDM1Zjc2OWRmNTI0NDM3OWUxYTk4Yjk3MzZlY2QwOWUzZmM2NDI)
40+
⚡️ [Join the Discussion forum on GitHub](https://github.com/graphql-editor/graphql-zeus/discussions) 📣
4141

42-
Leave a GitHub star ⭐️ 😊
42+
⚡️ Leave a GitHub star ⭐️ 👆
4343

44-
Spread the word!
44+
⚡️ Spread the word on your socials and with your networks! 🗣
4545

4646
## Contribute
4747

48-
For a complete guide to contributing to GraphQL Editor, see the [Contribution Guide](CONTRIBUTING.md).
48+
For a complete guide to contributing to GraphQL Zeus, see the [Contribution Guide](CONTRIBUTING.md).
4949

5050
1. Fork this repo
5151
2. Create your feature branch: git checkout -b feature-name
@@ -55,4 +55,4 @@ For a complete guide to contributing to GraphQL Editor, see the [Contribution Gu
5555

5656
## License
5757

58-
MIT 🕊
58+
[MIT](https://opensource.org/licenses/MIT) 🕊

doc/.purplehaze/ssg/markdown.js

Lines changed: 24 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)