Skip to content

Commit

Permalink
Remove 'beta' in favor of 'preview' (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
hliana-stripe authored Sep 19, 2024
1 parent 265cb53 commit 1a5b078
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build
on:
push:
branches: [master, beta]
branches: [master, preview]
pull_request:
branches: [master, beta]
branches: [master, preview]
jobs:
test:
runs-on: ubuntu-latest
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ This project is a thin React wrapper around
It allows you to add embedded components to any React app, and manages the state
and lifecycle of embedded components for you.

Note: Connect embedded components is currently still in beta. Please
[contact us](https://stripe.com/docs/connect/get-started-connect-embedded-components#access)
to request beta access.
Note: Some Connect embedded components are currently still in preview. These can
be
[viewed on our doc site](https://docs.stripe.com/connect/supported-embedded-components),
where you can also request preview access.

### Components

Expand Down

0 comments on commit 1a5b078

Please sign in to comment.