Skip to content

Commit

Permalink
Version Packages (alpha) (#133)
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 Sep 4, 2020
1 parent 2195893 commit 8076f6c
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
"gqlhub": "1.0.0"
},
"changesets": [
"funny-hats-wash",
"giant-horses-complain",
"giant-shrimps-exist",
"gold-baboons-kneel",
"grumpy-kiwis-lick",
"itchy-trees-refuse",
"many-boxes-fail",
"mean-kings-enjoy",
"nasty-zebras-count",
"odd-parents-destroy",
"slimy-bananas-remain",
Expand Down
9 changes: 9 additions & 0 deletions gqless/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# gqless-example

## 0.0.1-alpha.27
### Patch Changes

- Updated dependencies [2195893]
- Updated dependencies [2195893]
- @gqless/react@0.0.1-alpha.30
- @gqless/schema@0.1.0-alpha.32
6 changes: 3 additions & 3 deletions gqless/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"license": "GNU GPLv3",
"name": "gqless-example",
"private": true,
"version": "0.0.1-alpha.26",
"version": "0.0.1-alpha.27",
"main": "index.js",
"scripts": {
"start": "graphql-faker & parcel index.html",
"generate": "../../packages/cli/bin/run-dev generate",
"build": "parcel build index.html"
},
"dependencies": {
"@gqless/react": "^0.0.1-alpha.26",
"@gqless/schema": "^0.0.1-alpha.26",
"@gqless/react": "^0.0.1-alpha.30",
"@gqless/schema": "^0.1.0-alpha.32",
"flatted": "^2.0.1",
"ts-morph": "^7.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gqless/cli

## 0.0.1-alpha.32

### Patch Changes

- Updated dependencies [2195893]
- @gqless/schema@0.1.0-alpha.32

## 0.0.1-alpha.31

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"name": "@gqless/cli",
"description": "Codegen for gqless",
"version": "0.0.1-alpha.31",
"version": "0.0.1-alpha.32",
"author": "Sam Denty",
"bin": {
"gqless": "./bin/run"
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "^1.0.1",
"@gqless/schema": "^0.0.1-alpha.30",
"@gqless/schema": "^0.1.0-alpha.32",
"@oclif/command": "^1.5.19",
"@oclif/config": "^1.14.0",
"@oclif/plugin-help": "^2.2.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gqless/react

## 0.0.1-alpha.30

### Patch Changes

- 2195893: Changes some stuff to allow for easier debugging.

## 0.0.1-alpha.28

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "GNU GPLv3",
"private": false,
"name": "@gqless/react",
"version": "0.0.1-alpha.28",
"version": "0.0.1-alpha.30",
"sideEffects": false,
"main": "dist/index.js",
"source": "src/index.ts",
Expand All @@ -14,9 +14,7 @@
"url": "https://github.com/samdenty/gqless.git",
"directory": "packages/react"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"watch": "tsdx watch",
"build": "tsdx build",
Expand Down
6 changes: 6 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gqless/schema

## 0.1.0-alpha.32

### Minor Changes

- 2195893: Change how fields are marked as nullable

## 0.0.1-alpha.31

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "GNU GPLv3",
"private": false,
"name": "@gqless/schema",
"version": "0.0.1-alpha.31",
"version": "0.1.0-alpha.32",
"main": "dist/index.js",
"source": "src/index.ts",
"module": "dist/schema.esm.js",
Expand All @@ -13,9 +13,7 @@
"url": "https://github.com/samdenty/gqless.git",
"directory": "packages/schema"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"watch": "tsdx watch",
"build": "tsdx build",
Expand Down

0 comments on commit 8076f6c

Please sign in to comment.