Skip to content

Commit 11121ed

Browse files
committed
Version upgrade with pull requests
1 parent 5e057bb commit 11121ed

File tree

7 files changed

+11
-18
lines changed

7 files changed

+11
-18
lines changed

Demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"jquery": "^3.5.1",
5656
"json-loader": "^0.5.7",
5757
"moment": "^2.29.1",
58-
"ng2-pdfjs-viewer": "^5.0.7",
58+
"ng2-pdfjs-viewer": "^6.0.2",
5959
"ngx-bootstrap": "^6.2.0",
6060
"ngx-highlightjs": "^4.1.3",
6161
"node-sass": "^5.0.0",

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</a>
99
</p>
1010

11-
***🎉 Thanks a ton to the community - Now closing in on a million downloads!!!***
11+
***🎉 Thanks a ton to the community - We are talking Downloads in millions now!!!***
1212

1313
***This project is currently maintained by a single developer on his spare time. Inviting contributors and pull requests to pick-up momentum, and handle the expansive userbase and feature requests.***
1414

SampleApp/package-lock.json

Lines changed: 3 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</a>
99
</p>
1010

11-
***🎉 Thanks a ton to the community - Now closing in on a million downloads!!!***
11+
***🎉 Thanks a ton to the community - We are talking Downloads in millions now!!!***
1212

13-
***This project is currently maintained by a single developer on his spare time. Inviting contributors and pull requests to pick-up momentum, and handle the expansive userbase and requests.***
13+
***This project is currently maintained by a single developer on his spare time. Inviting contributors and pull requests to pick-up momentum, and handle the expansive userbase and feature requests.***
1414

1515
This is a super simple angular component for displaying pdfs inline(embedded) OR in a new tab along with a feature rich viewer. It uses mozilla's pdfjs viewer(v2.2.171) behind the scenes and supports angular version above 2.0. Extremely lightweight, easiest to integrate and use, most reliable, this library has only one dependancy (@angular/core).
1616

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-pdfjs-viewer",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/intbot/ng2-pdfjs-viewer"
@@ -25,6 +25,6 @@
2525
"module": "index.js",
2626
"typings": "ng2-pdfjs-viewer.d.ts",
2727
"peerDependencies": {
28-
"@angular/core": "^11.2.3"
28+
"@angular/core": "<=11"
2929
}
3030
}

dist/pdfjs/build/pdf.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-pdfjs-viewer",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/intbot/ng2-pdfjs-viewer"

0 commit comments

Comments
 (0)