Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/native_binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/binding",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Node binding for taro",
"main": "binding.js",
"typings": "binding.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tarojs/binding-darwin-arm64",
"description": "Native binding for taro",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tarojs/binding-darwin-x64",
"description": "Native binding for taro",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tarojs/binding-linux-x64-gnu",
"description": "Native binding for taro",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/binding-linux-x64-musl",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tarojs/binding-win32-x64-msvc",
"description": "Native binding for taro",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "开放式跨端跨框架开发解决方案",
"homepage": "https://github.com/NervJS/taro#readme",
"author": "O2Team",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx-to-rn-stylesheet",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Transform stylesheet selector to style in JSX Elements.",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-solid-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-transform-solid-jsx",
"description": "A JSX to DOM plugin that wraps expressions for fine grained change detection",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-taroapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-taroapi",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"author": "O2Team",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-taro",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro babel preset",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/create-app",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "create taro app with one command",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-to-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taro-css-to-react-native",
"description": "Convert CSS text to a React Native stylesheet object",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"author": "O2Team",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-taro",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro specific linting rules for ESLint",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-taro",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro specific linting plugin for ESLint",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-taro-helper",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "jest helper for taro",
"private": true,
"author": "O2Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-html-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-html-transform",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "transform html tag name selector",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-plugin-constparse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-plugin-constparse",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "parse constants defined in config",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-pxtransform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-pxtransform",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-unit-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-taro-unit-transform",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

🧩 Analysis chain

版本号从 4.1.7‑alpha.2 升为 4.1.7,元数据更新无行为变更—LGTM。
为避免遗漏,请批量核验所有 package.json 版本一致且无 alpha 残留。


🏁 Script executed:

#!/bin/bash
set -euo pipefail
EXPECTED="4.1.7"

echo "[1/2] 检查所有 package.json 的 version 一致性…"
fd -t f -a package.json -E node_modules | while read -r f; do
  v=$(jq -r '.version // empty' "$f")
  if [[ -n "$v" && "$v" != "$EXPECTED" ]]; then
    echo "版本不一致: $f -> $v"
  fi
done | tee /tmp/taro_version_mismatches.txt

if [[ -s /tmp/taro_version_mismatches.txt ]]; then
  echo "发现版本不一致(如上),请修正。"; exit 1
else
  echo "OK:全部 package.json 版本为 $EXPECTED"
fi

echo "[2/2] 扫描预发布标记残留…"
if rg -n "4\.1\.7-alpha" -g '!**/node_modules/**' >/tmp/taro_alpha_hits.txt; then
  echo "发现 alpha 残留:"
  cat /tmp/taro_alpha_hits.txt
  exit 1
else
  echo "OK:未发现 alpha 残留"
fi

Length of output: 98


LGTM:版本从 4.1.7-alpha.2 升级为 4.1.7,无行为变更
请使用下方修正版脚本批量校验所有 package.json 的版本一致性及预发布残留:


🏁 Script executed:

#!/bin/bash
set -euo pipefail
EXPECTED="4.1.7"

echo "[1/2] 检查所有 package.json 的 version 是否都为 \$EXPECTED…"
fd -t f -a package.json -E node_modules | while read -r f; do
  v=$(jq -r '.version // empty' "\$f")
  if [ -n "\$v" ] && [ "\$v" != "\$EXPECTED" ]; then
    echo "版本不一致: \$f -> \$v"
  fi
done > /tmp/taro_version_mismatches.txt

if [ -s /tmp/taro_version_mismatches.txt ]; then
  echo "发现版本不一致(如上),请修正。"; exit 1
else
  echo "OK:全部 package.json 版本为 \$EXPECTED"
fi

echo "[2/2] 扫描预发布标记残留…"
if rg -n "4\\.1\\.7-alpha" --glob '!**/node_modules/**' > /tmp/taro_alpha_hits.txt; then
  echo "发现 alpha 残留:"
  cat /tmp/taro_alpha_hits.txt
  exit 1
