Skip to content

Commit

Permalink
Update daisyUI
Browse files Browse the repository at this point in the history
  • Loading branch information
batosai committed Jul 14, 2023
1 parent ec178cf commit d375aa0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fractal/components/_preview.edge
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Preview Layout</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link href="https://cdn.jsdelivr.net/npm/daisyui@3.1.9/dist/full.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/daisyui@3.2.1/dist/full.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet" type="text/css" />
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>

Expand Down
5 changes: 5 additions & 0 deletions fractal/docs/03-changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.6.2

- Fix drawer z-index sidebar
- Update daisyUI

# 1.6.1

- Fix drawer component
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jrmc/edge-components",
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"main": "build/index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"peerDependencies": {
"@adonisjs/core": "^5.9.0",
"alpinejs": "^3.12.0",
"daisyui": "^3.1.0",
"daisyui": "^3.2.0",
"tailwindcss": "^3.3.0"
},
"volta": {
Expand Down

0 comments on commit d375aa0

Please sign in to comment.