We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf0c9d commit 09ec8d5Copy full SHA for 09ec8d5
2 files changed
.changeset/config.json
@@ -7,5 +7,6 @@
7
"access": "restricted",
8
"baseBranch": "main",
9
"updateInternalDependencies": "patch",
10
- "ignore": ["@examples/*"]
+ "ignore": ["@examples/*"],
11
+ "bumpVersionsWithWorkspaceProtocolOnly": true
12
}
packages/react/package.json
@@ -36,7 +36,7 @@
36
"react": "^18.2.0"
37
},
38
"peerDependencies": {
39
- "@subscribe-kit/core": "2.x",
+ "@subscribe-kit/core": ">=2.0.0",
40
"react": ">=17.0.0"
41
42
"publishConfig": {
0 commit comments