@driveflux/frontend-pdf 1.0.0-next.1 → 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.
@@ -1,7 +1,7 @@
1
1
 
2
2
  
3
- > @driveflux/frontend-pdf@1.0.0-next.1 build /Users/flux/Projects/flux/shared/frontend-pdf
3
+ > @driveflux/frontend-pdf@1.0.0 build /Users/flux/Projects/flux/shared/frontend-pdf
4
4
  > fab
5
5
 
6
- Successfully compiled: 2 files with swc (195.34ms)
7
- Successfully compiled: 2 files with swc (287.88ms)
6
+ Successfully compiled: 2 files with swc (281.3ms)
7
+ Successfully compiled: 2 files with swc (297.11ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @driveflux/frontend-pdf
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 4.5 pre-release
8
+
9
+ ### Patch Changes
10
+
11
+ - verion bump + minor improvements
12
+ - Bump all versions
13
+ - Version bump
14
+
15
+ ## 1.0.0-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Version bump
20
+
3
21
  ## 1.0.0-next.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/frontend-pdf",
3
- "version": "1.0.0-next.1",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -17,16 +17,16 @@
17
17
  "jspdf": "^2.5.1"
18
18
  },
19
19
  "devDependencies": {
20
+ "@driveflux/eslint-config": "1.0.0",
21
+ "@driveflux/fab": "1.0.0",
22
+ "@driveflux/tsconfig": "1.0.0",
20
23
  "@swc/cli": "^0.3.9",
21
24
  "@swc/core": "^1.4.0",
22
25
  "@types/lodash": "^4.14.202",
23
26
  "@types/node": "^20.11.16",
24
27
  "del-cli": "^5.1.0",
25
28
  "eslint": "8.56.0",
26
- "typescript": "^5.3.3",
27
- "@driveflux/eslint-config": "1.0.0-next.1",
28
- "@driveflux/tsconfig": "1.0.0-next.1",
29
- "@driveflux/fab": "1.0.0-next.1"
29
+ "typescript": "^5.3.3"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "fab",