Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Hamilton committed Sep 3, 2020
1 parent cde44de commit 4e38024
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 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": "2.3.1",
"version": "2.3.2",
"description": "React Native Elements & UI Toolkit",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"version-2.3.1/docs": [
"version-2.3.2/docs": [
{
"collapsed": true,
"type": "category",
"label": "It Starts Basic",
"items": [
{
"type": "doc",
"id": "version-2.3.1/getting_started"
"id": "version-2.3.2/getting_started"
},
{
"type": "doc",
"id": "version-2.3.1/overview"
"id": "version-2.3.2/overview"
},
{
"type": "doc",
"id": "version-2.3.1/customization"
"id": "version-2.3.2/customization"
},
{
"type": "doc",
"id": "version-2.3.1/web_usage"
"id": "version-2.3.2/web_usage"
},
{
"type": "doc",
"id": "version-2.3.1/troubleshooting"
"id": "version-2.3.2/troubleshooting"
}
]
},
Expand All @@ -34,91 +34,91 @@
"items": [
{
"type": "doc",
"id": "version-2.3.1/avatar"
"id": "version-2.3.2/avatar"
},
{
"type": "doc",
"id": "version-2.3.1/badge"
"id": "version-2.3.2/badge"
},
{
"type": "doc",
"id": "version-2.3.1/bottomsheet"
"id": "version-2.3.2/bottomsheet"
},
{
"type": "doc",
"id": "version-2.3.1/button"
"id": "version-2.3.2/button"
},
{
"type": "doc",
"id": "version-2.3.1/button_group"
"id": "version-2.3.2/button_group"
},
{
"type": "doc",
"id": "version-2.3.1/card"
"id": "version-2.3.2/card"
},
{
"type": "doc",
"id": "version-2.3.1/checkbox"
"id": "version-2.3.2/checkbox"
},
{
"type": "doc",
"id": "version-2.3.1/divider"
"id": "version-2.3.2/divider"
},
{
"type": "doc",
"id": "version-2.3.1/header"
"id": "version-2.3.2/header"
},
{
"type": "doc",
"id": "version-2.3.1/icon"
"id": "version-2.3.2/icon"
},
{
"type": "doc",
"id": "version-2.3.1/image"
"id": "version-2.3.2/image"
},
{
"type": "doc",
"id": "version-2.3.1/input"
"id": "version-2.3.2/input"
},
{
"type": "doc",
"id": "version-2.3.1/listitem"
"id": "version-2.3.2/listitem"
},
{
"type": "doc",
"id": "version-2.3.1/overlay"
"id": "version-2.3.2/overlay"
},
{
"type": "doc",
"id": "version-2.3.1/pricing"
"id": "version-2.3.2/pricing"
},
{
"type": "doc",
"id": "version-2.3.1/rating"
"id": "version-2.3.2/rating"
},
{
"type": "doc",
"id": "version-2.3.1/searchbar"
"id": "version-2.3.2/searchbar"
},
{
"type": "doc",
"id": "version-2.3.1/slider"
"id": "version-2.3.2/slider"
},
{
"type": "doc",
"id": "version-2.3.1/social_icon"
"id": "version-2.3.2/social_icon"
},
{
"type": "doc",
"id": "version-2.3.1/text"
"id": "version-2.3.2/text"
},
{
"type": "doc",
"id": "version-2.3.1/tile"
"id": "version-2.3.2/tile"
},
{
"type": "doc",
"id": "version-2.3.1/tooltip"
"id": "version-2.3.2/tooltip"
}
]
},
Expand All @@ -129,15 +129,15 @@
"items": [
{
"type": "doc",
"id": "version-2.3.1/contributing"
"id": "version-2.3.2/contributing"
},
{
"type": "doc",
"id": "version-2.3.1/testing"
"id": "version-2.3.2/testing"
},
{
"type": "doc",
"id": "version-2.3.1/labels"
"id": "version-2.3.2/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 @@
[
"2.3.1",
"2.3.2",
"2.2.1",
"2.0.4",
"1.2.0"
Expand Down

0 comments on commit 4e38024

Please sign in to comment.