else
  echo "OK:未发现 alpha 残留"
fi

Length of output: 110


LGTM:版本从 4.1.7‑alpha.2 升为 4.1.7,元数据更新无行为变更
错误原因:脚本中变量被转义(使用了 "$f"),导致 jq 打开字面文件名 $f 失败。已修正脚本;重新运行并返回完整输出。


🏁 Script executed:

#!/bin/bash
set -euo pipefail
EXPECTED="4.1.7"

echo "[0/3] 检查所需工具..."
command -v jq >/dev/null || { echo "缺少 jq"; exit 2; }
command -v rg >/dev/null || { echo "缺少 rg (ripgrep)"; exit 2; }

echo "[1/3] 搜索 package.json(排除 node_modules)..."
if command -v fd >/dev/null; then
  mapfile -t files < <(fd -t f -a package.json -E node_modules)
else
  mapfile -t files < <(find . -type f -name package.json -not -path "*/node_modules/*")
fi

if [ "${#files[@]}" -eq 0 ]; then
  echo "未找到任何 package.json"; exit 0
fi

echo "[2/3] 检查 version 是否为 $EXPECTED ..."
tmp_mismatches=$(mktemp)
for f in "${files[@]}"; do
  v=$(jq -r '.version // empty' "$f" 2>/dev/null || echo "")
  if [ -n "$v" ] && [ "$v" != "$EXPECTED" ]; then
    echo "版本不一致: $f -> $v"
  fi
done > "$tmp_mismatches"

if [ -s "$tmp_mismatches" ]; then
  echo "发现版本不一致(如上)"; cat "$tmp_mismatches"; exit 1
else
  echo "OK:全部 package.json 版本为 $EXPECTED"
fi

echo "[3/3] 扫描预发布标记残留..."
tmp_alpha=$(mktemp)
rg -n "4\.1\.7-alpha" --glob '!**/node_modules/**' > "$tmp_alpha" || true
if [ -s "$tmp_alpha" ]; then
  echo "发现 alpha 残留:"; cat "$tmp_alpha"; exit 1
else
  echo "OK:未发现 alpha 残留"
fi

Length of output: 115


上次错误由进程替代(/dev/fd)引起;请运行下面的修正版脚本(避免使用进程替代):


🏁 Script executed:

#!/bin/bash
set -euo pipefail
EXPECTED="4.1.7"

echo "[0/3] 检查所需工具..."
command -v jq >/dev/null || { echo "缺少 jq"; exit 2; }
command -v rg >/dev/null || { echo "缺少 rg (ripgrep)"; exit 2; }

tmpfile=$(mktemp)
tmp_mismatches=$(mktemp)
tmp_alpha=$(mktemp)
trap 'rm -f "$tmpfile" "$tmp_mismatches" "$tmp_alpha"' EXIT

echo "[1/3] 搜索 package.json(排除 node_modules)..."
if command -v fd >/dev/null; then
  fd -t f -a package.json -E node_modules -0 > "$tmpfile" || true
else
  find . -type f -name 'package.json' -not -path '*/node_modules/*' -print0 > "$tmpfile"
fi

files=()
while IFS= read -r -d '' f; do files+=("$f"); done < "$tmpfile"

if [ "${#files[@]}" -eq 0 ]; then
  echo "未找到任何 package.json"; exit 0
fi

echo "[2/3] 检查 version 是否为 $EXPECTED ..."
for f in "${files[@]}"; do
  v=$(jq -r '.version // empty' "$f" 2>/dev/null || echo "")
  if [ -n "$v" ] && [ "$v" != "$EXPECTED" ]; then
    echo "版本不一致: $f -> $v"
  fi
done > "$tmp_mismatches"

if [ -s "$tmp_mismatches" ]; then
  echo "发现版本不一致(如上)"; cat "$tmp_mismatches"; exit 1
