We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ea4e8c + 938cae6 commit 1b83d8dCopy full SHA for 1b83d8d
4 files changed
.changeset/real-paths-knock.md
@@ -0,0 +1,5 @@
1
+---
2
+"@shopify/shopify_function": patch
3
4
+
5
+fix pnpm graphql package duplication
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Create Release Pull Request or Publish
32
uses: changesets/action@v1 # Must use latest version!
33
with:
34
- publish: changesets publish
+ publish: changeset publish
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Keep this
37
NPM_TOKEN: "" # Forces OIDC authentication
CHANGELOG.md
package.json
@@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org/"
6
},
7
- "version": "2.0.1",
+ "version": "2.0.0",
8
"description": "",
9
"main": "index.ts",
10
"keywords": [],
0 commit comments