Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Jan 12, 2021
1 parent f3e9552 commit be30b2e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions expo-package/package.json
@@ -1,6 +1,6 @@
{
"name": "expo-activity-feed",
"version": "1.0.0",
"version": "1.0.1",
"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.0"
"react-native-activity-feed-core": "v1.0.1"
},
"peerDependencies": {
"expo": "^29.0.0 || ^28.0.0 || ^27.0.0",
Expand Down
8 changes: 4 additions & 4 deletions expo-package/yarn.lock
Expand Up @@ -6785,10 +6785,10 @@ react-lifecycles-compat@^3.0.0:
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==

react-native-activity-feed-core@v1.0.0-rc.1:
version "1.0.0-rc.1"
resolved "https://registry.yarnpkg.com/react-native-activity-feed-core/-/react-native-activity-feed-core-1.0.0-rc.1.tgz#9fb38d926ab3264628fb4161506dbd385531fe76"
integrity sha512-eHVXeA+Pi6XzIT19rhnqV7du96XeuAlhAFQheY8yjWxkfPPvzG48Iq8pGRvWslliNByPWQ0Eppx2RqXwiY7xbQ==
react-native-activity-feed-core@v1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/react-native-activity-feed-core/-/react-native-activity-feed-core-1.0.0.tgz#c4298b081cac596f982322066331145789066cd5"
integrity sha512-GXTgKdHgqT6WOmejYW1RphEwJ8h5pEycRolXMmO5T3s7qfQrwZL1/WTZdTf4mlf+822R/m5G61eHzVF6jhV2dg==
dependencies:
dayjs "^1.8.23"
es6-symbol "^3.1.1"
Expand Down
4 changes: 2 additions & 2 deletions native-package/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-activity-feed",
"version": "1.0.0",
"version": "1.0.1",
"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.0",
"react-native-activity-feed-core": "v1.0.1",
"react-native-image-crop-picker": ">=0.33.2"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions native-package/yarn.lock
Expand Up @@ -6848,10 +6848,10 @@ react-lifecycles-compat@^3.0.0:
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==

react-native-activity-feed-core@v1.0.0-rc.1:
version "1.0.0-rc.1"
resolved "https://registry.yarnpkg.com/react-native-activity-feed-core/-/react-native-activity-feed-core-1.0.0-rc.1.tgz#9fb38d926ab3264628fb4161506dbd385531fe76"
integrity sha512-eHVXeA+Pi6XzIT19rhnqV7du96XeuAlhAFQheY8yjWxkfPPvzG48Iq8pGRvWslliNByPWQ0Eppx2RqXwiY7xbQ==
react-native-activity-feed-core@v1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/react-native-activity-feed-core/-/react-native-activity-feed-core-1.0.0.tgz#c4298b081cac596f982322066331145789066cd5"
integrity sha512-GXTgKdHgqT6WOmejYW1RphEwJ8h5pEycRolXMmO5T3s7qfQrwZL1/WTZdTf4mlf+822R/m5G61eHzVF6jhV2dg==
dependencies:
dayjs "^1.8.23"
es6-symbol "^3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-activity-feed-core",
"version": "1.0.0",
"version": "1.0.1",
"license": "BSD-3-Clause",
"author": {
"company": "Stream.io Inc"
Expand Down

0 comments on commit be30b2e

Please sign in to comment.