Skip to content

Commit de753a2

Browse files
authored
Merge pull request #15 from BlackishGreen33/bg/release/prepare-1-2-3-beta-0
chore(release): prepare 1.2.3-beta.0 beta package
2 parents 18d1c2f + 190826e commit de753a2

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
历史版本更新从 README 中拆出,便于首页专注接入说明与使用导航。
44

5+
## v1.2.3-beta.0 (2026-03-27)
6+
7+
- 基于当前 `1.2.2` 代码的测试发布/重发,用于验证发布与安装流程,无新增功能变更
8+
59
## v1.2.2 (2026-03-08)
610

711
- 修复 `JPUSH_PKGNAME` 依赖 `applicationId` 声明顺序的问题
@@ -14,6 +18,11 @@
1418
- iOS 改为从 `Info.plist` 读取 JPush 初始化参数,不再把这些值直接注入 `AppDelegate.swift`
1519
- README 更新为 `app.config.ts + 环境变量` 的推荐用法
1620

21+
## v1.2.0 (2025-12-19)
22+
23+
- 升级华为 AGConnect 依赖
24+
- 新增 HMS Push 支持
25+
1726
## v1.1.0 (2025-12-17)
1827

1928
**🎉 完整支持 Android 厂商通道**
@@ -29,7 +38,7 @@
2938
- 📝 添加应用签名配置说明(华为、荣耀、蔚来必需)
3039
- 🔧 优化代码结构,移除手动下载 aar 的要求
3140

32-
## v1.0.2 (2024-09-27)
41+
## v1.0.2 (2025-12-09)
3342

3443
> 📖 **参考文章**[Expo SDK 53+ 集成极光推送 iOS Swift](https://juejin.cn/post/7554288083597885467)
3544
@@ -40,7 +49,7 @@
4049
- 🐛 修复 iOS 新架构下的兼容性问题
4150
- 📝 更新文档,添加最新集成指南
4251

43-
## v1.0.1
52+
## v1.0.1 (2024-11-19)
4453

4554
> 📖 **参考文章**[JPush 集成 Expo](https://juejin.cn/post/7423235127716659239)
4655

app.plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 支持 Expo SDK 53+ 和 React Native 0.79.5+
66
*
77
* @author MuxiStudio
8-
* @version 1.2.2
8+
* @version 1.2.3-beta.0
99
*
1010
* 参考文档:
1111
* - JPush 集成 Expo: https://juejin.cn/post/7423235127716659239

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mx-jpush-expo",
3-
"version": "1.2.2",
3+
"version": "1.2.3-beta.0",
44
"description": "Expo 集成极光推送(JPush)一体化解决方案,支持 iOS/Android 厂商通道",
55
"main": "app.plugin.js",
66
"types": "plugin/build/index.d.ts",

plugin/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 支持 Expo SDK 53+ 和 React Native 0.79.5+
66
*
77
* @author MuxiStudio
8-
* @version 1.2.2
8+
* @version 1.2.3-beta.0
99
*
1010
* 参考文档:
1111
* - JPush 集成 Expo: https://juejin.cn/post/7423235127716659239
@@ -83,4 +83,4 @@ const withJPush: ConfigPlugin<JPushPluginProps> = (config, props) => {
8383
/**
8484
* 导出插件(使用 createRunOncePlugin 确保插件只运行一次)
8585
*/
86-
export default createRunOncePlugin(withJPush, 'mx-jpush-expo', '1.2.2');
86+
export default createRunOncePlugin(withJPush, 'mx-jpush-expo', '1.2.3-beta.0');

0 commit comments

Comments
 (0)