Skip to content

Commit

Permalink
Release 17.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codehippie1 committed Jan 3, 2024
1 parent bec0e2f commit 64cc21a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Binary file added SampleApp/ng2-pdfjs-viewer-17.0.3.tgz
Binary file not shown.
Binary file added SampleApp/ng2-pdfjs-viewer-17.0.8.tgz
Binary file not shown.
12 changes: 6 additions & 6 deletions SampleApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SampleApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/router": "^17.0.3",
"core-js": "^3.21.0",
"hammerjs": "^2.0.8",
"ng2-pdfjs-viewer": "file:ng2-pdfjs-viewer-17.0.2.tgz",
"ng2-pdfjs-viewer": "file:ng2-pdfjs-viewer-17.0.3.tgz",
"rxjs": "^7.5.4",
"zone.js": "~0.14.2"
},
Expand Down
4 changes: 2 additions & 2 deletions lib/auto_deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ copy .\pdfjs\web\viewer.js ..\SampleApp\src\assets\pdfjs\web -Force
npm run build
cd dist
npm pack
copy .\ng2-pdfjs-viewer-17.0.2.tgz ..\..\SampleApp\ -Force
copy .\ng2-pdfjs-viewer-17.0.3.tgz ..\..\SampleApp\ -Force
cd ..\..\SampleApp\
npm uninstall ng2-pdfjs-viewer
npm install .\ng2-pdfjs-viewer-17.0.2.tgz
npm install .\ng2-pdfjs-viewer-17.0.3.tgz
npm start
2 changes: 1 addition & 1 deletion lib/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-pdfjs-viewer",
"version": "17.0.2",
"version": "17.0.3",
"$schema": "./node_modules/ng-packagr/package.schema.json",
"peerDependencies": {
"@angular/common": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-pdfjs-viewer",
"version": "17.0.2",
"version": "17.0.3",
"$schema": "./node_modules/ng-packagr/package.schema.json",
"scripts": {
"build": "ng-packagr -p ng-package.json"
Expand Down

0 comments on commit 64cc21a

Please sign in to comment.