@kishannareshpal/expo-pdf 0.2.4 โ†’ 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -13,6 +13,12 @@
13
13
  _This version does not introduce any user-facing changes._
14
14
  -->
15
15
 
16
+ ## 0.2.5 - 2026-01-18
17
+
18
+
19
+ **Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.4...v0.2.5
20
+
21
+
16
22
  ## 0.2.4 - 2026-01-18
17
23
 
18
24
 
package/README.md CHANGED
@@ -7,7 +7,7 @@ A cross-platform, high-performance PDF viewer for React Native and Expo, built o
7
7
 
8
8
  | [iOS](./docs/preview-ios.mp4) | [Android](./docs/preview-android.mp4) |
9
9
  | ----------------------------------------------------------- | --------------------------------------------------------------- |
10
- | ![@kishannareshpal/expo-pdf iOS preview](./preview-ios.gif) | ![@kishannareshpal/expo-pdf iOS preview](./preview-android.gif) |
10
+ | ![iOS preview](./docs/preview-ios.gif) | ![Android preview](./docs/preview-android.gif) |
11
11
 
12
12
  ## Features
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kishannareshpal/expo-pdf",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "author": "Kishan Jadav <kishan_jadav@hotmail.com> (https://github.com/kishannareshpal)",
5
5
  "repository": "https://github.com/kishannareshpal/expo-pdf",
6
6
  "main": "build/index.js",
package/release_body.txt CHANGED
@@ -1,32 +1,2 @@
1
1
 
2
- ### ๐Ÿ“š Documentation
3
-
4
- - docs: update readme with prior art and uniwind info ([41eed16](https://github.com/kishannareshpal/expo-pdf/commit/41eed169f5f1e8edcaf819e42706020f27bdf5f9)) by `Kishan Jadav`
5
- - docs: fix typo ([75204b4](https://github.com/kishannareshpal/expo-pdf/commit/75204b4b04466b3c62ccb78f3fc28b2472c08e9f)) by `Kishan Jadav`
6
-
7
-
8
- ### ๐Ÿงน Chores
9
-
10
- - chore: bump version to 0.2.4 ([446601b](https://github.com/kishannareshpal/expo-pdf/commit/446601b3ac3ffc46d1331f0418ae15e46e9776d1)) by `github-actions[bot]`
11
- - chore: add uniwind styled component example ([592aafd](https://github.com/kishannareshpal/expo-pdf/commit/592aafdc40aed850a733d1f9eadf8c7410de8143)) by `Kishan Jadav`
12
-
13
-
14
- ### ๐Ÿ“ฆ Other Changes
15
-
16
- - ci: normalize gh release title ([100a27e](https://github.com/kishannareshpal/expo-pdf/commit/100a27e751fc7f09a43e339ef5720b49661a0d2c)) by `Kishan Jadav`
17
- - ci: fix ci release ([99fa945](https://github.com/kishannareshpal/expo-pdf/commit/99fa945234141ea26b2c15214c97f0dc4412d3e8)) by `Kishan Jadav`
18
- - ci: relax pr req and push directly from ci ([baa6a52](https://github.com/kishannareshpal/expo-pdf/commit/baa6a527771ce25aa8dddca055b8cd77f6874453)) by `Kishan Jadav`
19
- - ci: try admin priv. for merging release pr ([f4f3496](https://github.com/kishannareshpal/expo-pdf/commit/f4f349616e7fc26e4bc68630016ba1825106ad76)) by `Kishan Jadav`
20
- - ci: merge release pr ([90b2b2d](https://github.com/kishannareshpal/expo-pdf/commit/90b2b2dd96aecf4734899d70e85cbf0f878450cc)) by `Kishan Jadav`
21
- - ci: fix changelog update ([ca9f012](https://github.com/kishannareshpal/expo-pdf/commit/ca9f0123887c567e325fab9ddc159a01e49bbae8)) by `Kishan Jadav`
22
- - ci: fix pr not merging on release again ([b933332](https://github.com/kishannareshpal/expo-pdf/commit/b9333328a19d0518192aecfab78f5096726c7c7c)) by `Kishan Jadav`
23
- - ci: fix pr not merging on release ([e3cc3bb](https://github.com/kishannareshpal/expo-pdf/commit/e3cc3bb3f5cc7c19baa8ad97d1229b7d37aee662)) by `Kishan Jadav`
24
- - ci: release to create pr to allow push ([60dfc8a](https://github.com/kishannareshpal/expo-pdf/commit/60dfc8a7058dd84e27d071d5ba317e9e306a5b8f)) by `Kishan Jadav`
25
- - ci: tidy release action summary ([64de3d7](https://github.com/kishannareshpal/expo-pdf/commit/64de3d7607f7625994704a66cdedbad25412b695)) by `Kishan Jadav`
26
- - ci: fix gen release notes format ([14d6d2a](https://github.com/kishannareshpal/expo-pdf/commit/14d6d2a391de506e5c7cb201d8616c5e07d145ed)) by `Kishan Jadav`
27
- - ci: update release notes format to include link to commit and author name ([d4c88fa](https://github.com/kishannareshpal/expo-pdf/commit/d4c88fa4c20cad9aaa8165acec262dbdde62c15b)) by `Kishan Jadav`
28
- - ci: include generated summary notes in action summary ([23412a6](https://github.com/kishannareshpal/expo-pdf/commit/23412a6efb602afd1ec2a0a96ac348d714954f69)) by `Kishan Jadav`
29
- - ci: improve release process, update docs preview ([5503c3e](https://github.com/kishannareshpal/expo-pdf/commit/5503c3ec4bafe49ed7a68a2ec8ce821118ad3757)) by `Kishan Jadav`
30
-
31
-
32
- **Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.3...v0.2.4
2
+ **Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.4...v0.2.5