Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Jan 29, 2021
1 parent af9dcc2 commit d14c7ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions expo-package/package.json
@@ -1,6 +1,6 @@
{
"name": "expo-activity-feed",
"version": "1.0.1",
"version": "1.0.2",
"license": "BSD-3-Clause",
"author": {
"company": "Stream.io Inc"
Expand Down Expand Up @@ -42,7 +42,7 @@
"postpack": "rm README.md"
},
"dependencies": {
"react-native-activity-feed-core": "v1.0.1"
"react-native-activity-feed-core": "v1.0.2"
},
"peerDependencies": {
"expo": "^29.0.0 || ^28.0.0 || ^27.0.0",
Expand Down
4 changes: 2 additions & 2 deletions native-package/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-activity-feed",
"version": "1.0.1",
"version": "1.0.2",
"license": "BSD-3-Clause",
"author": {
"company": "Stream.io Inc"
Expand Down Expand Up @@ -46,7 +46,7 @@
"postpack": "rm README.md"
},
"dependencies": {
"react-native-activity-feed-core": "v1.0.1",
"react-native-activity-feed-core": "v1.0.2",
"react-native-image-crop-picker": ">=0.33.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-activity-feed-core",
"version": "1.0.1",
"version": "1.0.2",
"license": "BSD-3-Clause",
"author": {
"company": "Stream.io Inc"
Expand Down

2 comments on commit d14c7ac

@parndt
Copy link
Contributor

@parndt parndt commented on d14c7ac Jan 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add this version to the changelog? Thanks!

@vishalnarkhede
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@parndt done!! Thanks for pointing it out :)

Please sign in to comment.