else
  echo "OK:全部 package.json 版本为 $EXPECTED"
fi

echo "[3/3] 扫描预发布标记残留..."
rg -n "4\.1\.7-alpha" --glob '!**/node_modules/**' > "$tmp_alpha" || true
if [ -s "$tmp_alpha" ]; then
  echo "发现 alpha 残留:"; cat "$tmp_alpha"; exit 1
else
  echo "OK:未发现 alpha 残留"
fi

Length of output: 1542


不合并:发现 package.json 版本不一致与 alpha 残留,需修复
packages/postcss-unit-transform 从 4.1.7‑alpha.2 升为 4.1.7,单文件更改 LGTM;但批量检查发现以下不一致/残留:

  • examples/blended-apart/taro-project/package.json -> 1.0.0
  • examples/blended-basic/taro-project/package.json -> 1.0.0
  • examples/blended-taro-component/h5/package.json -> 1.0.0
  • examples/blended-taro-component/taro-project/package.json -> 1.0.0
  • examples/blended-taro-component-vue3/h5/package.json -> 1.0.0
  • examples/blended-taro-component-vue3/taro-project/package.json -> 1.0.0
  • examples/build-weapp-plugin/package.json -> 1.0.0
  • examples/custom-tabbar-react/package.json -> 1.0.0
  • examples/custom-tabbar-vue3/package.json -> 1.0.0
  • examples/external-prebundle/package.json -> 0.1.0
  • examples/input-readonly-taro4/package.json -> 1.0.0
  • examples/mini-program-example/package.json -> 1.0.0
  • examples/mini-split-chunks-plugin/package.json -> 1.0.0
  • examples/new-blended/taro-project/package.json -> 1.0.0
  • examples/swiper-effect/package.json -> 1.0.0
  • examples/taro-list/package.json -> 1.0.0
  • examples/weapp-independent-subpackages/package.json -> 1.0.0
  • tests/package.json -> 4.0.0-alpha.4 (预发布残留)

动作:统一所有 package.json 版本到 4.1.7 或明确把示例/测试排除;必须移除或更新 tests/package.json 的 alpha 后再合并。

🤖 Prompt for AI Agents
In packages/postcss-unit-transform/package.json around line 3, the version was
changed to "4.1.7" but there are inconsistent versions and leftover alpha tags
across the repo; update all package.json files listed in the review (all example
package.json files and tests/package.json) to use the canonical "4.1.7" version
(or intentionally exclude examples by documenting and committing that
exemption), and remove any "-alpha" prerelease tags (e.g. change
tests/package.json from "4.0.0-alpha.4" to "4.1.7"); ensure the repo-wide
versioning is consistent, run a quick search to confirm no other package.json
contains alpha or mismatched versions, and commit the synchronized changes.

"description": "小程序单位转换",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-copy",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "rollup-plugin-copy for taro",
"private": true,
"author": "O2Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/shared",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro utils internal use.",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-taro-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-taro-rn",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Shareable stylelint config for React Native CSS modules",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-taro-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-taro-rn",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "A collection of React Native specific rules for stylelint",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-taro",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro stylelint 规则集合",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/api",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro common API",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-cli-convertor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/cli-convertor",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "cli tool for taro-convert",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/cli",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "cli tool for taro",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-advanced",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-library-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-library-react",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro 组件库 React 版本库",
"private": true,
"author": "O2Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-library-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-library-solid",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

🧩 Analysis chain

仅版本号提升到 4.1.7,LGTM。

根据以往记录:使用该库的 plugin(如 taro-platform-harmony-hybrid)需将 components-library-* 作为 dependencies(而非 peer)。建议快速核验。


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail
PKG=packages/taro-platform-harmony-hybrid/package.json
if [[ ! -f "$PKG" ]]; then
  echo "未找到 $PKG(如该包不在本仓或本分支可忽略)"; exit 0
