Skip to content

Commit c89114f

Browse files
committed
Version bump
1 parent b1e4d56 commit c89114f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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/vue-flow-form@2.2.1"></script>
157+
<script src="https://unpkg.com/@ditdot-dev/vue-flow-form@2.3.0"></script>
158158
<!-- Flow Form base CSS -->
159-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.2.1/dist/vue-flow-form.min.css">
159+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.3.0/dist/vue-flow-form.min.css">
160160
<!-- Optional theme.css -->
161-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.2.1/dist/vue-flow-form.theme-minimal.min.css">
161+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.3.0/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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.1",
5+
"version": "2.3.0",
66
"private": false,
77
"scripts": {
88
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)