@driveflux/ui 1.0.0-next.2 → 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/ui@1.0.0-next.2 build /Users/flux/Projects/flux/shared/ui
3
+ > @driveflux/ui@1.0.0 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 (163.42ms)
7
+ Successfully compiled: 19 files with swc (219.78ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @driveflux/ui
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
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - @driveflux/icons@1.0.0
19
+
3
20
  ## 1.0.0-next.2
4
21
 
5
22
  ### 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.0",
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.0",
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.0",
52
+ "@driveflux/fab": "1.0.0",
53
+ "@driveflux/problem": "4.0.0",
54
+ "@driveflux/result": "4.0.0",
55
+ "@driveflux/tsconfig": "1.0.0",
56
56
  "@lingui/macro": "^4.7.0",
57
57
  "@swc/cli": "^0.3.9",
58
58
  "@swc/core": "^1.4.0",