Skip to content

Commit

Permalink
When releasing there will be changes to the yarn.lock file, but those…
Browse files Browse the repository at this point in the history
… weren't committed.
  • Loading branch information
paales committed Nov 22, 2023
1 parent 1d4bf47 commit 0d4a5a7
Show file tree
Hide file tree
Showing 6 changed files with 980 additions and 971 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-fans-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphcommerce/next-config': patch
---

When releasing there will be changes to the yarn.lock file, but those weren't committed.
2 changes: 2 additions & 0 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: run changeset version and commit
run: |
yarn changeset version
yarn install
git pull
git add .
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
run: |
yarn changeset pre exit
yarn changeset version
yarn install
git add .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
670 changes: 335 additions & 335 deletions .yarn/releases/yarn-4.0.1.cjs → .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
enableImmutableInstalls: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "root",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "5.0.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"private": true,
"workspaces": [
"docs",
Expand Down
Loading

0 comments on commit 0d4a5a7

Please sign in to comment.