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