Skip to content

Commit 39fb4bf

Browse files
authored
fix: 修复 runtime 变量环境编译导致的bug (#16201)
* Revert "feat: 替换 PLATFORM_TYPE 常量" This reverts commit 12c4264. * ci: webpack测试加入ci * chore(release): publish 4.0.4-alpha.1 --tag=alpha * feat: 修改各个taro-components在小程序平台的依赖关系 * chore(release): publish 4.0.4-alpha.2 --tag=alpha * ci: 先移除测试
1 parent c6a8514 commit 39fb4bf

File tree

104 files changed

+1857
-2465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+1857
-2465
lines changed

crates/native_binding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/binding",
3-
"version": "4.0.4-alpha.0",
3+
"version": "4.0.4-alpha.2",
44
"description": "Node binding for taro",
55
"main": "binding.js",
66
"typings": "binding.d.ts",

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tarojs/binding-darwin-arm64",
33
"description": "Native binding for taro",
4-
"version": "4.0.4-alpha.0",
4+
"version": "4.0.4-alpha.2",
55
"os": [
66
"darwin"
77
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tarojs/binding-darwin-x64",
33
"description": "Native binding for taro",
4-
"version": "4.0.4-alpha.0",
4+
"version": "4.0.4-alpha.2",
55
"os": [
66
"darwin"
77
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tarojs/binding-linux-x64-gnu",
33
"description": "Native binding for taro",
4-
"version": "4.0.4-alpha.0",
4+
"version": "4.0.4-alpha.2",
55
"os": [
66
"linux"
77
],

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/binding-linux-x64-musl",
3-
"version": "4.0.4-alpha.0",
3+
"version": "4.0.4-alpha.2",
44
"os": [
55
"linux"
66
],

npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tarojs/binding-win32-x64-msvc",
33
"description": "Native binding for taro",
4-
"version": "4.0.4-alpha.0",
4+
"version": "4.0.4-alpha.2",
55
"os": [
66
"win32"
77
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro",
3-
"version": "4.0.4-alpha.0",
3+
"version": "4.0.4-alpha.2",
44
"description": "开放式跨端跨框架开发解决方案",
55
"homepage": "https://github.com/NervJS/taro#readme",
66
"author": "O2Team",
@@ -31,7 +31,7 @@
3131
"format:check": "prettier --check --cache .",
3232
"test": "pnpm --if-present -r --aggregate-output --filter=./packages/* test:ci",
3333
"test:binding": "pnpm --filter @tarojs/binding run test",
34-
"updateSnapshot": "pnpm --if-present -r --aggregate-output --filter=./packages/* updateSnapshot",
34+
"updateSnapshot": "pnpm --if-present -r --aggregate-output --filter=./tests --filter=./packages/* updateSnapshot",
3535
"version": "run-s version:*",
3636
"version:release": "pnpm --parallel -r --aggregate-output --filter=./{npm/**,crates/native_binding,packages/*} exec npm version ${npm_package_version}",
3737
"version:git": "git add . && git commit -m \"chore(release): publish ${npm_package_version}\"",

packages/babel-plugin-transform-react-jsx-to-rn-stylesheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-react-jsx-to-rn-stylesheet",
3-
"version": "4.0.4-alpha.0",
3+
"version": "4.0.4-alpha.2",
44
"description": "Transform stylesheet selector to style in JSX Elements.",
55
"author": "O2Team",
66
"license": "MIT",

packages/babel-plugin-transform-solid-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-transform-solid-jsx",
33
"description": "A JSX to DOM plugin that wraps expressions for fine grained change detection",
4-
"version": "4.0.4-alpha.0",
4+
"version": "4.0.4-alpha.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/babel-plugin-transform-taroapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-taroapi",
3-
"version": "4.0.4-alpha.0",
3+
"version": "4.0.4-alpha.2",
44
"author": "O2Team",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)