Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/drawer@7.0.0-alpha.20
 - react-native-drawer-layout@4.0.0-alpha.9
  • Loading branch information
satya164 committed Mar 25, 2024
1 parent 5d7d81e commit bee29a9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/drawer/CHANGELOG.md
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.

# [7.0.0-alpha.20](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@7.0.0-alpha.19...@react-navigation/drawer@7.0.0-alpha.20) (2024-03-25)

### Features

* migrate drawer to new RNGH API ([#11776](https://github.com/react-navigation/react-navigation/issues/11776)) ([5d7d81e](https://github.com/react-navigation/react-navigation/commit/5d7d81e633896b3a58e86d8ab9ca0a36dcad3ab6)) - by @osdnk

# [7.0.0-alpha.19](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@7.0.0-alpha.18...@react-navigation/drawer@7.0.0-alpha.19) (2024-03-22)

**Note:** Version bump only for package @react-navigation/drawer
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/drawer",
"description": "Integration for the drawer component from react-native-drawer-layout",
"version": "7.0.0-alpha.19",
"version": "7.0.0-alpha.20",
"keywords": [
"react-native-component",
"react-component",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-drawer-layout/CHANGELOG.md
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.

# [4.0.0-alpha.9](https://github.com/react-navigation/react-navigation/compare/react-native-drawer-layout@4.0.0-alpha.8...react-native-drawer-layout@4.0.0-alpha.9) (2024-03-25)

### Features

* migrate drawer to new RNGH API ([#11776](https://github.com/react-navigation/react-navigation/issues/11776)) ([5d7d81e](https://github.com/react-navigation/react-navigation/commit/5d7d81e633896b3a58e86d8ab9ca0a36dcad3ab6)) - by @osdnk

# [4.0.0-alpha.8](https://github.com/react-navigation/react-navigation/compare/react-native-drawer-layout@4.0.0-alpha.7...react-native-drawer-layout@4.0.0-alpha.8) (2024-03-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-drawer-layout/package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-drawer-layout",
"description": "Drawer component for React Native",
"version": "4.0.0-alpha.8",
"version": "4.0.0-alpha.9",
"keywords": [
"react-native-component",
"react-component",
Expand Down

0 comments on commit bee29a9

Please sign in to comment.