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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

原生绑定(musl)包版本号同步——LGTM

仅版本位移;os/cpu/libc/main/files 字段保持合理。建议在发布前确认二进制存在并会被打包。

快速存在性检查脚本:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

path="npm/linux-x64-musl/taro.linux-x64-musl.node"
if [[ -f "${path}" ]]; then
  echo "OK: 存在 ${path}"
else
  echo "WARN: 缺少 ${path}(应为预编译产物或发布前生成)"
fi

Length of output: 270


添加并验证 musl 平台预编译二进制文件存在
运行脚本检测到缺少 npm/linux-x64-musl/taro.linux-x64-musl.node,请在发布流程中生成并将该文件包含至包内,确保安装时能够正确加载本地绑定。

🤖 Prompt for AI Agents
In npm/linux-x64-musl/package.json around line 3, the package is missing the
prebuilt native binary taro.linux-x64-musl.node required for musl-platform
installs; during the release build produce the musl-targeted native addon (e.g.,
cross-compile or run the prebuild step for linux-x64-musl), ensure the resulting
taro.linux-x64-musl.node is copied into the npm/linux-x64-musl directory and
included in the published package (add the file/path to the "files" array or
packaging step), and add a CI/postpack validation that checks
npm/linux-x64-musl/taro.linux-x64-musl.node exists and fails the publish if it
is missing.

"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

同步版本到 4.1.6:LGTM

仅元数据版本号更新,未触及 exports/依赖/脚本。

为确保整仓版本一致性,建议在仓库根目录运行下述脚本检查是否还有未升级到 4.1.6 的 package.json:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# 1) 查找所有非 4.1.6 的 package.json
rg -nP --glob '!**/node_modules/**' -g '*/package.json' '"version"\s*:\s*"(?!4\.1\.6\b)' || echo "OK: 所有 package.json 均为 4.1.6"

# 2) 兜底检查是否仍残留 4.1.5-alpha 前缀
rg -nP --glob '!**/node_modules/**' -g '*/package.json' '4\.1\.5-alpha' || echo "OK: 未发现 4.1.5-alpha 残留"

Length of output: 290


将 tests/package.json 中 version 字段从 4.0.0-alpha.4 更新为 4.1.6
发现 tests/package.json(第4行)仍保留旧版本,需同步升级以保持整仓一致性。

🤖 Prompt for AI Agents
In packages/taro-components-react/package.json around line 3, the package
version is set to "4.1.6" but tests/package.json still has the old version
"4.0.0-alpha.4"; update the version field in tests/package.json (line 4) to
"4.1.6" so both files are in sync and commit the change.

"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

H5 平台包版本号更新 —— 通过;构建产物校验建议

该包包含 postbuild 自动生成定义文件的脚本。请确保发布前完成构建流程,避免手动改动生成文件。

运行以下脚本快速自检整仓版本一致性与变更记录:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "1) 查找遗留的 4.1.5-alpha.2(应为0条):"
rg -nP '"version"\s*:\s*"4\.1\.5-alpha\.2"' -S || true

echo -e "\n2) 统计 4.1.6 版本字段数量:"
rg -nP '"version"\s*:\s*"4\.1\.6"' -S | wc -l

echo -e "\n3) 校验二进制平台包是否全部提升(展示名称与版本):"
rg -nP '"name"\s*:\s*"@tarojs/binding-[^"]+"' npm -n
rg -nP '"version"\s*:\s*"4\.1\.6"' npm -n

echo -e "\n4) 检查 CHANGELOG 是否含 4.1.6:"
rg -n '4\.1\.6' CHANGELOG.md || true

Length of output: 1229


确认 H5 平台包版本更新 —— 通过;构建产物校验建议

  • 包含 postbuild 自动生成定义文件脚本,请务必发布前执行完整构建流程,避免手动改动生成产物。
  • 脚本验证结果:
    1. 无遗留 4.1.5-alpha.2
    2. 全仓共 79 处 "version": "4.1.6"
    3. 各平台二进制包版本均已同步为 4.1.6
    4. 未在仓库中找到 CHANGELOG 文件,若仓库维护变更日志,请在对应位置添加 4.1.6 版本记录
🤖 Prompt for AI Agents
In packages/taro-platform-h5/package.json around line 3, the version was updated
to 4.1.6 but the reviewer requests you run the full build (including the
postbuild step that generates definition files) before publishing rather than
manually editing generated artifacts; ensure there are no leftover references to
4.1.5-alpha.2, verify all repo package.json entries (79 occurrences) and
platform binary packages are synchronized to 4.1.6, and add a CHANGELOG entry
for version 4.1.6 in the repository’s changelog location.

"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"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.5-alpha.2",
"version": "4.1.6",
"description": "京东小程序平台插件",
"author": "O2Team",
"license": "MIT",
Expand Down
Loading
Loading