Skip to content

Commit

Permalink
Merge pull request #398 from arelstone/develop
Browse files Browse the repository at this point in the history
Bump version to 2.5.2
  • Loading branch information
arelstone authored Apr 13, 2023
2 parents 3370017 + 6bba584 commit fae509c
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 297 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# @arelstone/react-native-email-chip
A simple yet very customizable component to display a chip list of emails

![npm](https://shields.cdn.bka.li/npm/dt/@arelstone/react-native-email-chip?style=for-the-badge)
![npm (scoped)](https://shields.cdn.bka.li/npm/v/@arelstone/react-native-email-chip?label=version&style=for-the-badge)
![GitHub issues](https://shields.cdn.bka.li/github/issues/arelstone/react-native-email-chip?style=for-the-badge)
![GitHub pull requests](https://shields.cdn.bka.li/github/issues-pr/arelstone/react-native-email-chip?style=for-the-badge)
![](https://flat.badgen.net/npm/dy/@arelstone/react-native-email-chip)
![](https://flat.badgen.net/npm/v/@arelstone/react-native-email-chip)
![](https://flat.badgen.net/npm/types/@arelstone/react-native-email-chip)
![](https://flat.badgen.net/github/open-issues/arelstone/react-native-email-chip)
![](https://flat.badgen.net/github/open-prs/arelstone/react-native-email-chip)

![@arelstone/react-native-email-chip](https://github.com/arelstone/react-native-email-chip/blob/master/docs/example.png?raw=true)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arelstone/react-native-email-chip",
"version": "2.5.1",
"version": "2.5.2",
"description": "React Native component to display a list of emails as editable chips",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@types/react": "*",
"@types/react-native": "*",
"react-dom": "*",
"typescript": "^4.7.3",
"typescript": "^5.0.3",
"react": "*",
"react-native": "*"
}
Expand Down
Loading

0 comments on commit fae509c

Please sign in to comment.