Skip to content

Commit

Permalink
prepare 10.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Oct 11, 2024
1 parent b1415f0 commit 0391841
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 10.3.1 - 07.10.2024
## 10.3.3 - 11.10.2024

- [[#1140](https://github.com/VadimDez/ng2-pdf-viewer/pull/1140)] - chore: Update pdfjs-dist to v4.6.82
- [[#1139](https://github.com/VadimDez/ng2-pdf-viewer/issues/1139)] - Update pdfjs-dist to v4.6.82

## 10.3.2 - 07.10.2024

- [[#1137](https://github.com/VadimDez/ng2-pdf-viewer/issues/1137)] - Latest version requires Typescript 5.6 which current LTS of angular (v18.2.7) does not support
- [[#1138](https://github.com/VadimDez/ng2-pdf-viewer/pull/1138)] - Fix: lock pdfjs version
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@
<div class="sk-cube3 sk-cube"></div>
</div>
</pdf-viewer-app>
<script src="runtime.bf065c1b648d1fbd.js" type="module"></script><script src="polyfills.54b7c769118667dd.js" type="module"></script><script src="main.2e87f08fc8152402.js" type="module"></script></body>
<script src="runtime.bf065c1b648d1fbd.js" type="module"></script><script src="polyfills.54b7c769118667dd.js" type="module"></script><script src="main.5752f7814dd6ff49.js" type="module"></script></body>

</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@
<div class="sk-cube3 sk-cube"></div>
</div>
</pdf-viewer-app>
<script src="runtime.bf065c1b648d1fbd.js" type="module"></script><script src="polyfills.54b7c769118667dd.js" type="module"></script><script src="main.2e87f08fc8152402.js" type="module"></script></body>
<script src="runtime.bf065c1b648d1fbd.js" type="module"></script><script src="polyfills.54b7c769118667dd.js" type="module"></script><script src="main.5752f7814dd6ff49.js" type="module"></script></body>

</html>
1 change: 0 additions & 1 deletion docs/main.2e87f08fc8152402.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.5752f7814dd6ff49.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-pdf-viewer",
"version": "10.3.2",
"version": "10.3.3",
"description": "Angular 5+ component for rendering PDF",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 0391841

Please sign in to comment.