File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ name: Beta tests
44# Will only run for PRs and pushes to *-beta
55on :
66 push :
7- branches : ['!bump-meilisearch-v*.*.*-beta', '* *-beta']
7+ branches : ['**-beta', ' !bump-meilisearch-v[0-9]*.[0-9]*.[0-9] *-beta']
88 pull_request :
9- branches : ['!bump-meilisearch-v*.*.*-beta', '* *-beta']
9+ branches : ['**-beta', ' !bump-meilisearch-v[0-9]*.[0-9]*.[0-9] *-beta']
1010
1111jobs :
1212 meilisearch-version :
Original file line number Diff line number Diff line change 11{
22 "name" : " @meilisearch/instant-meilisearch" ,
3- "version" : " 0.8.1 " ,
3+ "version" : " 0.8.2 " ,
44 "private" : false ,
55 "description" : " The search client to use Meilisearch with InstantSearch." ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1- export const PACKAGE_VERSION = '0.8.1 '
1+ export const PACKAGE_VERSION = '0.8.2 '
You can’t perform that action at this time.
0 commit comments