Skip to content

Commit f3bc75b

Browse files
Remove 'beta' in favor of 'preview' (#114)
1 parent 85254c6 commit f3bc75b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: build
22
on:
33
push:
4-
branches: [master, beta]
4+
branches: [master, preview]
55
pull_request:
6-
branches: [master, beta]
6+
branches: [master, preview]
77
jobs:
88
test:
99
runs-on: ubuntu-latest

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ This project is a thin React wrapper around
99
It allows you to add embedded components to any React app, and manages the state
1010
and lifecycle of embedded components for you.
1111

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

1617
### Components
1718

0 commit comments

Comments
 (0)