diff --git a/Flipper.podspec b/Flipper.podspec index 193ae9f01..f6ffa3b55 100644 --- a/Flipper.podspec +++ b/Flipper.podspec @@ -3,7 +3,7 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -flipperkit_version = '0.38.0' +flipperkit_version = '0.39.0' Pod::Spec.new do |spec| spec.name = 'Flipper' spec.version = flipperkit_version diff --git a/FlipperKit.podspec b/FlipperKit.podspec index e95b75531..0eb7a03a4 100644 --- a/FlipperKit.podspec +++ b/FlipperKit.podspec @@ -5,7 +5,7 @@ folly_compiler_flags = '-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0' yogakit_version = '~> 1.18' -flipperkit_version = '0.38.0' +flipperkit_version = '0.39.0' Pod::Spec.new do |spec| spec.name = 'FlipperKit' spec.version = flipperkit_version diff --git a/desktop/app/package.json b/desktop/app/package.json index 5a52dd162..f44136bcf 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -1,6 +1,6 @@ { "name": "flipper", - "version": "0.38.0", + "version": "0.39.0", "description": "Mobile development tool", "productName": "Flipper", "author": "Facebook Inc", @@ -32,7 +32,7 @@ "expand-tilde": "^2.0.2", "express": "^4.15.2", "fb-watchman": "^2.0.0", - "flipper-doctor": "0.38.0", + "flipper-doctor": "0.39.0", "fs-extra": "^8.0.1", "immer": "^6.0.0", "immutable": "^4.0.0-rc.12", diff --git a/desktop/babel-transformer/package.json b/desktop/babel-transformer/package.json index 1e16c13a9..914963c15 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -1,6 +1,6 @@ { "name": "flipper-babel-transformer", - "version": "0.38.0", + "version": "0.39.0", "description": "Babel transformer for Flipper plugins", "repository": "facebook/flipper", "main": "lib/index.js", diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index b8435903e..4654103f9 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -1,6 +1,6 @@ { "name": "flipper-doctor", - "version": "0.38.0", + "version": "0.39.0", "description": "Utility for checking for issues with a flipper installation", "main": "lib/index.js", "flipperBundlerEntry": "src", diff --git a/desktop/headless-tests/package.json b/desktop/headless-tests/package.json index 5f7acf138..a1d0b0cac 100644 --- a/desktop/headless-tests/package.json +++ b/desktop/headless-tests/package.json @@ -1,6 +1,6 @@ { "name": "flipper-headless-tests", - "version": "0.38.0", + "version": "0.39.0", "main": "index.js", "private": true, "scripts": { diff --git a/desktop/package.json b/desktop/package.json index 8a203bdc2..6c088f49b 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,6 +1,6 @@ { "name": "flipper-project", - "version": "0.38.0", + "version": "0.39.0", "description": "Mobile development tool", "productName": "Flipper", "author": "Facebook Inc", @@ -170,8 +170,8 @@ "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.16.0", "eslint-plugin-relay": "^1.4.1", - "flipper-babel-transformer": "0.38.0", - "flipper-pkg-lib": "0.38.0", + "flipper-babel-transformer": "0.39.0", + "flipper-pkg-lib": "0.39.0", "flow-bin": "0.123.0", "fs-extra": "^9.0.0", "glob": "^7.1.2", diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index aea4b6f69..e66d69a69 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -1,6 +1,6 @@ { "name": "flipper-pkg-lib", - "version": "0.38.0", + "version": "0.39.0", "description": "Library for building and publishing Flipper plugins", "repository": "facebook/flipper", "main": "lib/index.js", @@ -10,7 +10,7 @@ "bugs": "https://github.com/facebook/flipper/issues", "dependencies": { "fs-extra": "^8.1.0", - "flipper-babel-transformer": "0.38.0", + "flipper-babel-transformer": "0.39.0", "metro": "^0.59.0", "metro-minify-terser": "^0.59.0" }, diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index 90aca289f..e1d7b7e96 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -1,6 +1,6 @@ { "name": "flipper-pkg", - "version": "0.38.0", + "version": "0.39.0", "description": "Utility for building and publishing Flipper plugins", "repository": "facebook/flipper", "main": "lib/index.js", @@ -17,7 +17,7 @@ "@oclif/plugin-help": "^2", "cli-ux": "^5.4.5", "fs-extra": "^8.1.0", - "flipper-pkg-lib": "0.38.0", + "flipper-pkg-lib": "0.39.0", "inquirer": "^7.0.5" }, "devDependencies": { diff --git a/desktop/static/package.json b/desktop/static/package.json index 4afbef17e..b7ca09bd2 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -1,6 +1,6 @@ { "name": "flipper-static", - "version": "0.38.0", + "version": "0.39.0", "main": "index.js", "private": true, "license": "MIT", @@ -10,7 +10,7 @@ "fb-watchman": "^2.0.0", "fix-path": "^3.0.0", "fs-extra": "^8.1.0", - "flipper-pkg-lib": "0.38.0", + "flipper-pkg-lib": "0.39.0", "mem": "^6.0.0", "mkdirp": "^1.0.0", "p-map": "^4.0.0", diff --git a/docs/getting-started/android-native.md b/docs/getting-started/android-native.md index 91ea99b71..400f0ba50 100644 --- a/docs/getting-started/android-native.md +++ b/docs/getting-started/android-native.md @@ -24,10 +24,10 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.38.0' + debugImplementation 'com.facebook.flipper:flipper:0.39.0' debugImplementation 'com.facebook.soloader:soloader:0.9.0' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.38.0' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.39.0' } ``` diff --git a/docs/getting-started/ios-native.md b/docs/getting-started/ios-native.md index abde41c81..a5c973298 100644 --- a/docs/getting-started/ios-native.md +++ b/docs/getting-started/ios-native.md @@ -15,7 +15,7 @@ The following configuration assumed CocoaPods 1.9+. ```ruby project 'MyApp.xcodeproj' -flipperkit_version = '0.38.0' +flipperkit_version = '0.39.0' target 'MyApp' do platform :ios, '9.0' @@ -70,7 +70,7 @@ end ```ruby project 'MyApp.xcodeproj' -flipperkit_version = '0.38.0' +flipperkit_version = '0.39.0' target 'MyApp' do platform :ios, '9.0' diff --git a/docs/getting-started/react-native-ios.md b/docs/getting-started/react-native-ios.md index 58bb68ec6..0c7589678 100644 --- a/docs/getting-started/react-native-ios.md +++ b/docs/getting-started/react-native-ios.md @@ -16,7 +16,7 @@ Add this code to your `ios/Podfile`: platform :ios, '9.0' def flipper_pods() - flipperkit_version = '0.38.0' + flipperkit_version = '0.39.0' pod 'FlipperKit', '~>' + flipperkit_version, :configuration => 'Debug' pod 'FlipperKit/FlipperKitLayoutPlugin', '~>' + flipperkit_version, :configuration => 'Debug' pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version, :configuration => 'Debug' diff --git a/docs/setup/layout-plugin.md b/docs/setup/layout-plugin.md index 5326bca4a..0759e6749 100644 --- a/docs/setup/layout-plugin.md +++ b/docs/setup/layout-plugin.md @@ -28,7 +28,7 @@ gradle configuration: ```groovy dependencies { - debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.38.0' + debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.39.0' debugImplementation 'com.facebook.litho:litho-annotations:0.19.0' // ... } diff --git a/docs/setup/leak-canary-plugin.md b/docs/setup/leak-canary-plugin.md index 7d36b1cef..e29696c0c 100644 --- a/docs/setup/leak-canary-plugin.md +++ b/docs/setup/leak-canary-plugin.md @@ -9,7 +9,7 @@ Ensure that you already have an explicit dependency in your application's ```groovy dependencies { - debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.38.0' + debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.39.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1' releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1' } diff --git a/docs/setup/network-plugin.md b/docs/setup/network-plugin.md index 3f1ab5461..1c2820c11 100644 --- a/docs/setup/network-plugin.md +++ b/docs/setup/network-plugin.md @@ -12,7 +12,7 @@ The network plugin is shipped as a separate Maven artifact: ```groovy dependencies { - debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.38.0' + debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.39.0' } ``` diff --git a/gradle.properties b/gradle.properties index d8232dfa3..843577452 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # LICENSE file in the root directory of this source tree. # POM publishing constants -VERSION_NAME=0.38.1-SNAPSHOT +VERSION_NAME=0.39.0 GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git diff --git a/iOS/Tutorial/Podfile b/iOS/Tutorial/Podfile index cfed6936e..f1c2db357 100644 --- a/iOS/Tutorial/Podfile +++ b/iOS/Tutorial/Podfile @@ -1,6 +1,6 @@ project 'Tutorial.xcodeproj' swift_version = "4.1" -flipperkit_version = '0.38.0' +flipperkit_version = '0.39.0' use_frameworks! target 'Tutorial' do diff --git a/react-native/react-native-flipper/package.json b/react-native/react-native-flipper/package.json index db4517a52..2e283d50b 100644 --- a/react-native/react-native-flipper/package.json +++ b/react-native/react-native-flipper/package.json @@ -1,7 +1,7 @@ { "name": "react-native-flipper", "title": "React Native Flipper Bindings", - "version": "0.38.0", + "version": "0.39.0", "description": "TODO", "main": "index.js", "types": "index.d.ts",