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 9ad2893 commit ed79826Copy full SHA for ed79826
.gitignore
@@ -10,3 +10,4 @@ _fresh/
10
# npm + other dependencies
11
node_modules/
12
vendor/
13
+.DS_Store
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Version History
4
5
+### v0.0.8
6
+
7
+- Added a fix for an overflowing content in the Markdown component.
8
9
### v0.0.7
- Added a Markdown component.
deno.json
@@ -20,7 +20,7 @@
20
"imports": {
21
"@/": "./",
22
"@lunchbox/ui": "jsr:@lunchbox/ui@3.0.0",
23
- "lunchbox-css": "npm:lunchbox-css@^0.1.3",
+ "lunchbox-css": "npm:lunchbox-css@^0.1.4",
24
"@tailwindcss/typography": "npm:@tailwindcss/typography@^0.5.16",
25
"daisyui": "npm:daisyui@^5.0.37",
26
"fresh": "jsr:@fresh/core@^2.0.0-alpha.34",
0 commit comments