aw-wizard-forms 4.9.2 → 4.9.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,13 +18,13 @@ A lightweight, Typeform-style multi-step form wizard built with Lit Web Componen
18
18
 
19
19
  ```html
20
20
  <!-- Pin to specific version (recommended) -->
21
- <script src="https://cdn.jsdelivr.net/npm/aw-wizard-forms@4.9.1/dist/wizard-form.min.js"></script>
21
+ <script src="https://cdn.jsdelivr.net/npm/aw-wizard-forms@4.9.3/dist/wizard-form.min.js"></script>
22
22
 
23
23
  <!-- Or use latest (auto-updates) -->
24
24
  <script src="https://cdn.jsdelivr.net/npm/aw-wizard-forms@latest/dist/wizard-form.min.js"></script>
25
25
  ```
26
26
 
27
- Replace `4.9.1` with your desired version. See [npm](https://www.npmjs.com/package/aw-wizard-forms) for available versions.
27
+ Replace `4.9.3` with your desired version. See [npm](https://www.npmjs.com/package/aw-wizard-forms) for available versions.
28
28
 
29
29
  ## Quick Start
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aw-wizard-forms",
3
- "version": "4.9.2",
3
+ "version": "4.9.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },