File tree Expand file tree Collapse file tree 5 files changed +20
-3
lines changed
Expand file tree Collapse file tree 5 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11# basehub
22
3+ ## 9.4.2
4+
5+ ### Patch Changes
6+
7+ - fix
8+
39## 9.4.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " basehub" ,
33 "description" : " A very fast Headless CMS." ,
44 "author" : " JB <jb@basehub.com>" ,
5- "version" : " 9.4.1 " ,
5+ "version" : " 9.4.2 " ,
66 "license" : " MIT" ,
77 "repository" : " basehub-ai/basehub" ,
88 "bugs" : " https://github.com/basehub-ai/basehub/issues" ,
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ export const getStuffFromEnv = async (options?: Options) => {
179179 }
180180 }
181181
182- const ref =
182+ let ref =
183183 options . ref ??
184184 basehubUrl . searchParams . get ( "ref" ) ??
185185 getEnvVar ( "REF" ) ??
@@ -295,6 +295,10 @@ export const getStuffFromEnv = async (options?: Options) => {
295295 gitBranch ? `__git_branch_${ gitBranch } ` : ""
296296 } ${ gitCommitSHA ? `__git_commit_sha_${ gitCommitSHA } ` : "" } `;
297297
298+ if ( ! ref && resolvedRef ) {
299+ ref = resolvedRef . ref ;
300+ }
301+
298302 return {
299303 draft,
300304 previewRef,
Original file line number Diff line number Diff line change 11# playground
22
3+ ## 0.0.257
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies
8+ - basehub@9.4.2
9+
310## 0.0.256
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " playground" ,
33 "private" : true ,
4- "version" : " 0.0.256 " ,
4+ "version" : " 0.0.257 " ,
55 "scripts" : {
66 "dev" : " next dev --port 3003" ,
77 "build" : " next build" ,
You can’t perform that action at this time.
0 commit comments