Skip to content

Commit

Permalink
Update to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Sep 18, 2021
1 parent b57dfe8 commit 0fa6374
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/alpinejs/package.json
@@ -1,6 +1,6 @@
{
"name": "alpinejs",
"version": "3.3.4",
"version": "3.3.5",
"description": "The rugged, minimal JavaScript framework",
"author": "Caleb Porzio",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/docs",
"version": "3.3.4-revision.2",
"version": "3.3.5-revision.1",
"description": "The documentation for Alpine",
"author": "Caleb Porzio",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/en/essentials/installation.md
Expand Up @@ -33,7 +33,7 @@ This is by far the simplest way to get started with Alpine. Include the followin
Notice the `@3.x.x` in the provided CDN link. This will pull the latest version of Alpine version 3. For stability in production, it's recommended that you hardcode the latest version in the CDN link.

```alpine
<script defer src="https://unpkg.com/alpinejs@3.3.4/dist/cdn.min.js"></script>
<script defer src="https://unpkg.com/alpinejs@3.3.5/dist/cdn.min.js"></script>
```

That's it! Alpine is now available for use inside your page.
Expand Down
2 changes: 1 addition & 1 deletion packages/intersect/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/intersect",
"version": "3.3.4",
"version": "3.3.5",
"description": "Trigger JavaScript when an element enters the viewport",
"author": "Caleb Porzio",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/persist/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/persist",
"version": "3.3.4",
"version": "3.3.5",
"description": "Persist Alpine data across page loads",
"author": "Caleb Porzio",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/trap/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/trap",
"version": "3.3.4",
"version": "3.3.5",
"description": "Trap focus on a page within a specific element",
"author": "Caleb Porzio",
"license": "MIT",
Expand Down

0 comments on commit 0fa6374

Please sign in to comment.