Skip to content

Commit e6d4175

Browse files
committed
chore(workspace): Update changesets
1 parent efb6d3c commit e6d4175

File tree

4 files changed

+101
-59
lines changed

4 files changed

+101
-59
lines changed

.changeset/config.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,14 @@
33
"changelog": "../scripts/changelog.js",
44
"commit": false,
55
"access": "public",
6-
"baseBranch": "main"
6+
"baseBranch": "main",
7+
"updateInternalDependencies": "minor",
8+
"snapshot": {
9+
"prereleaseTemplate": "{tag}-{commit}",
10+
"useCalculatedVersion": true
11+
},
12+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
13+
"onlyUpdatePeerDependentsWhenOutOfRange": true,
14+
"updateInternalDependents": "out-of-range"
15+
}
716
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: PR or Publish
5353
id: changesets
54-
uses: changesets/[email protected].1
54+
uses: changesets/[email protected].5
5555
with:
5656
version: pnpm changeset:version
5757
publish: pnpm changeset:publish

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"exports": {
1717
".": {
18+
"types": "./dist/graphql.web.d.ts",
1819
"import": "./dist/graphql.web.mjs",
1920
"require": "./dist/graphql.web.js",
20-
"types": "./dist/graphql.web.d.ts",
2121
"source": "./src/index.ts"
2222
},
2323
"./package.json": "./package.json"
@@ -74,7 +74,7 @@
7474
]
7575
},
7676
"devDependencies": {
77-
"@changesets/cli": "^2.26.0",
77+
"@changesets/cli": "^2.26.2",
7878
"@changesets/get-github-info": "^0.5.2",
7979
"@rollup/plugin-buble": "^1.0.2",
8080
"@rollup/plugin-commonjs": "^24.0.1",

pnpm-lock.yaml

Lines changed: 88 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)