chore: bump version to 0.2.2

这个提交包含在:
XuqmGroup 2026-05-14 19:21:21 +08:00
父节点 85471505a9
当前提交 7aebf47ce4
共有 6 个文件被更改,包括 7 次插入7 次删除

查看文件

@ -1,6 +1,6 @@
{ {
"name": "@xuqm/rn-sdk", "name": "@xuqm/rn-sdk",
"version": "0.2.0", "version": "0.2.2",
"description": "XuqmGroup React Native SDK — meta-package (IM, Push, Update, Common)", "description": "XuqmGroup React Native SDK — meta-package (IM, Push, Update, Common)",
"license": "UNLICENSED", "license": "UNLICENSED",
"main": "src/index.ts", "main": "src/index.ts",

查看文件

@ -1,6 +1,6 @@
{ {
"name": "@xuqm/rn-common", "name": "@xuqm/rn-common",
"version": "0.2.3", "version": "0.2.2",
"description": "XuqmGroup RN SDK — core: init, network, token management", "description": "XuqmGroup RN SDK — core: init, network, token management",
"license": "UNLICENSED", "license": "UNLICENSED",
"main": "src/index.ts", "main": "src/index.ts",

查看文件

@ -1,6 +1,6 @@
{ {
"name": "@xuqm/rn-im", "name": "@xuqm/rn-im",
"version": "0.2.1", "version": "0.2.2",
"description": "XuqmGroup RN SDK — IM module (single chat, group chat, 13 message types)", "description": "XuqmGroup RN SDK — IM module (single chat, group chat, 13 message types)",
"license": "UNLICENSED", "license": "UNLICENSED",
"main": "src/index.ts", "main": "src/index.ts",

查看文件

@ -1,6 +1,6 @@
{ {
"name": "@xuqm/rn-push", "name": "@xuqm/rn-push",
"version": "0.2.1", "version": "0.2.2",
"description": "XuqmGroup RN SDK — Push module (device token registration)", "description": "XuqmGroup RN SDK — Push module (device token registration)",
"license": "UNLICENSED", "license": "UNLICENSED",
"main": "src/index.ts", "main": "src/index.ts",

查看文件

@ -1,6 +1,6 @@
{ {
"name": "@xuqm/rn-update", "name": "@xuqm/rn-update",
"version": "0.2.3", "version": "0.2.2",
"description": "XuqmGroup RN SDK — Update module (App update, RN plugin hot-update)", "description": "XuqmGroup RN SDK — Update module (App update, RN plugin hot-update)",
"license": "UNLICENSED", "license": "UNLICENSED",
"main": "src/index.ts", "main": "src/index.ts",
@ -12,7 +12,7 @@
}, },
"scripts": { "typecheck": "tsc --noEmit" }, "scripts": { "typecheck": "tsc --noEmit" },
"dependencies": { "dependencies": {
"@xuqm/rn-common": ">=0.2.1" "@xuqm/rn-common": ">=0.2.2"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.76.0", "react-native": ">=0.76.0",

查看文件

@ -1,6 +1,6 @@
{ {
"name": "@xuqm/rn-xwebview", "name": "@xuqm/rn-xwebview",
"version": "0.2.1", "version": "0.2.2",
"description": "XuqmGroup RN SDK — XWebView module", "description": "XuqmGroup RN SDK — XWebView module",
"license": "UNLICENSED", "license": "UNLICENSED",
"main": "src/index.ts", "main": "src/index.ts",