Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and lucasfernog authored Apr 29, 2021
1 parent c72c0ab commit ae27004
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changes/linux-package-name.md

This file was deleted.

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

## \[0.1.2]

- Fixes `Artifacts not found` error on Linux when the `productName` is converted to `kebab-case`.
- [e6aa180](https://www.github.com/tauri-apps/tauri-action/commit/e6aa1807b6d2c80de70f78fb945e11a659037837) fix(core): product name on Linux is converted to kebab-case ([#125](https://www.github.com/tauri-apps/tauri-action/pull/125)) on 2021-04-29

## \[0.1.1]

- Fixes action packaging.
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.1",
"version": "0.1.2",
"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.0",
"@tauri-apps/action-core": "0.1.1",
"tslib": "2.2.0"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.1.1]

- Fixes `Artifacts not found` error on Linux when the `productName` is converted to `kebab-case`.
- [e6aa180](https://www.github.com/tauri-apps/tauri-action/commit/e6aa1807b6d2c80de70f78fb945e11a659037837) fix(core): product name on Linux is converted to kebab-case ([#125](https://www.github.com/tauri-apps/tauri-action/pull/125)) on 2021-04-29

## \[0.1.0]

- Update to Tauri beta release candidate.
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.0",
"version": "0.1.1",
"author": "Lucas Nogueira <lucas@tauri.studio>",
"license": "MIT",
"main": "dist",
Expand Down

0 comments on commit ae27004

Please sign in to comment.