Skip to content

Commit 31cae54

Browse files
committed
Version bump
1 parent 7823f0d commit 31cae54

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ HTML:
154154
<!-- Requires Vue version 3.x -->
155155
<script src="https://unpkg.com/vue@next"></script>
156156
<!-- Flow Form -->
157-
<script src="https://unpkg.com/@ditdot-dev/[email protected].0"></script>
157+
<script src="https://unpkg.com/@ditdot-dev/[email protected].1"></script>
158158
<!-- Flow Form base CSS -->
159-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].0/dist/vue-flow-form.min.css">
159+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].1/dist/vue-flow-form.min.css">
160160
<!-- Optional theme.css -->
161-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].0/dist/vue-flow-form.theme-minimal.min.css">
161+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].1/dist/vue-flow-form.theme-minimal.min.css">
162162
<!-- Optional font -->
163163
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;900&amp;display=swap">
164164
</head>

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ditdot-dev/vue-flow-form",
33
"author": "DITDOT",
44
"description": "Create conversational conditional-logic forms with Vue.js.",
5-
"version": "2.2.0",
5+
"version": "2.2.1",
66
"private": false,
77
"scripts": {
88
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)