Skip to content

Commit

Permalink
chore: bump rive-ios to 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lancesnider committed Dec 6, 2024
1 parent c899dbf commit e9fa101
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,10 @@ PODS:
- React-jsi (= 0.72.7)
- React-logger (= 0.72.7)
- React-perflogger (= 0.72.7)
- rive-react-native (8.1.0):
- rive-react-native (8.3.0):
- React-Core
- RiveRuntime (= 6.3.7)
- RiveRuntime (6.3.7)
- RiveRuntime (= 6.4.2)
- RiveRuntime (6.4.2)
- RNCMaskedView (0.2.9):
- React-Core
- RNCPicker (1.16.8):
Expand Down Expand Up @@ -744,8 +744,8 @@ SPEC CHECKSUMS:
React-runtimescheduler: 7649c3b46c8dee1853691ecf60146a16ae59253c
React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415
ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6
rive-react-native: c1e502792a4e5fc7dc6d49c2f488cef41d35936d
RiveRuntime: dbcfe1594ef0b03f0bac0952ccb31dd2ed39740a
rive-react-native: 4e4252c667692105fa4790834a788bb260ae9aca
RiveRuntime: f8bd7015494fa137fa1165e949bb86a4a6958e75
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rive-react-native",
"version": "8.2.0",
"version": "8.3.0",
"description": "Rive React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion rive-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.swift_version = "5.0"

s.dependency "React-Core"
s.dependency "RiveRuntime", "6.3.7"
s.dependency "RiveRuntime", "6.4.2"
end

0 comments on commit e9fa101

Please sign in to comment.