Skip to content

Commit

Permalink
Merge pull request #42 from millionscard/update-to-0.1.62
Browse files Browse the repository at this point in the history
move to 0.1.62
  • Loading branch information
taitmbarek authored Dec 20, 2023
2 parents 3dfd095 + 58b92ce commit e7dbf84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ PODS:
- fmt (6.2.1)
- glog (0.3.5)
- hermes-engine (0.11.0)
- KnotAPI (0.5.7)
- KnotAPI (0.5.9)
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.06.28.00-v2):
Expand Down Expand Up @@ -301,8 +301,8 @@ PODS:
- React-jsinspector (0.68.2)
- React-logger (0.68.2):
- glog
- react-native-knotapi (0.1.60):
- KnotAPI (~> 0.5.6)
- react-native-knotapi (0.1.62):
- KnotAPI (~> 0.5.9)
- React-Core
- React-perflogger (0.68.2)
- React-RCTActionSheet (0.68.2):
Expand Down Expand Up @@ -541,7 +541,7 @@ SPEC CHECKSUMS:
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 84e3af1ea01dd7351ac5d8689cbbea1f9903ffc3
KnotAPI: 0b0e7d671169af8439cb01123aaa2e9e223eda7b
KnotAPI: 45c23576a4d2e75ca192cebe37082c280420cb41
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 4d8508a426467c48885f1151029bc15fa5d7b3b8
Expand All @@ -558,7 +558,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: b7b553412f2ec768fe6c8f27cd6bafdb9d8719e6
React-jsinspector: c5989c77cb89ae6a69561095a61cce56a44ae8e8
React-logger: a0833912d93b36b791b7a521672d8ee89107aff1
react-native-knotapi: 302640df166dbbac1d3412354dc5f1b496404067
react-native-knotapi: 8a481124895cc81315802a1dd6a289453207e483
React-perflogger: a18b4f0bd933b8b24ecf9f3c54f9bf65180f3fe6
React-RCTActionSheet: 547fe42fdb4b6089598d79f8e1d855d7c23e2162
React-RCTAnimation: bc9440a1c37b06ae9ebbb532d244f607805c6034
Expand All @@ -575,6 +575,6 @@ SPEC CHECKSUMS:
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 88b8e8c7f6870664f6e7ad086d26fb67527295bd
PODFILE CHECKSUM: e1fa426cf47fbacc23e2572f85e657deb62e4a1f

COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-knotapi",
"version": "0.1.61",
"version": "0.1.62",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-knotapi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm}"

s.dependency "React-Core"
s.dependency 'KnotAPI', '~> 0.5.8'
s.dependency 'KnotAPI', '~> 0.5.9'


# Don't install the dependencies when we run `pod install` in the old architecture.
Expand Down

0 comments on commit e7dbf84

Please sign in to comment.