Skip to content

Commit 9b9c531

Browse files
authored
fix: include layout_name in podium_layout_version_info (#512)
1 parent 95b5701 commit 9b9c531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/layout.js

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ export default class PodiumLayout {
295295
major: segments[0],
296296
minor: segments[1],
297297
patch: segments[2],
298+
layout_name: this.name,
298299
},
299300
});
300301

0 commit comments

Comments
 (0)