浏览代码

Bump version to 3.0.8

Caleb Porzio 3 年之前
父节点
当前提交
70c1a6ee71
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      packages/alpinejs/package.json
  2. 1 1
      packages/docs/package.json
  3. 1 1
      packages/docs/src/en/essentials/installation.md

+ 1 - 1
packages/alpinejs/package.json

@@ -1,6 +1,6 @@
 {
     "name": "alpinejs",
-    "version": "3.0.7",
+    "version": "3.0.8",
     "description": "The rugged, minimal JavaScript framework",
     "author": "Caleb Porzio",
     "license": "MIT",

+ 1 - 1
packages/docs/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@alpinejs/docs",
-    "version": "3.0.7-revision.1",
+    "version": "3.0.8-revision.1",
     "description": "The documentation for Alpine",
     "author": "Caleb Porzio",
     "license": "MIT"

+ 1 - 1
packages/docs/src/en/essentials/installation.md

@@ -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.
 
 ```html
-<script defer src="https://unpkg.com/alpinejs@3.0.7/dist/cdn.min.js"></script>
+<script defer src="https://unpkg.com/alpinejs@3.0.8/dist/cdn.min.js"></script>
 ```
 
 That's it! Alpine is now available for use inside your page.