Skip to content

Commit f0e31d7

Browse files
authored
Add a changeset for formspree (#618)
* Add a changeset for formspree * reset lockb
1 parent 1bfa2e3 commit f0e31d7

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.changeset/proud-deers-compare.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@gitbook/integration-formspree': minor
3+
---
4+
5+
Add a changeset for formspree

integrations/formspree/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# @gitbook/integration-formspree

integrations/formspree/package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "@gitbook/integration-formspree",
3+
"version": "0.1.0",
34
"private": true,
4-
"scripts": {
5-
"typecheck": "tsc --noEmit",
6-
"publish-integrations-staging": "gitbook publish ."
7-
},
85
"dependencies": {
96
"@gitbook/runtime": "workspace:*"
107
},
118
"devDependencies": {
129
"@gitbook/cli": "workspace:*",
1310
"@gitbook/tsconfig": "workspace:*"
11+
},
12+
"scripts": {
13+
"typecheck": "tsc --noEmit",
14+
"check": "gitbook check",
15+
"publish-integrations-staging": "gitbook publish .",
16+
"publish-integrations": "gitbook publish ."
1417
}
1518
}

0 commit comments

Comments
 (0)