@fluxy-chat/create-fluxy-chat 0.5.13 → 0.5.14
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 +6 -0
- package/package.json +1 -1
- package/templates/basic/package.json +1 -1
- package/templates/comments-board/package.json +1 -1
- package/templates/deal-room/package.json +1 -1
- package/templates/discord/package.json +1 -1
- package/templates/draw/package.json +1 -1
- package/templates/fleet-panel/package.json +1 -1
- package/templates/full/package.json +2 -2
- package/templates/game-tick/package.json +1 -1
- package/templates/iot-panel/package.json +1 -1
- package/templates/javascript-live-cursors/package.json +1 -1
- package/templates/live-cursors/package.json +1 -1
- package/templates/live-cursors-chat/package.json +1 -1
- package/templates/minimal/.env.example +2 -1
- package/templates/minimal/package.json +2 -2
- package/templates/minimal/src/App.tsx +1 -0
- package/templates/react/package.json +1 -1
- package/templates/slack/package.json +1 -1
- package/templates/telegram/package.json +1 -1
- package/templates/tiptap-room/package.json +1 -1
- package/templates/voice-stage/package.json +1 -1
- package/templates/war-room/package.json +1 -1
- package/templates/whiteboard/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.5.14] - 2026-08-27
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Templates pin `@fluxy-chat/sdk@^0.6.5`. Minimal template pins `@fluxy-chat/ui-kit@^0.1.3` and uses guest mode when no member JWT is set. Publish protocol `0.1.5`, sdk `0.6.5`, and ui-kit `0.1.3` **before** this CLI.
|
|
8
|
+
|
|
3
9
|
## [0.5.13] - 2026-08-27
|
|
4
10
|
|
|
5
11
|
### Changed
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@fluxy-chat/react": "^0.1.4",
|
|
20
|
-
"@fluxy-chat/sdk": "^0.6.
|
|
20
|
+
"@fluxy-chat/sdk": "^0.6.5",
|
|
21
21
|
"@fluxy-chat/ui": "^0.1.4",
|
|
22
22
|
"class-variance-authority": "^0.7.1",
|
|
23
23
|
"clsx": "^2.1.1",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"pnpm": {
|
|
42
42
|
"overrides": {
|
|
43
|
-
"@fluxy-chat/sdk": "^0.6.
|
|
43
|
+
"@fluxy-chat/sdk": "^0.6.5"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@fluxy-chat/ui-kit": "^0.1.
|
|
12
|
+
"@fluxy-chat/ui-kit": "^0.1.3",
|
|
13
13
|
"@fluxy-chat/ui": "^0.1.4",
|
|
14
14
|
"@fluxy-chat/react": "^0.1.4",
|
|
15
|
-
"@fluxy-chat/sdk": "^0.6.
|
|
15
|
+
"@fluxy-chat/sdk": "^0.6.5",
|
|
16
16
|
"react": "^19.0.0",
|
|
17
17
|
"react-dom": "^19.0.0"
|
|
18
18
|
},
|