Skip to content

Commit

Permalink
chore(main): release 1.0.20-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moeen-mahmud committed Oct 10, 2024
1 parent c01aa82 commit c5e11dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.20-beta.1](https://github.com/moeen-mahmud/react-native-floating-tab/compare/v1.0.19-beta.1...v1.0.20-beta.1) (2024-10-10)


### Bug Fixes

* adds the new configurations in package.json and tsconfig.json in order to module resolution fix ([c01aa82](https://github.com/moeen-mahmud/react-native-floating-tab/commit/c01aa82ac0942c3a098305387c74ba6b13cb7186))
* trying to fix the resolution error of the npm package ([d62b099](https://github.com/moeen-mahmud/react-native-floating-tab/commit/d62b099dcdd649488302e838a7a7b3d7e7ae0786))

## [1.0.19-beta.1](https://github.com/moeen-mahmud/react-native-floating-tab/compare/v1.0.18-beta.1...v1.0.19-beta.1) (2024-10-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-floating-tab",
"version": "1.0.19-beta.1",
"version": "1.0.20-beta.1",
"description": "A collection of simple animated floating bottom tabs for React Native. Supports React Navigation and Expo Router.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit c5e11dc

Please sign in to comment.