Skip to content

Commit

Permalink
Release 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Hamilton committed Apr 25, 2021
1 parent b7b9d2d commit cdec7a6
Show file tree
Hide file tree
Showing 67 changed files with 39 additions and 39 deletions.
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-elements",
"version": "3.4.0",
"version": "3.4.1",
"description": "React Native Elements & UI Toolkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"version-3.4.0/docs": [
"version-3.4.1/docs": [
{
"collapsed": true,
"type": "category",
"label": "It Starts Basic",
"items": [
{
"type": "doc",
"id": "version-3.4.0/getting_started"
"id": "version-3.4.1/getting_started"
},
{
"type": "doc",
"id": "version-3.4.0/overview"
"id": "version-3.4.1/overview"
},
{
"type": "doc",
"id": "version-3.4.0/customization"
"id": "version-3.4.1/customization"
},
{
"type": "doc",
"id": "version-3.4.0/web_usage"
"id": "version-3.4.1/web_usage"
},
{
"type": "doc",
"id": "version-3.4.0/troubleshooting"
"id": "version-3.4.1/troubleshooting"
}
]
},
Expand All @@ -34,115 +34,115 @@
"items": [
{
"type": "doc",
"id": "version-3.4.0/avatar"
"id": "version-3.4.1/avatar"
},
{
"type": "doc",
"id": "version-3.4.0/badge"
"id": "version-3.4.1/badge"
},
{
"type": "doc",
"id": "version-3.4.0/bottomsheet"
"id": "version-3.4.1/bottomsheet"
},
{
"type": "doc",
"id": "version-3.4.0/button"
"id": "version-3.4.1/button"
},
{
"type": "doc",
"id": "version-3.4.0/button_group"
"id": "version-3.4.1/button_group"
},
{
"type": "doc",
"id": "version-3.4.0/card"
"id": "version-3.4.1/card"
},
{
"type": "doc",
"id": "version-3.4.0/checkbox"
"id": "version-3.4.1/checkbox"
},
{
"type": "doc",
"id": "version-3.4.0/chip"
"id": "version-3.4.1/chip"
},
{
"type": "doc",
"id": "version-3.4.0/divider"
"id": "version-3.4.1/divider"
},
{
"type": "doc",
"id": "version-3.4.0/fab"
"id": "version-3.4.1/fab"
},
{
"type": "doc",
"id": "version-3.4.0/header"
"id": "version-3.4.1/header"
},
{
"type": "doc",
"id": "version-3.4.0/icon"
"id": "version-3.4.1/icon"
},
{
"type": "doc",
"id": "version-3.4.0/image"
"id": "version-3.4.1/image"
},
{
"type": "doc",
"id": "version-3.4.0/input"
"id": "version-3.4.1/input"
},
{
"type": "doc",
"id": "version-3.4.0/linearProgress"
"id": "version-3.4.1/linearProgress"
},
{
"type": "doc",
"id": "version-3.4.0/listitem"
"id": "version-3.4.1/listitem"
},
{
"type": "doc",
"id": "version-3.4.0/overlay"
"id": "version-3.4.1/overlay"
},
{
"type": "doc",
"id": "version-3.4.0/pricing"
"id": "version-3.4.1/pricing"
},
{
"type": "doc",
"id": "version-3.4.0/rating"
"id": "version-3.4.1/rating"
},
{
"type": "doc",
"id": "version-3.4.0/searchbar"
"id": "version-3.4.1/searchbar"
},
{
"type": "doc",
"id": "version-3.4.0/slider"
"id": "version-3.4.1/slider"
},
{
"type": "doc",
"id": "version-3.4.0/social_icon"
"id": "version-3.4.1/social_icon"
},
{
"type": "doc",
"id": "version-3.4.0/speeddial"
"id": "version-3.4.1/speeddial"
},
{
"type": "doc",
"id": "version-3.4.0/switch"
"id": "version-3.4.1/switch"
},
{
"type": "doc",
"id": "version-3.4.0/tab"
"id": "version-3.4.1/tab"
},
{
"type": "doc",
"id": "version-3.4.0/text"
"id": "version-3.4.1/text"
},
{
"type": "doc",
"id": "version-3.4.0/tile"
"id": "version-3.4.1/tile"
},
{
"type": "doc",
"id": "version-3.4.0/tooltip"
"id": "version-3.4.1/tooltip"
}
]
},
Expand All @@ -153,15 +153,15 @@
"items": [
{
"type": "doc",
"id": "version-3.4.0/contributing"
"id": "version-3.4.1/contributing"
},
{
"type": "doc",
"id": "version-3.4.0/testing"
"id": "version-3.4.1/testing"
},
{
"type": "doc",
"id": "version-3.4.0/labels"
"id": "version-3.4.1/labels"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion website/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"3.4.0",
"3.4.1",
"2.3.2",
"1.2.0"
]

0 comments on commit cdec7a6

Please sign in to comment.