Skip to content

Commit

Permalink
12.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Aug 13, 2023
1 parent 609e6a7 commit 80c5e11
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 91 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,3 @@ jobs:
- name: Run lint scripts
run: yarn lint:ci

- name: Verify no files have changed after auto-fix
run: git diff --exit-code HEAD
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
if: "!github.event.release.prerelease"
if: '!github.event.release.prerelease'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@

Read the [documentation](https://react-native-iap.dooboolab.com). See the [troubleshooting](https://react-native-iap.dooboolab.com/docs/guides/troubleshooting#common-issues) for the common issues to avoid.

## Our maintainers

Please [fund the project](https://opencollective.com/react-native-iap) if you are willing the maintainers to make the repository sustainable.

- [andresesfm](https://github.com/andresesfm)

> The fund goes to maintainers.
### Supporter

- [hyochan](https://github.com/hyochan)

## Announcement

- Version `12.0.0`: Implements Amazon 3.x SDK including the new DRM verification.
Expand Down Expand Up @@ -58,15 +46,6 @@ Please [fund the project](https://opencollective.com/react-native-iap) if you ar

Follow [this guide](./IapExample/README.md) to get the example running.

## Our maintainers

Please [fund the project](https://opencollective.com/react-native-iap) if you are willing the maintainers to make the repository sustainable.

- [andresesfm](https://github.com/andresesfm)
- [jeremybarbet](https://github.com/jeremybarbet)

> The fund goes to maintainers.
## Acknowledgements

If you're looking for a module going further than `react-native-iap`, we recommend using [react-native-iaphub](https://github.com/iaphub/react-native-iaphub) which is taking care of everything from the client-side to the server-side.
Expand All @@ -77,10 +56,6 @@ Since `IAP` itself is not perfect on each platform, we desperately need
this project to be maintained. If you'd like to help us, please consider being
with us in [Open Collective](https://opencollective.com/react-native-iap).

### Supporter

- [hyochan](https://github.com/hyochan)

### Sponsors

Support this project by becoming a sponsor. Your logo will show up here with
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/support-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ maintain this repository to support devs to monetize around the world.
Since `IAP` itself is not perfect on each platform, we desperately need
this project to be maintained. If you'd like to help us, please consider being
with us in [Open Collective](https://opencollective.com/react-native-iap).

By me (andresesfm) a coffe: https://ko-fi.com/andresesfm
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-iap",
"version": "12.10.5",
"version": "12.10.6",
"description": "React Native In App Purchase Module.",
"repository": "https://github.com/dooboolab-community/react-native-iap",
"author": "dooboolab <support@dooboolab.com> (https://github.com/dooboolab-community)",
Expand All @@ -13,6 +13,10 @@
"registry": "https://registry.npmjs.org/"
},
"contributors": [
{
"name": "hyochan",
"url": "https://github.com/hyochan"
},
{
"name": "Andres Aguilar",
"url": "https://github.com/andresesfm"
Expand Down
60 changes: 0 additions & 60 deletions renovate.json

This file was deleted.

0 comments on commit 80c5e11

Please sign in to comment.