@driveflux/ui 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/ui@1.0.0-next.2 build /Users/flux/Projects/flux/shared/ui
3
+ > @driveflux/ui@1.0.1 build /Users/flux/Projects/flux/shared/ui
4
4
  > fab
5
5
 
6
- Successfully compiled: 19 files with swc (181.26ms)
7
- Successfully compiled: 19 files with swc (200.89ms)
6
+ Successfully compiled: 19 files with swc (213.9ms)
7
+ Successfully compiled: 19 files with swc (209.7ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @driveflux/ui
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump versions
8
+ - Updated dependencies
9
+ - @driveflux/icons@1.0.1
10
+
11
+ ## 1.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - 4.5 pre-release
16
+
17
+ ### Patch Changes
18
+
19
+ - verion bump + minor improvements
20
+ - Bump all versions
21
+ - Version bump
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - @driveflux/icons@1.0.0
27
+
3
28
  ## 1.0.0-next.2
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/ui",
3
- "version": "1.0.0-next.2",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@chakra-ui/react": "^2.8.2",
42
- "@driveflux/icons": "1.0.0-next.2",
42
+ "@driveflux/icons": "1.0.1",
43
43
  "lodash": "^4.17.21"
44
44
  },
45
45
  "peerDependencies": {
@@ -48,11 +48,11 @@
48
48
  "swr": "^2.2.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@driveflux/eslint-config": "1.0.0-next.2",
52
- "@driveflux/fab": "1.0.0-next.2",
53
- "@driveflux/problem": "4.0.0-next.2",
54
- "@driveflux/result": "4.0.0-next.2",
55
- "@driveflux/tsconfig": "1.0.0-next.2",
51
+ "@driveflux/eslint-config": "1.0.1",
52
+ "@driveflux/fab": "1.0.1",
53
+ "@driveflux/problem": "4.0.1",
54
+ "@driveflux/result": "4.0.1",
55
+ "@driveflux/tsconfig": "1.0.1",
56
56
  "@lingui/macro": "^4.7.0",
57
57
  "@swc/cli": "^0.3.9",
58
58
  "@swc/core": "^1.4.0",