@alpinejs/docs 3.6.1-revision.1 → 3.6.1-revision.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpinejs/docs",
3
- "version": "3.6.1-revision.1",
3
+ "version": "3.6.1-revision.2",
4
4
  "description": "The documentation for Alpine",
5
5
  "author": "Caleb Porzio",
6
6
  "license": "MIT"
@@ -24,7 +24,7 @@ You can include the CDN build of this plugin as a `<script>` tag, just make sure
24
24
 
25
25
  ```alpine
26
26
  <!-- Alpine Plugins -->
27
- <script defer src="https://unpkg.com/@alpinejs/portal@3.6.0-beta.0/dist/cdn.min.js"></script>
27
+ <script defer src="https://unpkg.com/@alpinejs/portal@3.6.1-beta.0/dist/cdn.min.js"></script>
28
28
 
29
29
  <!-- Alpine Core -->
30
30
  <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>