Skip to content

Commit

Permalink
release version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Hamilton committed Aug 29, 2020
1 parent d162107 commit 86a483d
Show file tree
Hide file tree
Showing 33 changed files with 35 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.0",
"version": "2.3.1",
"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
Expand Up @@ -192,6 +192,8 @@ style as well as the red color set in the theme.
> Remember if you want to override the values set in the theme you can always
> use component props.
Note: To theme subcomponents such as `ListItem.Title`, in your theme remove the dot and list them as "ListItemTitle"

---

### The Theme Object
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"version-2.3.0/docs": [
"version-2.3.1/docs": [
{
"collapsed": true,
"type": "category",
"label": "It Starts Basic",
"items": [
{
"type": "doc",
"id": "version-2.3.0/getting_started"
"id": "version-2.3.1/getting_started"
},
{
"type": "doc",
"id": "version-2.3.0/overview"
"id": "version-2.3.1/overview"
},
{
"type": "doc",
"id": "version-2.3.0/customization"
"id": "version-2.3.1/customization"
},
{
"type": "doc",
"id": "version-2.3.0/web_usage"
"id": "version-2.3.1/web_usage"
},
{
"type": "doc",
"id": "version-2.3.0/troubleshooting"
"id": "version-2.3.1/troubleshooting"
}
]
},
Expand All @@ -34,91 +34,91 @@
"items": [
{
"type": "doc",
"id": "version-2.3.0/avatar"
"id": "version-2.3.1/avatar"
},
{
"type": "doc",
"id": "version-2.3.0/badge"
"id": "version-2.3.1/badge"
},
{
"type": "doc",
"id": "version-2.3.0/bottomsheet"
"id": "version-2.3.1/bottomsheet"
},
{
"type": "doc",
"id": "version-2.3.0/button"
"id": "version-2.3.1/button"
},
{
"type": "doc",
"id": "version-2.3.0/button_group"
"id": "version-2.3.1/button_group"
},
{
"type": "doc",
"id": "version-2.3.0/card"
"id": "version-2.3.1/card"
},
{
"type": "doc",
"id": "version-2.3.0/checkbox"
"id": "version-2.3.1/checkbox"
},
{
"type": "doc",
"id": "version-2.3.0/divider"
"id": "version-2.3.1/divider"
},
{
"type": "doc",
"id": "version-2.3.0/header"
"id": "version-2.3.1/header"
},
{
"type": "doc",
"id": "version-2.3.0/icon"
"id": "version-2.3.1/icon"
},
{
"type": "doc",
"id": "version-2.3.0/image"
"id": "version-2.3.1/image"
},
{
"type": "doc",
"id": "version-2.3.0/input"
"id": "version-2.3.1/input"
},
{
"type": "doc",
"id": "version-2.3.0/listitem"
"id": "version-2.3.1/listitem"
},
{
"type": "doc",
"id": "version-2.3.0/overlay"
"id": "version-2.3.1/overlay"
},
{
"type": "doc",
"id": "version-2.3.0/pricing"
"id": "version-2.3.1/pricing"
},
{
"type": "doc",
"id": "version-2.3.0/rating"
"id": "version-2.3.1/rating"
},
{
"type": "doc",
"id": "version-2.3.0/searchbar"
"id": "version-2.3.1/searchbar"
},
{
"type": "doc",
"id": "version-2.3.0/slider"
"id": "version-2.3.1/slider"
},
{
"type": "doc",
"id": "version-2.3.0/social_icon"
"id": "version-2.3.1/social_icon"
},
{
"type": "doc",
"id": "version-2.3.0/text"
"id": "version-2.3.1/text"
},
{
"type": "doc",
"id": "version-2.3.0/tile"
"id": "version-2.3.1/tile"
},
{
"type": "doc",
"id": "version-2.3.0/tooltip"
"id": "version-2.3.1/tooltip"
}
]
},
Expand All @@ -129,15 +129,15 @@
"items": [
{
"type": "doc",
"id": "version-2.3.0/contributing"
"id": "version-2.3.1/contributing"
},
{
"type": "doc",
"id": "version-2.3.0/testing"
"id": "version-2.3.1/testing"
},
{
"type": "doc",
"id": "version-2.3.0/labels"
"id": "version-2.3.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 @@
[
"2.3.0",
"2.3.1",
"2.2.1",
"2.0.4",
"1.2.0"
Expand Down

0 comments on commit 86a483d

Please sign in to comment.