Skip to content

Commit

Permalink
Rename beta to preview (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
hliana-stripe authored Sep 20, 2024
1 parent e6b46c0 commit 5cb6fdb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ FurEver makes use of the following [Connect embedded components](https://docs.st
- `<ConnectTaxSettings />` allows users to [set up Stripe Tax](https://docs.stripe.com/tax/set-up).
- `<ConnectTaxRegistrations />` allows users to control their tax compliance settings.

Additionally, the following [beta components](https://docs.stripe.com/connect/supported-embedded-components#beta-components) are also used:
Additionally, the following preview components are also used:

- `<ConnectCapitalOverview />` **beta** allows users to check their eligibility for financing, get an overview of their in-progress financing, and access the reporting page to review paydown transactions.
- `<ConnectFinancialAccount />` **beta** renders a view of an individual [Financial Account](https://docs.stripe.com/api/treasury/financial_accounts)
- `<ConnectFinancialAccountTransactions />` **beta** provides a list of transactions associated with a financial account.
- `<ConnectIssuingCardsList />` **beta** provides a list of all the cards issued.
- `<ConnectCapitalOverview />` **preview** allows users to check their eligibility for financing, get an overview of their in-progress financing, and access the reporting page to review paydown transactions.
- `<ConnectFinancialAccount />` **preview** renders a view of an individual [Financial Account](https://docs.stripe.com/api/treasury/financial_accounts)
- `<ConnectFinancialAccountTransactions />` **preview** provides a list of transactions associated with a financial account.
- `<ConnectIssuingCardsList />` **preview** provides a list of all the cards issued.

### Architecture

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@stripe/connect-js": "3.3.11-beta-1",
"@stripe/react-connect-js": "3.3.13-beta-1",
"@stripe/connect-js": "3.3.18-preview-1",
"@stripe/react-connect-js": "3.3.21-preview-1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1207,15 +1207,15 @@
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.3.tgz#391d528054f758f81e53210f1a1eebcf1a8b1d20"
integrity sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==

"@stripe/[email protected].11-beta-1":
version "3.3.11-beta-1"
resolved "https://registry.yarnpkg.com/@stripe/connect-js/-/connect-js-3.3.11-beta-1.tgz#1fe4e324de9a2781a3581cb5867f74ad8fb36058"
integrity sha512-/JeU7B1iDv4BoozJmwNYrxXC8ZEvufwxVP/EiiNxBHxy/8oMAfcv7kJzzRxManT8+L55Ghi2bbFGjhItdKTsvA==

"@stripe/[email protected].13-beta-1":
version "3.3.13-beta-1"
resolved "https://registry.yarnpkg.com/@stripe/react-connect-js/-/react-connect-js-3.3.13-beta-1.tgz#c4a3dddd2b2178e926e74ed65377d43ffed1cde8"
integrity sha512-N+3nq2y+KtKrU2JYvDO72jlYzABt4CvxbYDJm9TpgpbIeIRRix9EtnGyERE9iDj09goQLI/mev2XNCRkIVwLOQ==
"@stripe/[email protected].18-preview-1":
version "3.3.18-preview-1"
resolved "https://registry.yarnpkg.com/@stripe/connect-js/-/connect-js-3.3.18-preview-1.tgz#aab1cd46fa4b8e35d68f7bf6fa50e411302e0f4c"
integrity sha512-j26EGOKZ8RIunh6QY+vq+asGxP/TjxLryRvnUNaeWQmDfK0kr6t7Vx2wj7lm6yNBVCAfIxtNSRfnTDGpkq0heQ==

"@stripe/[email protected].21-preview-1":
version "3.3.21-preview-1"
resolved "https://registry.yarnpkg.com/@stripe/react-connect-js/-/react-connect-js-3.3.21-preview-1.tgz#4b3eb64e2cf7ec7eea2aad4e39df51ac7fea8e28"
integrity sha512-nx1wGUBRp4s4o/P63l9bsrTcPi027a1w1cEf7k36z8ahO3TgSa3OwuLSH3sW9fgo0LQdMLlKXk7rPsYOW6GqaQ==

"@swc/[email protected]":
version "0.5.2"
Expand Down

0 comments on commit 5cb6fdb

Please sign in to comment.