浏览代码

apply version updates (#2458)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 4 年之前
父节点
当前提交
81d245f687
共有 4 个文件被更改,包括 8 次插入2 次删除
  1. 1 0
      .changes/pre.json
  2. 5 0
      tooling/cli.js/CHANGELOG.md
  3. 1 1
      tooling/cli.js/package.json
  4. 1 1
      tooling/cli.rs/metadata.json

+ 1 - 0
.changes/pre.json

@@ -229,6 +229,7 @@
     ".changes/remove-with-window.md",
     ".changes/resources-dir-refactor.md",
     ".changes/restart-application.md",
+    ".changes/revert-cli.js-es-module.md",
     ".changes/rpc-security.md",
     ".changes/run-iteration.md",
     ".changes/run-on-main-thread-refactor.md",

+ 5 - 0
tooling/cli.js/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.0.0-beta.8]
+
+- Reverts ESM distribution.
+  - [01ad2925](https://www.github.com/tauri-apps/tauri/commit/01ad29257ca0a0d5b56d93dab4f68f4521aa30a6) fix(cli.js): revert ESM distribution ([#2457](https://www.github.com/tauri-apps/tauri/pull/2457)) on 2021-08-16
+
 ## \[1.0.0-beta.7]
 
 - Force Cargo manifest update when running the `deps update` command and fix the version that is written to the file.

+ 1 - 1
tooling/cli.js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "1.0.0-beta.7",
+  "version": "1.0.0-beta.8",
   "description": "Command line interface for building Tauri apps",
   "bin": {
     "tauri": "./bin/tauri.js"

+ 1 - 1
tooling/cli.rs/metadata.json

@@ -1,6 +1,6 @@
 {
   "cli.js": {
-    "version": "1.0.0-beta.7",
+    "version": "1.0.0-beta.8",
     "node": ">= 12.13.0"
   },
   "tauri": "1.0.0-beta.6",