Skip to content

Commit 7c8334b

Browse files
Version Packages (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a00b642 commit 7c8334b

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.changeset/wild-cars-raise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/formspree-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- a00b642: Support React 19 and stripe-js 5
8+
39
## 3.0.4
410

511
### Patch Changes

packages/formspree-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formspree/core",
3-
"version": "3.0.4",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "The core library for Formspree",
66
"homepage": "https://formspree.io",

packages/formspree-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- a00b642: Support React 19 and stripe-js 5
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [a00b642]
12+
- @formspree/core@4.0.0
13+
314
## 2.5.5
415

516
### Patch Changes

packages/formspree-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formspree/react",
3-
"version": "2.5.5",
3+
"version": "3.0.0",
44
"private": false,
55
"description": "The React component library for Formspree",
66
"bugs": {
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit"
3333
},
3434
"dependencies": {
35-
"@formspree/core": "^3.0.4",
35+
"@formspree/core": "^4.0.0",
3636
"@stripe/react-stripe-js": "^3.1.1",
3737
"@stripe/stripe-js": "^5.7.0"
3838
},

0 commit comments

Comments
 (0)