From dd68c358f350de31794320e5bbf4a8a5c72d9636 Mon Sep 17 00:00:00 2001 From: Elvira Burchik Date: Mon, 29 Aug 2022 20:32:45 +0200 Subject: [PATCH] update changelogs --- .../CHANGELOG.md | 4 ++++ packages/react-native-performance/CHANGELOG.md | 5 +++++ yarn.lock | 11 ++++++++++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/flipper-plugin-react-native-performance/CHANGELOG.md b/packages/flipper-plugin-react-native-performance/CHANGELOG.md index 8e14239..4bff307 100644 --- a/packages/flipper-plugin-react-native-performance/CHANGELOG.md +++ b/packages/flipper-plugin-react-native-performance/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0] - 2022-08-29 + +**Note:** Rename package into `flipper-plugin-shopify-react-native-performance` + ## [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 diff --git a/packages/react-native-performance/CHANGELOG.md b/packages/react-native-performance/CHANGELOG.md index 6021eb3..5ec1967 100644 --- a/packages/react-native-performance/CHANGELOG.md +++ b/packages/react-native-performance/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.2](https://github.com/shopify/react-native-performance/compare/@shopify/react-native-performance@4.1.1...@shopify/react-native-performance@4.1.2) (2022-06-27) + +**Note:** Version bump only for package @shopify/react-native-performance + + ## [4.1.1](https://github.com/shopify/react-native-performance/compare/@shopify/react-native-performance@4.1.0...@shopify/react-native-performance@4.1.1) (2022-06-27) diff --git a/yarn.lock b/yarn.lock index 9ae56f4..9674c80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3725,7 +3725,7 @@ dependencies: "@types/react" "^17" -"@types/react@*", "@types/react@17.0.39", "@types/react@17.0.44", "@types/react@^17", "@types/react@^17.0.39": +"@types/react@*", "@types/react@17.0.44", "@types/react@^17", "@types/react@^17.0.39": version "17.0.44" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7" integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g== @@ -3734,6 +3734,15 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/react@17.0.39": + version "17.0.39" + resolved "https://registry.npmjs.org/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce" + integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/reactcss@*": version "1.2.6" resolved "https://registry.yarnpkg.com/@types/reactcss/-/reactcss-1.2.6.tgz#133c1e7e896f2726370d1d5a26bf06a30a038bcc"