Skip to content

Commit

Permalink
v4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Apr 24, 2017
1 parent 7cedcf5 commit 8546154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v4.0.0-alpha.1

- Initial published version
2 changes: 1 addition & 1 deletion packages/loopback/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "loopback",
"name": "@loopback/loopback",
"version": "4.0.0-alpha.1",
"description": "",
"main": "index",
Expand Down

3 comments on commit 8546154

@bajtos
Copy link
Member

@bajtos bajtos commented on 8546154 Apr 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ritch

I don't think this was a good idea. We quite some work to do before making the first release, see #179.

We should also tag these pre-release versions with "publishConfig": { "tag": "next" } to prevent npmjs.org from picking them up as the latest stable release (both for npm install and the README shown on the website).

@bajtos
Copy link
Member

@bajtos bajtos commented on 8546154 Apr 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last but not least, this broke the build, at least for me locally :(

$ lerna bootstrap
Lerna v2.0.0-beta.38
Bootstrapping 9 packages
Preinstalling packages
Installing external dependencies
NpmUtilities.installInDir     ("./packages/example-codehub", ["mocha@^3.2.0","http-errors@^1.6.1","loopback@^4.0.0-alpha.1"], {})
Command exited with status 1: npm install
Errored while running BootstrapCommand.execute
Command exited with status 1: npm install
Waiting for 3 child processes to exit. CTRL-C to exit immediately.

@bajtos
Copy link
Member

@bajtos bajtos commented on 8546154 Apr 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed the build in #208, let discuss the rest in #179.

Please sign in to comment.