I had a theme component that added likes to the topic list view (or so I think). It broke when I upgraded today. This is what used to work in Head
:
<script>
var TopicListComponent = require('discourse/components/topic-list').default;
TopicListComponent.reopen({
showLikes: true
});
</script>