@scaleflex/widget-pdf-js 4.0.2 → 4.0.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.0.3](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.3) (2025-08-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleflex/widget-pdf-js",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "Pdf-js integration with Scaleflex",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@scaleflex/icons": "^3.0.0-beta.11",
17
17
  "@scaleflex/ui": "^3.0.0-beta.11",
18
- "@scaleflex/widget-common": "^4.0.2"
18
+ "@scaleflex/widget-common": "^4.0.3"
19
19
  },
20
20
  "devDependencies": {
21
21
  "react": "^19.0.0",
@@ -27,5 +27,5 @@
27
27
  "react": ">=19.0.0",
28
28
  "react-dom": ">=19.0.0"
29
29
  },
30
- "gitHead": "244f78ed198cf8709905eef721cf02d185f15051"
30
+ "gitHead": "e6498885ac341cc9d14f4beb4a2fd582c129d905"
31
31
  }