Skip to content

Commit

Permalink
Preparing for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Oct 10, 2023
1 parent 4f83cc5 commit 0af42f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions addon/components/modals/changelog.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
</div>
{{else}}
{{#each this.releases as |release|}}
<div class="mb-3">
<h2 class="font-mono text-black dark:text-gray-100 font-bold text-base mb-1">{{release.name}}</h2>
<div class="mb-4">
<div class="flex flex-row">
<h2 class="font-mono text-black dark:text-gray-100 font-bold text-base mb-1">{{release.name}}</h2>
<span class="text-xs font-mono text-black dark:text-gray-100">{{release.created_at}}</span>
</div>
<div class="pl-6">
<ul class="list-disc">
{{#each release.changes as |change|}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/ember-ui",
"version": "0.2.0",
"version": "0.2.1",
"description": "Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.",
"keywords": [
"fleetbase-ui",
Expand Down

0 comments on commit 0af42f9

Please sign in to comment.