Skip to content

Commit ed79826

Browse files
v0.0.8
1 parent 9ad2893 commit ed79826

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ _fresh/
1010
# npm + other dependencies
1111
node_modules/
1212
vendor/
13+
.DS_Store

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Version History
44

5+
### v0.0.8
6+
7+
- Added a fix for an overflowing content in the Markdown component.
8+
59
### v0.0.7
610

711
- Added a Markdown component.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"imports": {
2121
"@/": "./",
2222
"@lunchbox/ui": "jsr:@lunchbox/ui@3.0.0",
23-
"lunchbox-css": "npm:lunchbox-css@^0.1.3",
23+
"lunchbox-css": "npm:lunchbox-css@^0.1.4",
2424
"@tailwindcss/typography": "npm:@tailwindcss/typography@^0.5.16",
2525
"daisyui": "npm:daisyui@^5.0.37",
2626
"fresh": "jsr:@fresh/core@^2.0.0-alpha.34",

0 commit comments

Comments
 (0)