Skip to content

Commit

Permalink
Version Packages (alpha) (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 5, 2020
1 parent ddf501c commit 9ce5980
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
},
"changesets": [
"giant-horses-complain",
"giant-shrimps-exist",
"gold-baboons-kneel",
"grumpy-kiwis-lick",
"itchy-trees-refuse",
"many-boxes-fail",
"nasty-zebras-count",
"odd-parents-destroy",
"slimy-bananas-remain",
"smart-taxis-tan",
"tame-cooks-film",
"tender-wasps-cheer",
Expand Down
6 changes: 6 additions & 0 deletions gqless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gqless

## 0.0.1-alpha.29

### Patch Changes

- ddf501c: Fix bug adding \_\_typename field selection for the fields of enum type

## 0.0.1-alpha.28

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions gqless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "MIT",
"name": "gqless",
"private": false,
"version": "0.0.1-alpha.28",
"version": "0.0.1-alpha.29",
"sideEffects": false,
"main": "dist/index.js",
"source": "src/index.ts",
Expand All @@ -14,9 +14,7 @@
"directory": "gqless"
},
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"watch": "tsdx watch",
"build": "tsdx build",
Expand Down
8 changes: 8 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqless/schema

## 0.0.1-alpha.31

### Patch Changes

- ddf501c: Proper enum support.
- Updated dependencies [ddf501c]
- gqless@0.0.1-alpha.29

## 0.0.1-alpha.30

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "MIT",
"private": false,
"name": "@gqless/schema",
"version": "0.0.1-alpha.30",
"version": "0.0.1-alpha.31",
"main": "dist/index.js",
"source": "src/index.ts",
"module": "dist/schema.esm.js",
Expand All @@ -24,10 +24,10 @@
"tslib": "^1.11.1"
},
"peerDependencies": {
"gqless": "^0.0.1-alpha.27"
"gqless": "^0.0.1-alpha.29"
},
"devDependencies": {
"gqless": "^0.0.1-alpha.27"
"gqless": "^0.0.1-alpha.29"
},
"gitHead": "7c27436fcea8e672f07233010401417ea7c59760"
}

0 comments on commit 9ce5980

Please sign in to comment.