Skip to content

Commit f2345b9

Browse files
committed
Version fix
1 parent 82d6031 commit f2345b9

File tree

6 files changed

+227
-316
lines changed

6 files changed

+227
-316
lines changed

.github/workflows/publish-to-npm.yml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
run: |
3333
cd ${{ matrix.stack }}
3434
npm ci
35-
npm version ${{ github.event.release.tag_name }}
3635
npm run build
3736
npm pack
3837
npm publish --access public

demo-app/package-lock.json

+221-309
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inertiaui/modal-react",
33
"author": "Pascal Baljet <[email protected]>",
4-
"version": "0.5.3",
4+
"version": "0.11.1",
55
"private": false,
66
"license": "MIT",
77
"type": "module",

vue/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inertiaui/modal-vue",
3-
"version": "0.5.3",
3+
"version": "0.11.1",
44
"author": "Pascal Baljet <[email protected]>",
55
"private": false,
66
"license": "MIT",

0 commit comments

Comments
 (0)