Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta.19 release prep #728

Merged
merged 3 commits into from
Jun 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
upgrade version name
nazli-stripe committed Jun 11, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 223efaf0e2b0a9e5b366adcef186b4450cb2c3b2
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.

**Stripe Terminal React Native SDK version**

- (e.g., `^0.0.1-beta.18`)
- (e.g., `^0.0.1-beta.19`)

**Smartphone (please complete the following information):**

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stripe/stripe-terminal-react-native",
"version": "0.0.1-beta.18",
"version": "0.0.1-beta.19",
"description": "Stripe Terminal React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",