From c73fdb090d37a103f96f4cdbc329412108e62d01 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 2 Feb 2021 09:17:33 -0800 Subject: [PATCH] Include react native path Summary: Note: Binary update will follow as separate diff. Noticed that these weren't updated automatically. Reviewed By: mweststrate Differential Revision: D26150738 fbshipit-source-id: 05583a3d8c6425d41e985255e0281a90e5062dad --- scripts/bump/bump.hs | 4 ++++ scripts/bump/package.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/bump/bump.hs b/scripts/bump/bump.hs index 617d0a47e..651aa3052 100755 --- a/scripts/bump/bump.hs +++ b/scripts/bump/bump.hs @@ -36,6 +36,10 @@ releaseReplacements = ,("docs/setup/layout-plugin.mdx", spaces >> "debugImplementation 'com.facebook.flipper:flipper-litho-plugin:" *> releaseVersion <* "'") ,("docs/setup/network-plugin.mdx", spaces >> "debugImplementation 'com.facebook.flipper:flipper-network-plugin:" *> releaseVersion <* "'") ,("docs/setup/images-plugin.mdx", spaces >> "debugImplementation 'com.facebook.flipper:flipper-images-plugin:" *> releaseVersion <* "'") + ,("docs/getting-started/react-native-ios.mdx", spaces >> "use_flipper!('Flipper' => '" *> releaseVersion <* "')" <* many anyChar) + ,("docs/getting-started/react-native-ios.mdx", spaces >> "flipperkit_version = '" *> releaseVersion <* "'" <* many anyChar) + ,("docs/getting-started/react-native.mdx", many anyChar >> "`FLIPPER_VERSION=" *> releaseVersion <* "`.") + ,("docs/getting-started/react-native.mdx", many anyChar >> "`use_flipper!({ 'Flipper' => '" *> releaseVersion <* "' })`.") ] snapshotReplacements :: [(FilePath, Pattern Version)] diff --git a/scripts/bump/package.yaml b/scripts/bump/package.yaml index 9e1522268..1c73ef7e0 100644 --- a/scripts/bump/package.yaml +++ b/scripts/bump/package.yaml @@ -1,5 +1,5 @@ name: bump -version: 0.2.3 +version: 0.2.4 dependencies: - base >= 4.7 && < 5