Skip to content

Commit

Permalink
apply version updates (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 1, 2021
1 parent 110a0c6 commit d34df3b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changes/app-tar-fix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/appimage-artifacts.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-version-lookup.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[0.1.4]

- Fix `.app` tar being nested in folders
- [2a35a8a](https://www.github.com/tauri-apps/tauri-action/commit/2a35a8a0243d33e1afc9f197601be3db187826d7) Fix `.app` tar being nested in folders ([#158](https://www.github.com/tauri-apps/tauri-action/pull/158)) on 2021-09-01
- Linux: Upload AppImage updater artifacts if available.
macOS: Replace `[AppName].app.tgz` to `[AppName].app.tar.gz` to align with updater artifacts.
- [e7266ff](https://www.github.com/tauri-apps/tauri-action/commit/e7266fff1b42c35bfd7ff359d5c6a91ad1308dea) fix(action): Upload AppImage updater artifacts when available ([#163](https://www.github.com/tauri-apps/tauri-action/pull/163)) on 2021-08-31
- Fix incorrect version being used in release names
- [110a0c6](https://www.github.com/tauri-apps/tauri-action/commit/110a0c6da6de9aa85c8e3186ad642650ebc95ab0) Fix version lookup ([#160](https://www.github.com/tauri-apps/tauri-action/pull/160)) on 2021-09-01

## \[0.1.3]

- Fixes execution of the `tar` command on `macOS` when the application name has spaces.
Expand Down
4 changes: 2 additions & 2 deletions packages/action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri-action",
"version": "0.1.3",
"version": "0.1.4",
"description": "Tauri GitHub Action",
"author": "Lucas Nogueira <lucas@tauri.studio>",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@actions/core": "1.2.7",
"@actions/github": "4.0.0",
"@tauri-apps/action-core": "0.1.2",
"@tauri-apps/action-core": "0.1.3",
"string-argv": "0.3.1",
"tslib": "2.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[0.1.3]

- Linux: Upload AppImage updater artifacts if available.
macOS: Replace `[AppName].app.tgz` to `[AppName].app.tar.gz` to align with updater artifacts.
- [e7266ff](https://www.github.com/tauri-apps/tauri-action/commit/e7266fff1b42c35bfd7ff359d5c6a91ad1308dea) fix(action): Upload AppImage updater artifacts when available ([#163](https://www.github.com/tauri-apps/tauri-action/pull/163)) on 2021-08-31
- Fix incorrect version being used in release names
- [110a0c6](https://www.github.com/tauri-apps/tauri-action/commit/110a0c6da6de9aa85c8e3186ad642650ebc95ab0) Fix version lookup ([#160](https://www.github.com/tauri-apps/tauri-action/pull/160)) on 2021-09-01

## \[0.1.2]

- Adds `args` option to pass arguments to the tauri command.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/action-core",
"version": "0.1.2",
"version": "0.1.3",
"author": "Lucas Nogueira <lucas@tauri.studio>",
"license": "MIT",
"main": "dist",
Expand Down

0 comments on commit d34df3b

Please sign in to comment.