Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aabd090

Browse files
Apply Version Updates From Current Changes (tauri-apps#133)
Co-authored-by: lucasfernog <[email protected]>
1 parent f564b01 commit aabd090

File tree

8 files changed

+21
-25
lines changed

8 files changed

+21
-25
lines changed

.changes/apple-tar.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/args.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/exec-command-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/updater-artifacts.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/action/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[0.1.3]
4+
5+
- Fixes execution of the `tar` command on `macOS` when the application name has spaces.
6+
- [b4b20f9](https://www.github.com/tauri-apps/tauri-action/commit/b4b20f94709829e5e974255aa8034c78e70bb5d1) fix(core): command execution ([#132](https://www.github.com/tauri-apps/tauri-action/pull/132)) on 2021-05-11
7+
- Adds `args` option to pass arguments to the tauri command.
8+
- [f564b01](https://www.github.com/tauri-apps/tauri-action/commit/f564b01e52fbf240e5e5c12577dd10625fe83580) feat: add `args` option, closes [#131](https://www.github.com/tauri-apps/tauri-action/pull/131) ([#134](https://www.github.com/tauri-apps/tauri-action/pull/134)) on 2021-05-13
9+
- Include updater artifacts if available.
10+
- [0e9704e](https://www.github.com/tauri-apps/tauri-action/commit/0e9704eb73bcadd1c6acb3a2e9a73a100465db58) Add updater artifacts when available ([#129](https://www.github.com/tauri-apps/tauri-action/pull/129)) on 2021-05-13
11+
312
## \[0.1.2]
413

514
- Fixes `Artifacts not found` error on Linux when the `productName` is converted to `kebab-case`.

packages/action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-action",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Tauri GitHub Action",
55
"author": "Lucas Nogueira <[email protected]>",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@actions/core": "1.2.7",
2121
"@actions/github": "4.0.0",
22-
"@tauri-apps/action-core": "0.1.1",
22+
"@tauri-apps/action-core": "0.1.2",
2323
"string-argv": "0.3.1",
2424
"tslib": "2.2.0"
2525
},

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[0.1.2]
4+
5+
- Adds `args` option to pass arguments to the tauri command.
6+
- [f564b01](https://www.github.com/tauri-apps/tauri-action/commit/f564b01e52fbf240e5e5c12577dd10625fe83580) feat: add `args` option, closes [#131](https://www.github.com/tauri-apps/tauri-action/pull/131) ([#134](https://www.github.com/tauri-apps/tauri-action/pull/134)) on 2021-05-13
7+
- Fixes `execCommand` usage.
8+
- [b4b20f9](https://www.github.com/tauri-apps/tauri-action/commit/b4b20f94709829e5e974255aa8034c78e70bb5d1) fix(core): command execution ([#132](https://www.github.com/tauri-apps/tauri-action/pull/132)) on 2021-05-11
9+
- Include updater artifacts if available.
10+
- [0e9704e](https://www.github.com/tauri-apps/tauri-action/commit/0e9704eb73bcadd1c6acb3a2e9a73a100465db58) Add updater artifacts when available ([#129](https://www.github.com/tauri-apps/tauri-action/pull/129)) on 2021-05-13
11+
312
## \[0.1.1]
413

514
- Fixes `Artifacts not found` error on Linux when the `productName` is converted to `kebab-case`.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/action-core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"author": "Lucas Nogueira <[email protected]>",
55
"license": "MIT",
66
"main": "dist",

0 commit comments

Comments
 (0)