fi
echo "检查 $PKG 是否将 components-library-* 声明为 dependencies:"
if jq -e '.dependencies and (.dependencies["@tarojs/components-library-react"] or .dependencies["@tarojs/components-library-solid"] or .dependencies["@tarojs/components-library-vue3"])' "$PKG" >/dev/null; then
  echo "OK"
else
  echo "缺少 components-library-* 于 dependencies(请勿仅放在 peer/devDependencies)"
  exit 1
fi

Length of output: 59


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail
PKG="packages/taro-platform-harmony-hybrid/package.json"
if [ ! -f "$PKG" ]; then
  echo "未找到 $PKG(如该包不在本仓或本分支可忽略)"
  exit 0
fi
echo "检查 $PKG 是否将 components-library-* 声明为 dependencies:"
if jq -e '(.dependencies // {}) as $d | ($d | has("@tarojs/components-library-react")) or ($d | has("@tarojs/components-library-solid")) or ($d | has("@tarojs/components-library-vue3"))' "$PKG" >/dev/null; then
  echo "OK"
else
  echo "缺少 components-library-* 于 dependencies(请勿仅放在 peer/devDependencies)"
  echo "--- dependencies keys in $PKG ---"
  jq -r '.dependencies // {} | keys[]' "$PKG" || true
  exit 1
fi

Length of output: 532


修复:在 packages/taro-platform-harmony-hybrid/package.json 中将 @tarojs/components-library-react、@tarojs/components-library-solid、@tarojs/components-library-vue3 列为 dependencies
经核验该文件当前未将上述包列入 dependencies;插件源码有对这些包的直接引用,必须作为 dependencies(不可仅放在 peer/devDependencies)。

🤖 Prompt for AI Agents
In packages/taro-platform-harmony-hybrid/package.json (around the dependencies
section, lines 1-200), add @tarojs/components-library-react,
@tarojs/components-library-solid and @tarojs/components-library-vue3 to the
"dependencies" object (not peerDependencies or devDependencies); set their
versions to match the workspace package versions (or the versions declared in
the respective packages/*/package.json files) and then update the
lockfile/install to persist the change.

"description": "Taro 组件库 Solid 版本库",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-library-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-library-vue3",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro 组件库 Vue3 版本库",
"private": true,
"author": "O2Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-react",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "",
"main:h5": "dist/index.js",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-rn",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "React Native 基础组件",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro 组件库",
"browser": "dist/index.js",
"main:h5": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-extend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/extend",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro extend functionality",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-framework-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-framework-react",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "React/Preact 框架插件",
"author": "O2Team",
"homepage": "https://github.com/nervjs/taro",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-framework-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-framework-solid",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Solid 框架插件",
"author": "drchan",
"homepage": "https://github.com/nervjs/taro",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-framework-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-framework-vue3",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Vue3 框架插件",
"author": "O2Team",
"homepage": "https://github.com/nervjs/taro",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-h5",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro h5 framework",
"browser": "dist/index.js",
"main:h5": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/helper",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro Helper",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-loader",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Taro runner use webpack loader",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-platform-alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-alipay",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "支付宝小程序平台插件",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-platform-ascf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-ascf",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "ascf平台插件",
"author": "ascf",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-platform-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-h5",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Web 端平台插件",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-platform-harmony-cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-harmony-cpp",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "鸿蒙系统插件 C-API 版本",
"author": "O2Team",
"homepage": "https://gitee.com/openharmony-sig/taro",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-platform-harmony-hybrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-harmony-hybrid",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "Harmony 端平台插件",
"author": "O2Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-platform-harmony/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-harmony-ets",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "OpenHarmony & 鸿蒙系统插件",
"author": "O2Team",
"homepage": "https://gitee.com/openharmony-sig/taro",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-platform-jd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-jd",
"version": "4.1.7-alpha.2",
"version": "4.1.7",
"description": "京东小程序平台插件",
"author": "O2Team",
"license": "MIT",
Expand Down
Loading
Loading