Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #295 from tiki/release/0.4.1
Browse files Browse the repository at this point in the history
Release: 0.4.1
  • Loading branch information
mike-audi authored Oct 6, 2023
2 parents 3c985c9 + ece9019 commit f0f68de
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5,533 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "GH Action"
git add package.json
git add package-lock.json
git add vue2/package.json
git add vue3/package.json
git commit -m 'version bump'
git push
6 changes: 5 additions & 1 deletion example/vue2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vue3-example-android: vue3-example
cd example/vue3 && npx cap run android

vue3-example-ios: vue3-example
cd example/vue3/ios/App pod install --repo-update
cd example/vue3 && npx cap run ios

vue2: clean
Expand All @@ -40,6 +41,7 @@ vue2-example-android: vue2-example
cd example/vue2 && npx cap run android

vue2-example-ios: vue2-example
cd example/vue2/ios/App pod install --repo-update
cd example/vue2 && npx cap run ios

clean:
Expand Down
Loading

0 comments on commit f0f68de

Please sign in to comment.