Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Jun 23, 2018
1 parent b057ad2 commit ae9e036
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "1.0.7",
"version": "1.0.8",
"npmClient": "yarn",
"useWorkspaces": true,
"skipNpm": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-skyhook-multi-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "angular-skyhook-multi-backend",
"private": false,
"version": "1.0.7",
"version": "1.0.8",
"typings": "./dist/angular-skyhook-multi-backend.d.ts",
"main": "./dist/bundles/angular-skyhook-multi-backend.umd.js",
"module": "./dist/fesm5/angular-skyhook-multi-backend.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -25,7 +25,7 @@
"@angular/router": "^6.0.4",
"angular-skyhook": "^1.0.7",
"angular-skyhook-card-list": "^1.0.7",
"angular-skyhook-multi-backend": "^1.0.7",
"angular-skyhook-multi-backend": "^1.0.8",
"core-js": "^2.5.4",
"faker": "^4.1.0",
"immutability-helper": "^2.7.0",
Expand Down

0 comments on commit ae9e036

Please sign in to comment.