Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 21, 2017
1 parent 5de2334 commit df37652
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-core",
"version": "1.10.2-framework",
"version": "1.10.3-framework",
"main": "dist/index.js",
"files": ["dist"],
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-engine",
"version": "0.5.4-framework",
"version": "0.5.5-framework",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions cli/packages/graphcool-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-framework",
"version": "0.11.3-beta.1",
"version": "0.11.3",
"main": "dist/index.js",
"bin": {
"graphcool-framework": "dist/index.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"fs-extra": "^4.0.1",
"graphcool-cli-core": "1.10.2-framework",
"graphcool-cli-engine": "0.5.4-framework",
"graphcool-cli-core": "1.10.3-framework",
"graphcool-cli-engine": "0.5.5-framework",
"semver": "^5.4.1",
"source-map-support": "^0.4.18"
},
Expand Down
12 changes: 6 additions & 6 deletions cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1366,9 +1366,9 @@ graceful-fs@~3.0.2:
dependencies:
natives "^1.1.0"

[email protected].1-framework:
version "1.10.1-framework"
resolved "https://registry.yarnpkg.com/graphcool-cli-core/-/graphcool-cli-core-1.10.1-framework.tgz#889e805315552af613122cb1d56168d601e79bd1"
[email protected].2-framework:
version "1.10.2-framework"
resolved "https://registry.yarnpkg.com/graphcool-cli-core/-/graphcool-cli-core-1.10.2-framework.tgz#3896b5a54411c81376720605b0575cd6f3f15a6f"
dependencies:
archiver "^2.1.0"
callsites "^2.0.0"
Expand Down Expand Up @@ -1404,9 +1404,9 @@ [email protected]:
validator "^8.2.0"
yauzl "^2.9.1"

[email protected].3-framework:
version "0.5.3-framework"
resolved "https://registry.yarnpkg.com/graphcool-cli-engine/-/graphcool-cli-engine-0.5.3-framework.tgz#000df822bd2da2ad53a00b27b82094ca8d2e7b5e"
[email protected].4-framework:
version "0.5.4-framework"
resolved "https://registry.yarnpkg.com/graphcool-cli-engine/-/graphcool-cli-engine-0.5.4-framework.tgz#b6c65f092c07b00c75ff5ec2efa43d5e73666511"
dependencies:
"@heroku/linewrap" "^1.0.0"
"@types/fs-extra" "^4.0.2"
Expand Down

0 comments on commit df37652

Please sign in to comment.