Skip to content

Commit

Permalink
chore: small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Nov 5, 2024
1 parent c82853b commit c85bfdb
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 36 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ node_modules
/doc/pages/compiled
.idea/
/lib/README.md
/lib/LICENSE
/lib/LICENSE
/markdown/README.md
/markdown/LICENSE
4 changes: 3 additions & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ npm -w lib version preminor --preid=beta # use prerelease instead of preminor to
npm -w lib publish --tag=next
```

To publish the latest documentation after a release:
To publish the latest documentation after a release, first update doc/package.json, then:

```
rm -rf doc/node_modules
npm -w doc install
npm run publish:latest
```
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"compile-examples": "node scripts/compile-examples.mjs"
},
"dependencies": {
"@koumoul/vjsf": "3.0.0-beta.46",
"@koumoul/vjsf": "3.0.0-beta.47",
"@koumoul/vjsf-markdown": "0.2.3",
"@mdi/font": "^7.2.96",
"ajv-formats": "^2.1.1",
Expand Down
6 changes: 3 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@koumoul/vjsf",
"version": "3.0.0-beta.46",
"version": "3.0.0-beta.47",
"description": "Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.",
"scripts": {
"test": "vitest",
"build": "vue-tsc",
"watch:build": "vue-tsc --watch",
"prepublishOnly": "cp ../README.md README.md && cp ../LICENSE LICENSE"
"prepublishOnly": "npm run build && cp ../README.md README.md && cp ../LICENSE LICENSE"
},
"author": "Alban Mouton <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -70,7 +70,7 @@
"vuetify": "^3.6.13"
},
"dependencies": {
"@json-layout/core": "0.33.0",
"@json-layout/core": "0.33.1",
"@vueuse/core": "^10.5.0",
"debug": "^4.3.4",
"ejs": "^3.1.9"
Expand Down
21 changes: 0 additions & 21 deletions markdown/LICENSE

This file was deleted.

17 changes: 9 additions & 8 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
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/koumoul-dev/vuetify-jsonschema-form#readme",
"devDependencies": {
"@json-layout/core": "0.33.0",
"@json-layout/core": "0.33.1",
"@json-layout/vocabulary": "0.23.2",
"@json-layout/examples": "0.21.0",
"@commitlint/config-conventional": "^17.7.0",
Expand Down

0 comments on commit c85bfdb

Please sign in to comment.