@stackframe/stack-sc 1.5.3 → 1.5.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +85 -0
  2. package/package.json +4 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,85 @@
1
+ # @stackframe/stack-sc
2
+
3
+ ## 1.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Bugfixes
8
+
9
+ ## 1.5.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Bugfixes
14
+
15
+ ## 1.5.2
16
+
17
+ ### Patch Changes
18
+
19
+ - CRUD schemas
20
+
21
+ ## 1.5.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Teams, permissions and RBAC
26
+
27
+ ## 1.5.0
28
+
29
+ ### Minor Changes
30
+
31
+ - Middleware support
32
+
33
+ ## 1.4.1
34
+
35
+ ### Patch Changes
36
+
37
+ - Add README file
38
+
39
+ ## 1.4.0
40
+
41
+ ### Minor Changes
42
+
43
+ - 96c26a7: added magic link
44
+
45
+ ## 1.3.2
46
+
47
+ ### Patch Changes
48
+
49
+ - 5909ecd: fixed bugs
50
+
51
+ ## 1.3.1
52
+
53
+ ### Patch Changes
54
+
55
+ - fixed minor errors
56
+
57
+ ## 1.3.0
58
+
59
+ ### Minor Changes
60
+
61
+ - 9e9907f: Added new stack UI system
62
+
63
+ ## 1.2.1
64
+
65
+ ### Patch Changes
66
+
67
+ - fixed import bugs
68
+
69
+ ## 1.2.0
70
+
71
+ ### Minor Changes
72
+
73
+ - Fixed infinite reload bug, added dashboard provider update
74
+
75
+ ## 1.1.1
76
+
77
+ ### Patch Changes
78
+
79
+ - publish stack-sc
80
+
81
+ ## 1.1.0
82
+
83
+ ### Minor Changes
84
+
85
+ - fixed bugs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackframe/stack-sc",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "exports": {
5
5
  "./force-react-server": {
6
6
  "types": "./dist/index.react-server.d.ts",
@@ -18,7 +18,9 @@
18
18
  },
19
19
  "files": [
20
20
  "README.md",
21
- "dist"
21
+ "dist",
22
+ "CHANGELOG.md",
23
+ "LICENSE"
22
24
  ],
23
25
  "peerDependencies": {
24
26
  "next": "^14.1",