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 18, 2023
1 parent f3f01b5 commit 5385de7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
commit_message: '[skip ci]'
pull_request_title: 'i18n: update translations'
pull_request_labels:
- i18n
files:
- source: /**/locales/zh-CN.yml
translation: /**/locales/%locale%.yml
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.0",
"version": "3.8.1",
"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.0",
"version": "5.0.2",
"main": "src/index.ts",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"vue": "^3"
},
"dependencies": {
"schemastery": "^3.8.0"
"schemastery": "^3.8.1"
}
}
1 change: 1 addition & 0 deletions packages/form/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"rootDir": "src",
"jsx": "preserve",
"module": "esnext",
"noImplicitAny": true,
"strictNullChecks": false,
"types": [
Expand Down

0 comments on commit 5385de7

Please sign in to comment.