Skip to content

Commit 80dcd0c

Browse files
committed
chore: release 7.0.1
1 parent a5ca63e commit 80dcd0c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [7.0.1](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v7.0.0...v7.0.1) (2024-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* dynamic tab sync ([75c6e3a](https://github.com/PedroBern/react-native-collapsible-tab-view/commit/75c6e3a0190428140d3faaaf07c95fb53cb091cf))
9+
* indicator display for single tab ([ed67c03](https://github.com/PedroBern/react-native-collapsible-tab-view/commit/ed67c03be57d67f91bab3172333166a8ba05b494))
10+
311
# [7.0.0](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v6.2.2...v7.0.0) (2024-04-04)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-collapsible-tab-view",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Collapsible tab view component for React Native",
55
"main": "lib/commonjs/index.js",
66
"react-native": "src/index.tsx",

0 commit comments

Comments
 (0)