Apply Version Updates From Current Changes (#184)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-11-01 09:27:00 -03:00
committed by GitHub
parent a1050c9ec8
commit 9816b49a05
5 changed files with 13 additions and 9 deletions

View File

@@ -1,6 +0,0 @@
---
"@tauri-apps/action-core": minor
"action": minor
---
Removed the `preferGlobal` and `npmScript` inputs and added a `tauriScript` option.

View File

@@ -1,5 +1,10 @@
# Changelog
## \[0.2.0]
- Removed the `preferGlobal` and `npmScript` inputs and added a `tauriScript` option.
- [a1050c9](https://www.github.com/tauri-apps/tauri-action/commit/a1050c9ec8903fc5c43696da7f07dcfc89475104) refactor: add `tauriScript` input, remove `preferGlobal` and `npmScript` ([#183](https://www.github.com/tauri-apps/tauri-action/pull/183)) on 2021-11-01
## \[0.1.5]
- Fix action bundle.

View File

@@ -1,6 +1,6 @@
{
"name": "tauri-action",
"version": "0.1.5",
"version": "0.2.0",
"description": "Tauri GitHub Action",
"author": "Lucas Nogueira <lucas@tauri.studio>",
"license": "MIT",
@@ -19,7 +19,7 @@
"dependencies": {
"@actions/core": "1.5.0",
"@actions/github": "5.0.0",
"@tauri-apps/action-core": "0.1.3",
"@tauri-apps/action-core": "0.2.0",
"string-argv": "0.3.1",
"tslib": "2.3.1"
},

View File

@@ -1,5 +1,10 @@
# Changelog
## \[0.2.0]
- Removed the `preferGlobal` and `npmScript` inputs and added a `tauriScript` option.
- [a1050c9](https://www.github.com/tauri-apps/tauri-action/commit/a1050c9ec8903fc5c43696da7f07dcfc89475104) refactor: add `tauriScript` input, remove `preferGlobal` and `npmScript` ([#183](https://www.github.com/tauri-apps/tauri-action/pull/183)) on 2021-11-01
## \[0.1.3]
- Linux: Upload AppImage updater artifacts if available.

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/action-core",
"version": "0.1.3",
"version": "0.2.0",
"author": "Lucas Nogueira <lucas@tauri.studio>",
"license": "MIT",
"main": "dist",