Skip to content

Commit 076e0f8

Browse files
authored
Merge pull request #8 from QuickFlo/development
1.0.0
2 parents 94281b0 + 7553230 commit 076e0f8

6 files changed

Lines changed: 56 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Sensible defaults, clear customization paths. No rebuilding components.
9090

9191
```bash
9292
# Install core and vue package
93-
pnpm add @quickflo/quickforms @quickflo/quickforms-vue
93+
pnpm add @quickflo/quickforms @quickflo/quickforms-vue @quickflo/quickforms-quasar
9494

9595
# Peer dependencies
9696
pnpm add vue vee-validate

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quickflo/quickforms-monorepo",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Framework-agnostic JSON Schema form generator - QuickFlo Forms",
66
"packageManager": "pnpm@10.12.1",
@@ -11,9 +11,9 @@
1111
"lint": "pnpm -r run lint",
1212
"typecheck": "pnpm -r run typecheck",
1313
"prepublish": "pnpm run build",
14-
"publish:core": "cd packages/core && npm publish --access public --registry=https://registry.npmjs.org/ --@quickflo:registry=https://registry.npmjs.org/",
15-
"publish:vue": "cd packages/vue && npm publish --access public --registry=https://registry.npmjs.org/ --@quickflo:registry=https://registry.npmjs.org/",
16-
"publish:quasar": "cd packages/quasar && npm publish --access public --registry=https://registry.npmjs.org/ --@quickflo:registry=https://registry.npmjs.org/",
14+
"publish:core": "cd packages/core && pnpm publish --access public --no-git-checks",
15+
"publish:vue": "cd packages/vue && pnpm publish --access public --no-git-checks",
16+
"publish:quasar": "cd packages/quasar && pnpm publish --access public --no-git-checks",
1717
"publish:all": "pnpm run prepublish && pnpm run publish:core && pnpm run publish:vue && pnpm run publish:quasar"
1818
},
1919
"keywords": [
@@ -30,5 +30,10 @@
3030
"@types/node": "^20.0.0",
3131
"typescript": "^5.3.0",
3232
"vitest": "^1.0.0"
33+
},
34+
"dependencies": {
35+
"@quickflo/quickforms": "^0.3.0",
36+
"@quickflo/quickforms-quasar": "^0.3.0",
37+
"@quickflo/quickforms-vue": "^0.3.0"
3338
}
3439
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quickflo/quickforms",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Framework-agnostic core for QuickForms - JSON Schema form generator",
55
"type": "module",
66
"main": "./dist/index.js",

packages/quasar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quickflo/quickforms-quasar",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Quasar UI components for QuickForms - JSON Schema form generator",
55
"type": "module",
66
"main": "./dist/index.js",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quickflo/quickforms-vue",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Vue 3 bindings for QuickForms - JSON Schema form generator",
55
"type": "module",
66
"main": "./dist/index.js",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)