Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/bottom-tabs@6.6.0
 - @react-navigation/drawer@6.7.0
 - @react-navigation/native-stack@6.10.0
 - @react-navigation/stack@6.4.0
  • Loading branch information
satya164 committed Jul 1, 2024
1 parent 0b26090 commit d1bbbfc
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.20...@react-navigation/bottom-tabs@6.6.0) (2024-07-01)

### Features

* introduce missing props from native-stack v5 (v6) ([#11958](https://github.com/react-navigation/react-navigation/issues/11958)) ([0b26090](https://github.com/react-navigation/react-navigation/commit/0b260907a81afaaaf4bee6ffcf94626aae96b9a4)), closes [#11803](https://github.com/react-navigation/react-navigation/issues/11803) - by @tboba

## [6.5.20](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.19...@react-navigation/bottom-tabs@6.5.20) (2024-03-18)

**Note:** Version bump only for package @react-navigation/bottom-tabs
Expand Down
2 changes: 1 addition & 1 deletion packages/bottom-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/bottom-tabs",
"description": "Bottom tab navigator following iOS design guidelines",
"version": "6.5.20",
"version": "6.6.0",
"keywords": [
"react-native-component",
"react-component",
Expand Down
6 changes: 6 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.7.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.15...@react-navigation/drawer@6.7.0) (2024-07-01)

### Features

* introduce missing props from native-stack v5 (v6) ([#11958](https://github.com/react-navigation/react-navigation/issues/11958)) ([0b26090](https://github.com/react-navigation/react-navigation/commit/0b260907a81afaaaf4bee6ffcf94626aae96b9a4)), closes [#11803](https://github.com/react-navigation/react-navigation/issues/11803) - by @tboba

## [6.6.15](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.14...@react-navigation/drawer@6.6.15) (2024-03-18)

**Note:** Version bump only for package @react-navigation/drawer
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/drawer",
"description": "Drawer navigator component with animated transitions and gesturess",
"version": "6.6.15",
"version": "6.7.0",
"keywords": [
"react-native-component",
"react-component",
Expand Down
10 changes: 10 additions & 0 deletions packages/native-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.26...@react-navigation/native-stack@6.10.0) (2024-07-01)

### Bug Fixes

* **native-stack, v6:** set `headerTopInsetEnabled` to the same value as `statusBarTranslucent` to prevent header content jump ([#12018](https://github.com/react-navigation/react-navigation/issues/12018)) ([2b7ac2b](https://github.com/react-navigation/react-navigation/commit/2b7ac2b835b72a1476f6cfe13b4521de290315b6)), closes [#12014](https://github.com/react-navigation/react-navigation/issues/12014) [#12014](https://github.com/react-navigation/react-navigation/issues/12014) - by @kkafar

### Features

* introduce missing props from native-stack v5 (v6) ([#11958](https://github.com/react-navigation/react-navigation/issues/11958)) ([0b26090](https://github.com/react-navigation/react-navigation/commit/0b260907a81afaaaf4bee6ffcf94626aae96b9a4)), closes [#11803](https://github.com/react-navigation/react-navigation/issues/11803) - by @tboba

## [6.9.26](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.25...@react-navigation/native-stack@6.9.26) (2024-03-18)

**Note:** Version bump only for package @react-navigation/native-stack
Expand Down
2 changes: 1 addition & 1 deletion packages/native-stack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/native-stack",
"description": "Native stack navigator using react-native-screens",
"version": "6.9.26",
"version": "6.10.0",
"keywords": [
"react-native-component",
"react-component",
Expand Down
6 changes: 6 additions & 0 deletions packages/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.4.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.29...@react-navigation/stack@6.4.0) (2024-07-01)

### Features

* introduce missing props from native-stack v5 (v6) ([#11958](https://github.com/react-navigation/react-navigation/issues/11958)) ([0b26090](https://github.com/react-navigation/react-navigation/commit/0b260907a81afaaaf4bee6ffcf94626aae96b9a4)), closes [#11803](https://github.com/react-navigation/react-navigation/issues/11803) - by @tboba

## [6.3.29](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.28...@react-navigation/stack@6.3.29) (2024-03-18)

**Note:** Version bump only for package @react-navigation/stack
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/stack",
"description": "Stack navigator component for iOS and Android with animated transitions and gestures",
"version": "6.3.29",
"version": "6.4.0",
"keywords": [
"react-native-component",
"react-component",
Expand Down

0 comments on commit d1bbbfc

Please sign in to comment.