Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
themyth92 committed Feb 1, 2018
1 parent d7db353 commit b46c2a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-lightbox",
"version": "1.2.2",
"version": "1.2.3",
"description": "A port angular2 for lightbox2",
"main": "index.js",
"dependencies": {},
Expand All @@ -13,7 +13,7 @@
"@angular/platform-browser": "^5.0.1",
"@angular/platform-browser-dynamic": "^5.0.1",
"@types/jasmine": "^2.5.44",
"angular2-lightbox": "^1.2.2",
"angular2-lightbox": "^1.2.3",
"awesome-typescript-loader": "^3.1.2",
"copyfiles": "^1.2.0",
"core-js": "^2.4.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ amdefine@>=0.0.4:
version "1.0.1"
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"

angular2-lightbox@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/angular2-lightbox/-/angular2-lightbox-1.2.1.tgz#5e3ddf0df60ca37d81949ade9955bfc169eeadc2"
angular2-lightbox@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/angular2-lightbox/-/angular2-lightbox-1.2.2.tgz#39352d39c4fc47c521b7434c77b0f23d6eb45c46"

ansi-align@^2.0.0:
version "2.0.0"
Expand Down

3 comments on commit b46c2a1

@lucaritossa
Copy link
Contributor

@lucaritossa lucaritossa commented on b46c2a1 Feb 1, 2018

Choose a reason for hiding this comment

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

@themyth92 I don't know why but the latest release 1.2.3 is not correctly installed using "npm install"
It doesn't contain "dist" folder and all *.js + *.d.ts stuff.

@themyth92
Copy link
Owner Author

Choose a reason for hiding this comment

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

Could you try to install both version 1.2.2 and 1.2.1 ? Because since version 1.2.2 I have changed the build structure so it may be different.

@themyth92
Copy link
Owner Author

@themyth92 themyth92 commented on b46c2a1 Feb 2, 2018

Choose a reason for hiding this comment

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

I just publish new version 1.2.4. It should contain all *.js and *.d.ts files

Please sign in to comment.