Skip to content

Commit ed144bb

Browse files
🔧 chore(release): bump version to 1.2.5
1 parent f9eb440 commit ed144bb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Unreleased
5+
## v1.2.5 (2026-04-15)
66

77
- Android `manifestPlaceholders` 改为在宿主现有配置后追加,不再覆盖已有配置
88
- Android `app/build.gradle` 注入不再依赖 `versionName` 文本锚点

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.4
8+
* @version 1.2.5
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.4",
3+
"version": "1.2.5",
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.4
8+
* @version 1.2.5
99
*
1010
* 参考文档:
1111
* - JPush 集成 Expo: https://juejin.cn/post/7423235127716659239
@@ -80,4 +80,4 @@ const withJPush: ConfigPlugin<JPushPluginProps> = (config, props) => {
8080
/**
8181
* 导出插件(使用 createRunOncePlugin 确保插件只运行一次)
8282
*/
83-
export default createRunOncePlugin(withJPush, 'mx-jpush-expo', '1.2.4');
83+
export default createRunOncePlugin(withJPush, 'mx-jpush-expo', '1.2.5');

0 commit comments

Comments
 (0)