Преглед на файлове

Apply Version Updates From Current Changes (#1497)

* apply version updates

* fix versions

Co-authored-by: jbolda <jbolda@users.noreply.github.com>
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
github-actions[bot] преди 4 години
родител
ревизия
c2e48e07ec
променени са 3 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 0 5
      .changes/cta-templates-missing.md
  2. 5 0
      tooling/create-tauri-app/CHANGELOG.md
  3. 1 1
      tooling/create-tauri-app/package.json

+ 0 - 5
.changes/cta-templates-missing.md

@@ -1,5 +0,0 @@
----
-"create-tauri-app": patch
----
-
-CTA also needs the template directory published as it doesn't get bundled into the `dist` directory.

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

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.0.0-beta-rc.2]
+
+- CTA also needs the template directory published as it doesn't get bundled into the `dist` directory.
+  - [7b6108e](https://www.github.com/tauri-apps/tauri/commit/7b6108e37be652a1efa4018fc1908aa0a2cdacd6) fix: cta templates dir missing ([#1496](https://www.github.com/tauri-apps/tauri/pull/1496)) on 2021-04-14
+
 ## \[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.

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

@@ -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"