@driveflux/frontend-pdf 1.0.0-next.2 → 1.0.1

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.2 build /Users/flux/Projects/flux/shared/frontend-pdf
3
+ > @driveflux/frontend-pdf@1.0.1 build /Users/flux/Projects/flux/shared/frontend-pdf
4
4
  > fab
5
5
 
6
- Successfully compiled: 2 files with swc (206.89ms)
7
- Successfully compiled: 2 files with swc (210.65ms)
6
+ Successfully compiled: 2 files with swc (285.51ms)
7
+ Successfully compiled: 2 files with swc (297.16ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @driveflux/frontend-pdf
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump versions
8
+
9
+ ## 1.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 4.5 pre-release
14
+
15
+ ### Patch Changes
16
+
17
+ - verion bump + minor improvements
18
+ - Bump all versions
19
+ - Version bump
20
+
3
21
  ## 1.0.0-next.2
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.2",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -17,9 +17,9 @@
17
17
  "jspdf": "^2.5.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@driveflux/eslint-config": "1.0.0-next.2",
21
- "@driveflux/fab": "1.0.0-next.2",
22
- "@driveflux/tsconfig": "1.0.0-next.2",
20
+ "@driveflux/eslint-config": "1.0.1",
21
+ "@driveflux/fab": "1.0.1",
22
+ "@driveflux/tsconfig": "1.0.1",
23
23
  "@swc/cli": "^0.3.9",
24
24
  "@swc/core": "^1.4.0",
25
25
  "@types/lodash": "^4.14.202",