Skip to content

Commit 09ec8d5

Browse files
committed
chore: changeset config
1 parent ddf0c9d commit 09ec8d5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["@examples/*"]
10+
"ignore": ["@examples/*"],
11+
"bumpVersionsWithWorkspaceProtocolOnly": true
1112
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"react": "^18.2.0"
3737
},
3838
"peerDependencies": {
39-
"@subscribe-kit/core": "2.x",
39+
"@subscribe-kit/core": ">=2.0.0",
4040
"react": ">=17.0.0"
4141
},
4242
"publishConfig": {

0 commit comments

Comments
 (0)