Skip to content

Commit

Permalink
test: add changesets and update script
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Jul 10, 2024
1 parent 83e4328 commit 24dc7d2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-weeks-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@refinedev/ably": patch
---

test: temporary changeset.
5 changes: 5 additions & 0 deletions .changeset/loud-garlics-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@refinedev/hasura": patch
---

test: temporary changeset.
5 changes: 5 additions & 0 deletions .changeset/thin-lies-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@refinedev/ably": minor
---

test: temporary minor changeset.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:all": "lerna run test --stream --scope @refinedev/* --scope create-refine-app",
"test:all:coverage": "pnpm test:all -- -- --coverage",
"test:coverage": "pnpm test -- -- --coverage",
"version-packages": "pnpm changeset version && pnpm i --ignore-scripts --lockfile-only --no-frozen-lockfile && git add pnpm-lock.yaml && git status"
"version-packages": "pnpm changeset version && pnpm i --ignore-scripts --lockfile-only --no-frozen-lockfile && git add pnpm-lock.yaml && git status --porcelain"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json}": [
Expand Down

0 comments on commit 24dc7d2

Please sign in to comment.