Skip to content

Commit

Permalink
apply version updates (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Jun 5, 2022
1 parent 761d0ac commit df44f62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
".changes/going-rc.md",
".changes/more-solid-templates.md",
".changes/use-latest.md",
".changes/version-aware-pm.md"
".changes/version-aware-pm.md",
".changes/yarn-latest.md"
]
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[1.0.0-rc.5]

- Fix crash when using yarn because of using `@latest` tag.
- [761d0ac](https://github.com/tauri-apps/create-tauri-app/commit/761d0acaf1405aa25761ab8e118c2505b8896801) fix: don't use `@latest` tag with yarn, closes [#62](https://github.com/tauri-apps/create-tauri-app/pull/62) on 2022-06-05

## \[1.0.0-rc.4]

- `create-tauri-app` will no longer install or prompt for `@tauri-apps/api` package in the `VanillaJs` recipe.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tauri-app",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Jump right into a Tauri App!",
"bin": {
"create-tauri-app": "./bin/create-tauri-app.js"
Expand Down

0 comments on commit df44f62

Please sign in to comment.