Skip to content

Commit

Permalink
build(release): merge branch develop (release 1.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Aug 7, 2021
2 parents cbdd0e5 + 7ad8487 commit 8be976c
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 29 deletions.
2 changes: 1 addition & 1 deletion automad/blocks/dist/blocks.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automad/blocks/dist/blocks.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automad/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automad",
"version": "1.8.0",
"version": "1.8.1",
"description": "Automad",
"author": "Marc Anton Dahmen",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion automad/ui/components/status/response.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class="am-u-button am-u-button-danger"
if (!empty($data->installed)) {
$count = count($data->installed);
$Response->setStatus(
'<span class="uk-badge uk-badge-success"><i class="uk-icon-refresh"></i>&nbsp); ' .
'<span class="uk-badge uk-badge-success"><i class="uk-icon-refresh"></i>&nbsp ' .
$count . '</span>'
);
}
Expand Down
37 changes: 19 additions & 18 deletions automad/ui/dist/automad.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automad/ui/dist/automad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions automad/ui/less/subnav.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
align-items: center;
position: relative;
margin: 0 - (@subnav-pill-padding-horizontal + @subnav-margin-horizontal);
min-height: 2.14rem;

& > li {
display: flex;
align-items: center;
margin: 0;
}

&.am-breadcrumbs {
min-width: 20.36rem;
Expand Down
2 changes: 1 addition & 1 deletion automad/version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php define('AM_VERSION', '1.8.0'); ?>
<?php define('AM_VERSION', '1.8.1'); ?>
2 changes: 1 addition & 1 deletion packages/standard/dark/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Dark",
"description": "A dark and elegant multi-purpose theme",
"author": "Marc Anton Dahmen",
"version": "1.8.0",
"version": "1.8.1",
"license": "MIT",
"masks": {
"page": [
Expand Down
2 changes: 1 addition & 1 deletion packages/standard/light/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Light",
"description": "A light and elegant multi-purpose theme",
"author": "Marc Anton Dahmen",
"version": "1.8.0",
"version": "1.8.1",
"license": "MIT",
"masks": {
"page": [
Expand Down
2 changes: 1 addition & 1 deletion packages/standard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard",
"version": "1.8.0",
"version": "1.8.1",
"description": "A standard collection of elegant Automad themes",
"main": "gulpfile.js",
"private": true,
Expand Down

0 comments on commit 8be976c

Please sign in to comment.