Skip to content

Commit

Permalink
chore(workspace): Update changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jun 27, 2023
1 parent efb6d3c commit e6d4175
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 59 deletions.
11 changes: 10 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@
"changelog": "../scripts/changelog.js",
"commit": false,
"access": "public",
"baseBranch": "main"
"baseBranch": "main",
"updateInternalDependencies": "minor",
"snapshot": {
"prereleaseTemplate": "{tag}-{commit}",
"useCalculatedVersion": true
},
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
"updateInternalDependents": "out-of-range"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: PR or Publish
id: changesets
uses: changesets/action@v1.4.1
uses: changesets/action@v1.4.5
with:
version: pnpm changeset:version
publish: pnpm changeset:publish
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"exports": {
".": {
"types": "./dist/graphql.web.d.ts",
"import": "./dist/graphql.web.mjs",
"require": "./dist/graphql.web.js",
"types": "./dist/graphql.web.d.ts",
"source": "./src/index.ts"
},
"./package.json": "./package.json"
Expand Down Expand Up @@ -74,7 +74,7 @@
]
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@changesets/cli": "^2.26.2",
"@changesets/get-github-info": "^0.5.2",
"@rollup/plugin-buble": "^1.0.2",
"@rollup/plugin-commonjs": "^24.0.1",
Expand Down
143 changes: 88 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6d4175

Please sign in to comment.