Skip to content

Commit

Permalink
chore: CTA version was decremented, fix and adjust changelog to compe…
Browse files Browse the repository at this point in the history
…nsate (#1530)
  • Loading branch information
jbolda authored Apr 18, 2021
1 parent d9f5496 commit 098b729
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changes/cta-tauri-script.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-tauri-app": patch
---

Fix adding `tauri` script to package.json
5 changes: 0 additions & 5 deletions tooling/create-tauri-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Changelog

## \[1.0.0-beta-rc.1]

- Fix adding `tauri` script to package.json
- [6c00e88](https://github.com/tauri-apps/tauri/commit/6c00e88e0ffa10eb7eecc312d66c5dde7dc03d0b) fix(cta): fix adding `tauri` script to package.json ([#1501](https://github.com/tauri-apps/tauri/pull/1501)) on 2021-04-15

## \[1.0.0-beta-rc.2]

- CTA also needs the template directory published as it doesn't get bundled into the `dist` directory.
Expand Down
4 changes: 2 additions & 2 deletions tooling/create-tauri-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tauri-app",
"version": "1.0.0-beta-rc.1",
"version": "1.0.0-beta-rc.2",
"description": "Jump right into a Tauri App!",
"bin": {
"create-tauri-app": "./bin/create-tauri-app.js"
Expand Down Expand Up @@ -46,4 +46,4 @@
"tslib": "^2.2.0",
"typescript": "4.2.4"
}
}
}

0 comments on commit 098b729

Please sign in to comment.