Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 30, 2023
1 parent ca3560c commit bde7963
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schemastery",
"description": "Type driven schema validator",
"version": "3.8.1",
"version": "3.9.0",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schemastery-vue",
"description": "Type driven schema validator",
"version": "5.0.3",
"version": "6.0.0",
"main": "src/index.ts",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"vue": "^3"
},
"dependencies": {
"schemastery": "^3.8.1"
"schemastery": "^3.9.0"
}
}
6 changes: 6 additions & 0 deletions packages/form/src/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ if (import.meta.hot) {

<style lang="scss">
.k-form {
&:not(:first-child) {
margin-top: 2rem;
}
}
@media screen and (max-width: 480px) {
.k-form {
margin: 0 -1.5rem;
Expand Down

0 comments on commit bde7963

Please sign in to comment.