We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037a2bf commit 8736491Copy full SHA for 8736491
CHANGELOG.md
@@ -20,3 +20,9 @@
20
21
- Bugfix: themes with caps don't uninstall - fixed
22
- Rewrite: InstalledThemes and InstalledPlugins are now in Astro instead of Svelte
23
+
24
+# 9.0.4
25
26
+- General Bugfixes
27
+- Removes Svelte except for 2 componenents
28
+- Scramjet :rocket:
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nebula",
3
"type": "module",
4
- "version": "9.0.3",
+ "version": "9.0.4",
5
"private": true,
6
"scripts": {
7
"dev": "astro dev --host 0.0.0.0 & tsx --watch server/server.ts",
0 commit comments