create-pdf-forge 1.0.0-canary.6 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # create-pdf-forge
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 73a7434: programtic render and preview, more example of backend use
8
+
9
+ ## 1.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 5900266: first push
14
+ - 5c74ca5: PDF Forge first running complete-set
15
+ - e1e950f: fix build
16
+
17
+ ### Patch Changes
18
+
19
+ - 72a1a1c: fix placeholders
20
+ - 4a9d8a8: fix tree utility
21
+ - bd4acce: fixed dep issues and esbuild
22
+ - 1065ca3: sharp, esbuild, offline assets and watarfall
23
+
3
24
  ## 1.0.0-canary.6
4
25
 
5
26
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-pdf-forge",
3
- "version": "1.0.0-canary.6",
3
+ "version": "1.1.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-canary.4"
33
+ "tsconfig": "1.1.0"
34
34
  },
35
35
  "scripts": {
36
36
  "test": "vitest run"