Skip to content

Commit

Permalink
Release v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed May 11, 2023
1 parent e579cc8 commit b5920c2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/alpinejs/package.json
@@ -1,6 +1,6 @@
{
"name": "alpinejs",
"version": "3.12.0",
"version": "3.12.1",
"description": "The rugged, minimal JavaScript framework",
"homepage": "https://alpinejs.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/collapse/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/collapse",
"version": "3.12.0",
"version": "3.12.1",
"description": "Collapse and expand elements with robust animations",
"homepage": "https://alpinejs.dev/plugins/collapse",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/docs",
"version": "3.12.0-revision.1",
"version": "3.12.1-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://cdn.jsdelivr.net/npm/alpinejs@3.12.0/dist/cdn.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.12.1/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/focus/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/focus",
"version": "3.12.0",
"version": "3.12.1",
"description": "Manage focus within a page",
"homepage": "https://alpinejs.dev/plugins/focus",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/intersect/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/intersect",
"version": "3.12.0",
"version": "3.12.1",
"description": "Trigger JavaScript when an element enters the viewport",
"homepage": "https://alpinejs.dev/plugins/intersect",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mask/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/mask",
"version": "3.12.0",
"version": "3.12.1",
"description": "An Alpine plugin for input masking",
"homepage": "https://alpinejs.dev/plugins/mask",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/morph/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/morph",
"version": "3.12.0",
"version": "3.12.1",
"description": "Diff and patch a block of HTML on a page with an HTML template",
"homepage": "https://alpinejs.dev/plugins/morph",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/persist/package.json
@@ -1,6 +1,6 @@
{
"name": "@alpinejs/persist",
"version": "3.12.0",
"version": "3.12.1",
"description": "Persist Alpine data across page loads",
"homepage": "https://alpinejs.dev/plugins/persist",
"repository": {
Expand Down

0 comments on commit b5920c2

Please sign in to comment.