Skip to content

Commit 01e8f73

Browse files
committed
chore: bump up nitro to 0.29.6
1 parent 702a195 commit 01e8f73

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/cache@v4
3434
with:
3535
path: ~/.bun/install/cache
36-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
36+
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
3737
restore-keys: |
3838
${{ runner.os }}-bun-
3939

bun.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- hermes-engine (0.81.4):
99
- hermes-engine/Pre-built (= 0.81.4)
1010
- hermes-engine/Pre-built (0.81.4)
11-
- NitroModules (0.29.4):
11+
- NitroModules (0.29.6):
1212
- boost
1313
- DoubleConversion
1414
- fast_float
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/core
3838
- SocketRocket
3939
- Yoga
40-
- NitroText (0.1.0):
40+
- NitroText (0.1.2):
4141
- boost
4242
- DoubleConversion
4343
- fast_float
@@ -2643,8 +2643,8 @@ SPEC CHECKSUMS:
26432643
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
26442644
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
26452645
hermes-engine: 35c763d57c9832d0eef764316ca1c4d043581394
2646-
NitroModules: 8d96528777600e967d371fd62b7eb183e9204530
2647-
NitroText: 3b45eefe7bc7e19e256e2d6f18be4a1068b4d35e
2646+
NitroModules: 7d693306799405ca141ef5c24efc0936f20a09c0
2647+
NitroText: 6c4079dd11adc232c62db7689de7c3c45908103d
26482648
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
26492649
RCTDeprecation: c0ed3249a97243002615517dff789bf4666cf585
26502650
RCTRequired: 58719f5124f9267b5f9649c08bf23d9aea845b23

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react": "19.1.0",
1515
"react-native": "0.81.4",
1616
"react-native-safe-area-context": "^5.5.2",
17-
"react-native-nitro-modules": "^0.29.4"
17+
"react-native-nitro-modules": "^0.29.6"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.25.2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"@semantic-release/git": "^10.0.1",
5959
"@types/jest": "^29.5.12",
6060
"@types/react": "19.1.0",
61-
"nitrogen": "^0.29.4",
61+
"nitrogen": "^0.29.6",
6262
"react": "19.1.0",
6363
"react-native": "0.81.4",
6464
"react-native-builder-bob": "^0.37.0",
65-
"react-native-nitro-modules": "^0.29.4",
65+
"react-native-nitro-modules": "^0.29.6",
6666
"conventional-changelog-conventionalcommits": "^9.1.0",
6767
"semantic-release": "^24.2.8",
6868
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)