Skip to content

Commit

Permalink
Merge pull request #20 from JoBinsJP/release-1.0.3
Browse files Browse the repository at this point in the history
feat: release formjs-vue2
  • Loading branch information
bedus-creation authored Sep 11, 2023
2 parents 2cc7482 + 65061b0 commit b951059
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
##### Build Packages
```bash
npm install --workspace=packages --if-present
```

```bash
npm run build --workspace=packages --if-present
```
Expand Down
24 changes: 13 additions & 11 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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formjs-core",
"version": "0.0.30",
"version": "0.1.0",
"type": "module",
"contributors": [
"Bedram Tamang <tmgbedu@gmail.com>"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formjs-vue2",
"version": "0.0.30",
"version": "0.1.0",
"type": "module",
"contributors": [
"Bedram Tamang <tmgbedu@gmail.com>"
Expand All @@ -26,7 +26,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"formjs-core": "^0.0.34",
"formjs-core": "^1.0.2",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"yup": "^1.0.0",
Expand Down

0 comments on commit b951059

Please sign in to comment.