Skip to content

Commit

Permalink
chore(core): release v1.0.1 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jan 11, 2018
1 parent efe71c9 commit 06ad2bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v1.0.1

* Brings typed variables to `QueryRef`

### v1.0.0
Expand Down
8 changes: 5 additions & 3 deletions packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "apollo-angular",
"version": "1.0.0",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"version": "1.0.1",
"author":
"Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"main": "./build/bundle.umd.js",
"module": "./build/src/index.js",
Expand All @@ -16,7 +17,8 @@
"bundle": "rollup -c rollup.config.js",
"test": "npm run test-only",
"test-only": "jest --config jest.config.js",
"lint": "tslint -c ../../tslint.json -p tsconfig.json --type-check {src,tests}/*.ts",
"lint":
"tslint -c ../../tslint.json -p tsconfig.json --type-check {src,tests}/*.ts",
"postbuild": "npm run bundle",
"deploy": "../../scripts/deploy.sh"
},
Expand Down

0 comments on commit 06ad2bd

Please sign in to comment.