Skip to content

Commit

Permalink
v1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Feb 14, 2025
1 parent 3cd4a5d commit 47afc9e
Show file tree
Hide file tree
Showing 29 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Datastar helps you build reactive web applications with the simplicity of server
Getting started is as easy as adding a single 14.5 KiB script tag to your HTML.

```html
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/[email protected].6/bundles/datastar.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/[email protected].7/bundles/datastar.js"></script>
```

Then start adding frontend reactivity using declarative <code>data-*</code> attributes.
Expand Down Expand Up @@ -46,7 +46,7 @@ You can manually add your own plugins to the core:
<script type="importmap">
{
"imports": {
"datastar": "https://cdn.jsdelivr.net/gh/starfederation/[email protected].6/bundles/datastar.js"
"datastar": "https://cdn.jsdelivr.net/gh/starfederation/[email protected].7/bundles/datastar.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.6
1.0.0-beta.7
2 changes: 1 addition & 1 deletion bundles/datastar-aliased.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47afc9e

Please sign in to comment.