Skip to content

Commit

Permalink
Revert "Upcoming Release Changes" (#1004)
Browse files Browse the repository at this point in the history
* Revert "Upcoming Release Changes (#1003)"

This reverts commit fe90ce9.

* add prerelease script
  • Loading branch information
dimaMachina authored Mar 29, 2022
1 parent 2e497a1 commit 31ef360
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-tables-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphql-config': minor
---

feat: support `graphql.config.cjs` config
5 changes: 5 additions & 0 deletions .changeset/warm-coats-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphql-config': minor
---

feat: update `graphql-tools` packages
13 changes: 0 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# Change log

## 4.2.0

### Minor Changes

- 0636e9a: feat: support `graphql.config.cjs` config
- 55f078a: feat: update `graphql-tools` packages

### Patch Changes

- fix: update `minimatch` dependency

Thanks to @bfanger for his first contribution 0636e9a

### vNEXT

### v4.0.2
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-config",
"version": "4.2.0",
"version": "4.1.0",
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
"sideEffects": false,
"main": "dist/index.js",
Expand Down Expand Up @@ -30,6 +30,7 @@
"prettier:check": "prettier --ignore-path .gitignore --check .",
"lint": "eslint --ignore-path .gitignore .",
"test": "jest",
"prerelease": "yarn build",
"release": "changeset publish",
"release:canary": "ts-node --compiler-options='{\"module\":\"commonjs\"}' scripts/canary-release.ts && yarn build && yarn changeset publish --tag alpha",
"json-schema": "typescript-json-schema src/types.ts IGraphQLConfig --out config-schema.json --ignoreErrors --required --titles && prettier --write config-schema.json"
Expand Down

0 comments on commit 31ef360

Please sign in to comment.