diff --git a/README.md b/README.md index dc7a406..5bf269a 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,16 @@ Performance measurement for your React Native apps. Documentation can be found at [shopify.github.io/react-native-performance](https://shopify.github.io/react-native-performance/) -Build status +Build status lerna license: MIT - - Discord chat - +Discord chat --- -[Installation](#install) | [Packages](#package-versions) | [Playground app](#playground-app) | [Contributing](#contributing) | [Discord channel](https://discord.com/channels/928252803867107358/928253059375726622) +[Installation](#install-⬇️) | [Packages](#packages) | [Playground app](#playground-app) | [Contributing](#contributing) ## Install @@ -35,8 +33,8 @@ Packages are set up to be compatible with [autolinking](https://github.com/react | Name | Version | | ---- | ------- | -| [@shopify/flipper-plugin-react-native-performance](/packages/flipper-plugin-react-native-performance) | [1.0.0](https://github.com/Shopify/react-native-performance/releases/tag/%40shopify%2Fflipper-plugin-react-native-performance%401.0.0) | -| [@shopify/react-native-performance](/packages/react-native-performance) | [4.0.0](https://github.com/Shopify/react-native-performance/releases/tag/%40shopify%2Freact-native-performance%404.0.0) | +| [@shopify/flipper-plugin-react-native-performance](/packages/flipper-plugin-react-native-performance) | [1.0.1](https://github.com/Shopify/react-native-performance/releases/tag/%40shopify%2Fflipper-plugin-react-native-performance%401.0.1) | +| [@shopify/react-native-performance](/packages/react-native-performance) | [4.1.0](https://github.com/Shopify/react-native-performance/releases/tag/%40shopify%2Freact-native-performance%404.1.0) | | [@shopify/react-native-performance-lists-profiler](/packages/react-native-performance-lists-profiler) | [1.0.0](https://github.com/Shopify/react-native-performance/releases/tag/%40shopify%2Freact-native-performance-lists-profiler%401.0.0) | | [@shopify/react-native-performance-navigation](/packages/react-native-performance-navigation) | [3.0.0](https://github.com/Shopify/react-native-performance/releases/tag/%40shopify%2Freact-native-performance-navigation%403.0.0) | | [@shopify/react-native-performance-navigation-bottom-tabs](/packages/react-native-performance-navigation-bottom-tabs) | [3.0.0](https://github.com/Shopify/react-native-performance/releases/tag/%40shopify%2Freact-native-performance-navigation-bottom-tabs%403.0.0) | diff --git a/fixture/CHANGELOG.md b/fixture/CHANGELOG.md index a3925a8..8153d43 100644 --- a/fixture/CHANGELOG.md +++ b/fixture/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/Shopify/react-native-performance-open-source/compare/fixture@1.0.0...fixture@1.1.0) (2022-06-16) + + +### Features + +* allow using multiple performance profilers ([#76](https://github.com/Shopify/react-native-performance-open-source/issues/76)) ([a9b6a97](https://github.com/Shopify/react-native-performance-open-source/commit/a9b6a97bb4ddecb7d8ba4fc8262f08b78f15fed0)) + + + + + ## [0.0.22] - 2022-05-03 **Note:** Version bump only for package fixture diff --git a/fixture/Podfile.lock b/fixture/Podfile.lock index 00e73b8..84f0d48 100644 --- a/fixture/Podfile.lock +++ b/fixture/Podfile.lock @@ -355,9 +355,9 @@ PODS: - React-jsi (= 0.68.2) - React-logger (= 0.68.2) - React-perflogger (= 0.68.2) - - ReactNativePerformance (4.0.0): + - ReactNativePerformance (4.1.0): - React-Core - - ReactNativePerformance/Tests (4.0.0): + - ReactNativePerformance/Tests (4.1.0): - React-Core - ReactNativePerformanceListsProfiler (1.0.0): - React-Core @@ -611,7 +611,7 @@ SPEC CHECKSUMS: React-RCTVibration: 79040b92bfa9c3c2d2cb4f57e981164ec7ab9374 React-runtimeexecutor: b960b687d2dfef0d3761fbb187e01812ebab8b23 ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2 - ReactNativePerformance: 3b8e0e85eb460aa93521d8151fa5ac318c8b7992 + ReactNativePerformance: cc4ceb26a5c7d341393229c210eb193a1447c71b ReactNativePerformanceListsProfiler: 48e7cd673a45d8938eccb6e2644907ded4362c7d RNGestureHandler: 61628a2c859172551aa2100d3e73d1e57878392f RNReanimated: 64573e25e078ae6bec03b891586d50b9ec284393 diff --git a/fixture/package.json b/fixture/package.json index 2ae7505..a41b6d5 100644 --- a/fixture/package.json +++ b/fixture/package.json @@ -1,6 +1,6 @@ { "name": "fixture", - "version": "1.0.0", + "version": "1.1.0", "private": true, "scripts": { "android": "react-native run-android --appIdSuffix debug", @@ -16,8 +16,8 @@ "@react-navigation/drawer": "6.4.1", "@react-navigation/native": "6.0.10", "@react-navigation/stack": "6.2.1", - "@shopify/flipper-plugin-react-native-performance": "1.0.0", - "@shopify/react-native-performance": "4.0.0", + "@shopify/flipper-plugin-react-native-performance": "1.0.1", + "@shopify/react-native-performance": "4.1.0", "@shopify/react-native-performance-lists-profiler": "1.0.0", "@shopify/react-native-performance-navigation": "3.0.0", "@shopify/react-native-performance-navigation-bottom-tabs": "3.0.0", diff --git a/packages/flipper-plugin-react-native-performance/CHANGELOG.md b/packages/flipper-plugin-react-native-performance/CHANGELOG.md index b0a3c0a..8e14239 100644 --- a/packages/flipper-plugin-react-native-performance/CHANGELOG.md +++ b/packages/flipper-plugin-react-native-performance/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/Shopify/react-native-performance-open-source/compare/@shopify/flipper-plugin-react-native-performance@1.0.0...@shopify/flipper-plugin-react-native-performance@1.0.1) (2022-06-16) + +**Note:** Version bump only for package @shopify/flipper-plugin-react-native-performance + + + + + ## [1.0.0] - 2022-05-27 * Public release. diff --git a/packages/flipper-plugin-react-native-performance/package.json b/packages/flipper-plugin-react-native-performance/package.json index 74fc4bd..04df715 100644 --- a/packages/flipper-plugin-react-native-performance/package.json +++ b/packages/flipper-plugin-react-native-performance/package.json @@ -7,7 +7,7 @@ "access": "public", "@shopify:registry": "https://registry.npmjs.org/" }, - "version": "1.0.0", + "version": "1.0.1", "pluginType": "client", "main": "dist/bundle.js", "flipperBundlerEntry": "src/index.tsx", diff --git a/packages/react-native-performance/CHANGELOG.md b/packages/react-native-performance/CHANGELOG.md index 70f5e5b..8af697e 100644 --- a/packages/react-native-performance/CHANGELOG.md +++ b/packages/react-native-performance/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.1.0](https://github.com/shopify/react-native-performance/compare/@shopify/react-native-performance@4.0.0...@shopify/react-native-performance@4.1.0) (2022-06-16) + + +### Features + +* allow using multiple performance profilers ([#76](https://github.com/shopify/react-native-performance/issues/76)) ([a9b6a97](https://github.com/shopify/react-native-performance/commit/a9b6a97bb4ddecb7d8ba4fc8262f08b78f15fed0)) + + + + + ## [4.0.0] - 2022-05-27 * Public release. diff --git a/packages/react-native-performance/package.json b/packages/react-native-performance/package.json index e38baee..b7e8084 100644 --- a/packages/react-native-performance/package.json +++ b/packages/react-native-performance/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/react-native-performance", - "version": "4.0.0", + "version": "4.1.0", "description": "A library for measuring the render times for the different flows in your app.", "publishConfig": { "access": "public",