mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
Apply Version Updates From Current Changes (#184)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a1050c9ec8
commit
9816b49a05
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@tauri-apps/action-core": minor
|
||||
"action": minor
|
||||
---
|
||||
|
||||
Removed the `preferGlobal` and `npmScript` inputs and added a `tauriScript` option.
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user