Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Aug 15, 2023
1 parent 07f362f commit 175f8c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@educorvi/vue-json-form",
"version": "1.5.3",
"version": "2.0.0",
"private": false,
"license": "MIT",
"main": "dist/vue-json-form.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layouts/ButtonGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<script>
import layoutMixin from "./layoutMixin";
import Button from "@/components/Layouts/Button.vue";
import Button from "./Button.vue";
//@group Layouts
export default {
name: "ButtonGroup",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layouts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import htmlRenderer from "./htmlRenderer.vue";
import Divider from "./Divider.vue";
import Wizard from "./Wizard.vue";
import Button from "./Button.vue";
import ButtonGroup from "@/components/Layouts/ButtonGroup.vue";
import ButtonGroup from "./ButtonGroup.vue";

export default {
Control, Group, VerticalLayout, HorizontalLayout, htmlRenderer, Divider, Wizard, Button, ButtonGroup
Expand Down

0 comments on commit 175f8c8

Please sign in to comment.