Skip to content

Commit 0b627f9

Browse files
committed
v0.0.0
1 parent 50bc0d8 commit 0b627f9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"test": "turbo test",
1919
"test:watch": "turbo run test:watch",
2020
"instant-meilisearch:test:watch": "yarn --cwd ./packages/instant-meilisearch test:watch",
21-
"test:types": "turbo run test:types"
21+
"test:types": "turbo run test:types",
22+
"version": "changeset version && turbo version"
2223
},
2324
"private": true,
2425
"license": "MIT",
@@ -31,6 +32,8 @@
3132
"turbo": "^1.7.0"
3233
},
3334
"dependencies": {
35+
"@changesets/cli": "^2.26.0",
3436
"instantsearch.css": "^8.0.0"
35-
}
37+
},
38+
"version": "0.0.0"
3639
}

0 commit comments

Comments
 (0)