From 59fdffd4be71817597fed13b83681596b5f3ffe6 Mon Sep 17 00:00:00 2001 From: listen Date: Thu, 26 Dec 2024 11:31:26 +0800 Subject: [PATCH] publish 2.17.6 --- CHANGELOG.md | 4 ++++ example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7cb77cf..e6aac7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.17.6 + +- 支持设置页面为横屏 + ## 2.17.5 ### Android specific diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 1717d860..679a405a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -11,7 +11,7 @@ PODS: - ReactCommon/turbomodule/core (= 0.71.12) - fmt (6.2.1) - glog (0.3.5) - - HybridNavigation (2.17.0): + - HybridNavigation (2.17.5): - React-Core - libwebp (1.2.4): - libwebp/demux (= 1.2.4) @@ -481,7 +481,7 @@ SPEC CHECKSUMS: FBReactNativeSpec: d15a928cf21094fa2fc39c7cfadad3f28f920166 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85 - HybridNavigation: 2a25084c62a3d408d8b083347c4868e8dbdadc78 + HybridNavigation: 136ee16fa81757758735e9697e89956b32315690 libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 RCTRequired: 4db5e3e18b906377a502da5b358ff159ba4783ed diff --git a/package.json b/package.json index 617eefda..43121e19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hybrid-navigation", "description": "React Native Navigation that supports seamless navigation between Native and React.", - "version": "2.17.5", + "version": "2.17.6", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "react-native": "src/index",