Skip to content

Commit e0a408f

Browse files
committed
release: v0.17.3
1 parent 0c22d29 commit e0a408f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- run: pnpm i
2828
- run: pnpm build
29-
- run: npx jsr publish
29+
- run: npx jsr publish --allow-dirty
3030

3131
- run: npm publish --registry=https://registry.npmjs.org --provenance
3232
env:

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloydlau/json-editor-vue",
3-
"version": "0.17.2",
3+
"version": "0.17.3",
44
"exports": "./dist/json-editor-vue.mjs",
55
"publish": {
66
"include": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "json-editor-vue",
33
"PascalCasedName": "JsonEditorVue",
44
"type": "commonjs",
5-
"version": "0.17.2",
5+
"version": "0.17.3",
66
"private": false,
77
"description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
88
"author": {

0 commit comments

Comments
 (0)