From 88000ccc38884c1c60cc06af0d149dd208bafbf1 Mon Sep 17 00:00:00 2001 From: Andrei Alecu Date: Fri, 5 Jul 2024 17:20:11 +0300 Subject: [PATCH] chore: release 8.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6547094..c30fd8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ +# [8.0.0](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v7.0.1...v8.0.0) (2024-07-05) + + +### Code Refactoring + +* **hooks, container:** perf: avoid reading .value outside worklet ([08a1c51](https://github.com/PedroBern/react-native-collapsible-tab-view/commit/08a1c51f1aefbe13dd30dbfb62b7d19848835838)) + + +### BREAKING CHANGES + +* **hooks, container:** headerHeight, tabBarHeight, containerHeight, and +contentInset are no longer SharedValues. + +If you consume useHeaderMeasurements and/or useTabsContext expect this +to impact you. + ## [7.0.1](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v7.0.0...v7.0.1) (2024-04-15) diff --git a/package.json b/package.json index 06cd305..6b17caf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible-tab-view", - "version": "7.0.1", + "version": "8.0.0", "description": "Collapsible tab view component for React Native", "main": "lib/commonjs/index.js", "react-native": "src/index.tsx",