Forráskód Böngészése

Apply Version Updates From Current Changes (#1494)

* apply version updates

* fix version

Co-authored-by: jbolda <jbolda@users.noreply.github.com>
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
github-actions[bot] 4 éve
szülő
commit
0068bfda66

+ 0 - 5
.changes/cta-files-prop.md

@@ -1,5 +0,0 @@
----
-"create-tauri-app": patch
----
-
-CTA was missing the `files` property in the package.json which mean that the `dist` directory was not published and used.

+ 5 - 0
tooling/create-tauri-app/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.0.0-beta-rc.1]
+
+- CTA was missing the `files` property in the package.json which mean that the `dist` directory was not published and used.
+  - [414f9a7](https://www.github.com/tauri-apps/tauri/commit/414f9a78c9b636933fd741d1b6fe7f097f496fc9) fix: cta dist publish ([#1493](https://www.github.com/tauri-apps/tauri/pull/1493)) on 2021-04-14
+
 ## \[1.0.0-beta-rc.0]
 
 - Add vanilla javascript option to `create-tauri-app` through templating.

+ 1 - 1
tooling/create-tauri-app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "create-tauri-app",
-  "version": "1.0.0-beta-rc.0",
+  "version": "1.0.0-beta-rc.1",
   "description": "Jump right into a Tauri App!",
   "bin": {
     "create-tauri-app": "./bin/create-tauri-app.js"