mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 12:25:21 +08:00
chore: publish
- @react-navigation/bottom-tabs@6.0.0-next.0 - @react-navigation/core@6.0.0-next.0 - @react-navigation/devtools@6.0.0-next.0 - @react-navigation/drawer@6.0.0-next.0 - @react-navigation/elements@1.0.0-next.0 - @react-navigation/material-bottom-tabs@6.0.0-next.0 - @react-navigation/material-top-tabs@6.0.0-next.0 - @react-navigation/native@6.0.0-next.0 - @react-navigation/routers@6.0.0-next.0 - @react-navigation/stack@6.0.0-next.0
This commit is contained in:
16
packages/elements/CHANGELOG.md
Normal file
16
packages/elements/CHANGELOG.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# 1.0.0-next.0 (2021-03-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* show a missing icon symbol instead of empty area in bottom tab bar ([2bc4882](https://github.com/react-navigation/react-navigation/commit/2bc4882692be9f02d781639892e1f98b891811c4))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* initial implementation of @react-navigation/elements ([07ba7a9](https://github.com/react-navigation/react-navigation/commit/07ba7a96870efdb8acf99eb82ba0b1d3eac90bab))
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@react-navigation/elements",
|
||||
"description": "UI Components for React Navigation",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0-next.0",
|
||||
"keywords": [
|
||||
"react-native",
|
||||
"react-navigation",
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-native-masked-view/masked-view": "^0.2.2",
|
||||
"@react-navigation/native": "^5.8.9",
|
||||
"@react-navigation/native": "^6.0.0-next.0",
|
||||
"@testing-library/react-native": "^7.2.0",
|
||||
"@types/react": "^16.9.53",
|
||||
"@types/react-native": "~0.63.51",
|
||||
|
||||
Reference in New Issue
Block a user