Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
1.7.0 angular 5 minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
clouless committed Mar 29, 2018
1 parent 1173db5 commit c6bcf3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"COMMENT": "THIS FILE WILL BE PARSED DURING BUILD. IT IS NOT THE ACTUAL PACKAGE FILE PUSHED TO NPMJS!",
"name": "@cloukit/pagination",
"moduleId": "pagination",
"version": "1.6.2",
"version": "1.7.0",
"description": "A pagination component that can be used to paginate huge lists of things.",
"license": "MIT",
"author": "codelcou.io",
Expand All @@ -18,15 +18,15 @@
"test": "./node_modules/mocha/bin/mocha --timeout 8000 --exit -r ts-node/register ./src/logic/*.spec.ts"
},
"dependencies": {
"@cloukit/theme": ">=1.6.1"
"@cloukit/theme": ">=1.7.0"
},
"devDependencies": {
"@cloukit/library-build-chain": "1.17.1",
"@cloukit/story": "1.3.0"
},
"peerDependencies": {
"@angular/common": ">=4.0.0",
"@angular/core": ">=4.0.0",
"@angular/common": ">=5.0.0",
"@angular/core": ">=5.0.0",
"rxjs": ">=5.0.0",
"zone.js": ">=0.8.0"
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
"@types/prismjs" "1.6.2"
prismjs "1.6.0"

"@cloukit/theme@^1.6.1":
version "1.6.2"
resolved "https://registry.yarnpkg.com/@cloukit/theme/-/theme-1.6.2.tgz#fa4924c171ed9b68d7a499adbb13905a8565e9dd"
"@cloukit/theme@>=1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@cloukit/theme/-/theme-1.7.0.tgz#2b337d01560322951931b496a2fafe6d2b2ebf3f"

"@compodoc/ngd-core@^2.0.0-alpha.1", "@compodoc/ngd-core@~2.0.0":
version "2.0.0"
Expand Down

0 comments on commit c6bcf3d

Please sign in to comment.