@stackshift-ui/scripts 6.1.0-beta.0 → 7.0.0-beta.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @stackshift-ui/scripts
2
2
 
3
+ ## 7.0.0-beta.3
4
+
5
+ ### Major Changes
6
+
7
+ - beta updates
8
+
9
+ ## 6.1.0-beta.2
10
+
11
+ ### Patch Changes
12
+
13
+ - bump pre publish version
14
+
15
+ ## 6.1.0-beta.1
16
+
17
+ ### Minor Changes
18
+
19
+ - Packages updates and fixes
20
+
3
21
  ## 6.1.0-beta.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackshift-ui/scripts",
3
- "version": "6.1.0-beta.0",
3
+ "version": "7.0.0-beta.3",
4
4
  "description": "",
5
5
  "main": "rebrand.js",
6
6
  "scripts": {}
@@ -43,7 +43,10 @@
43
43
  "dependencies": {
44
44
  "@stackshift-ui/scripts": "workspace:*",
45
45
  "@stackshift-ui/system": "workspace:*",
46
- "classnames": "^2.5.1"
46
+ "classnames": "^2.5.1",
47
+ "date-fns": "^4.1.0",
48
+ "lucide-react": "^0.468.0",
49
+ "react-day-picker": "^9.7.0"
47
50
  },
48
51
  "peerDependencies": {
49
52
  "@types/react": "16.8 - 19",