Skip to content

Commit

Permalink
v1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Jun 8, 2018
1 parent 7ac8870 commit abea81f
Show file tree
Hide file tree
Showing 4 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.0-beta.3",
"version": "1.0.0-beta.4",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-skyhook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-skyhook",
"private": false,
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "./dist/angular-skyhook.es5.js",
"module": "./dist/angular-skyhook.es5.js",
"es2015": "./dist/angular-skyhook.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-typedoc-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "custom-typedoc-theme",
"description": "Default themes for TypeDoc.",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"homepage": "http://typedoc.org/",
"private": true,
"main": "bin/plugin.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit abea81f

Please sign in to comment.