astro-loading-indicator
Advanced tools
Comparing version 0.6.1 to 0.7.0
# astro-loading-indicator | ||
## 0.7.0 | ||
### Minor Changes | ||
- d057e74: Adds support for Astro 5.0 | ||
## 0.6.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "astro-loading-indicator", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "Display a progress bar between page navigations when using View Transitions", | ||
@@ -27,5 +27,5 @@ "author": { | ||
"peerDependencies": { | ||
"astro": "^4.0.0" | ||
"astro": "^4.0.0 || ^5.0.0" | ||
}, | ||
"scripts": {} | ||
} |
9017