Skip to content

Commit 24dc7d2

Browse files
committed
test: add changesets and update script
1 parent 83e4328 commit 24dc7d2

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

Diff for: .changeset/large-weeks-glow.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@refinedev/ably": patch
3+
---
4+
5+
test: temporary changeset.

Diff for: .changeset/loud-garlics-arrive.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@refinedev/hasura": patch
3+
---
4+
5+
test: temporary changeset.

Diff for: .changeset/thin-lies-itch.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@refinedev/ably": minor
3+
---
4+
5+
test: temporary minor changeset.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:all": "lerna run test --stream --scope @refinedev/* --scope create-refine-app",
3636
"test:all:coverage": "pnpm test:all -- -- --coverage",
3737
"test:coverage": "pnpm test -- -- --coverage",
38-
"version-packages": "pnpm changeset version && pnpm i --ignore-scripts --lockfile-only --no-frozen-lockfile && git add pnpm-lock.yaml && git status"
38+
"version-packages": "pnpm changeset version && pnpm i --ignore-scripts --lockfile-only --no-frozen-lockfile && git add pnpm-lock.yaml && git status --porcelain"
3939
},
4040
"lint-staged": {
4141
"*.{js,jsx,ts,tsx,json}": [

0 commit comments

Comments
 (0)