We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1898048 commit 47fb761Copy full SHA for 47fb761
CHANGELOG.md
@@ -15,3 +15,8 @@
15
16
- Adds the ability for a custom wisp server back
17
- Increases upload fileSize capacity in hopes that bigger files can now be uploaded
18
+
19
+# 9.0.3
20
21
+- Bugfix: themes with caps don't uninstall - fixed
22
+- Rewrite: InstalledThemes and InstalledPlugins are now in Astro instead of Svelte
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nebula",
3
"type": "module",
4
- "version": "9.0.2",
+ "version": "9.0.3",
5
"private": true,
6
"scripts": {
7
"dev": "astro dev --host 0.0.0.0 & tsx --watch server/server.ts",
0 commit comments