create-pdf-forge 1.0.0-canary.6 → 1.0.0
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 +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# create-pdf-forge
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 5900266: first push
|
|
8
|
+
- 5c74ca5: PDF Forge first running complete-set
|
|
9
|
+
- e1e950f: fix build
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 72a1a1c: fix placeholders
|
|
14
|
+
- 4a9d8a8: fix tree utility
|
|
15
|
+
- bd4acce: fixed dep issues and esbuild
|
|
16
|
+
- 1065ca3: sharp, esbuild, offline assets and watarfall
|
|
17
|
+
|
|
3
18
|
## 1.0.0-canary.6
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-pdf-forge",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "The easiest way to get started with React PDF",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"nypm": "0.6.0",
|
|
31
31
|
"react": "19.0.0",
|
|
32
32
|
"typescript": "5.8.3",
|
|
33
|
-
"tsconfig": "1.0.0
|
|
33
|
+
"tsconfig": "1.0.0"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"test": "vitest run"
|