@driveflux/fab 1.0.4 → 1.0.5

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,13 +1,13 @@
1
1
 
2
- > @driveflux/fab@1.0.4 build /Users/flux/Projects/flux/packages/fab
2
+ > @driveflux/fab@1.0.5 build /Users/flux/Projects/flux/packages/fab
3
3
  > pnpm build:js && pnpm build:types
4
4
 
5
5
 
6
- > @driveflux/fab@1.0.4 build:js /Users/flux/Projects/flux/packages/fab
6
+ > @driveflux/fab@1.0.5 build:js /Users/flux/Projects/flux/packages/fab
7
7
  > swc src --strip-leading-paths -d dist
8
8
 
9
- Successfully compiled: 7 files with swc (179.57ms)
9
+ Successfully compiled: 7 files with swc (587.3ms)
10
10
 
11
- > @driveflux/fab@1.0.4 build:types /Users/flux/Projects/flux/packages/fab
11
+ > @driveflux/fab@1.0.5 build:types /Users/flux/Projects/flux/packages/fab
12
12
  > tsc --build --emitDeclarationOnly
13
13
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @driveflux/fab
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Upgraded packages again
8
+
3
9
  ## 1.0.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/fab",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "bin": {