Skip to content

Commit 098b729

Browse files
authored
chore: CTA version was decremented, fix and adjust changelog to compensate (#1530)
1 parent d9f5496 commit 098b729

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.changes/cta-tauri-script.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": patch
3+
---
4+
5+
Fix adding `tauri` script to package.json

tooling/create-tauri-app/CHANGELOG.md

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

3-
## \[1.0.0-beta-rc.1]
4-
5-
- Fix adding `tauri` script to package.json
6-
- [6c00e88](https://www.github.com/tauri-apps/tauri/commit/6c00e88e0ffa10eb7eecc312d66c5dde7dc03d0b) fix(cta): fix adding `tauri` script to package.json ([#1501](https://www.github.com/tauri-apps/tauri/pull/1501)) on 2021-04-15
7-
83
## \[1.0.0-beta-rc.2]
94

105
- CTA also needs the template directory published as it doesn't get bundled into the `dist` directory.

tooling/create-tauri-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tauri-app",
3-
"version": "1.0.0-beta-rc.1",
3+
"version": "1.0.0-beta-rc.2",
44
"description": "Jump right into a Tauri App!",
55
"bin": {
66
"create-tauri-app": "./bin/create-tauri-app.js"
@@ -46,4 +46,4 @@
4646
"tslib": "^2.2.0",
4747
"typescript": "4.2.4"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)