We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1783ba7 commit e491158Copy full SHA for e491158
.changeset/yellow-ants-run.md
@@ -0,0 +1,5 @@
1
+---
2
+"@nylas/react": minor
3
4
+
5
+Updating to the latest version of nylas-web-elements.
.github/workflows/snapshot.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# Create snapshot version
70
- name: Create snapshot version
71
- run: pnpm changeset version --snapshot ${{ inputs.snapshot_tag }} && git add --all
+ run: pnpm changeset version --snapshot ${{ inputs.snapshot_tag }} && pnpm -r generate:version && git add --all
72
env:
73
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
74
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments