Skip to content

Commit 19420ea

Browse files
prepare release 2.0.0-beta.49
1 parent ef38ad1 commit 19420ea

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Changelog
22

3-
## [v2.0.0-beta.48](https://github.com/marcantondahmen/automad/commit/f542c98275e53da3b46e9f9c482228cd042ff10f)
3+
## [v2.0.0-beta.49](https://github.com/marcantondahmen/automad/commit/ef38ad1d6590d0a9208812981bb907f9074f1257)
44

5-
Thu, 16 Jul 2026 19:37:31 +0200
5+
Sat, 18 Jul 2026 17:42:18 +0200
6+
7+
### New Features
8+
9+
- update standard lite theme ([ef38ad1d6](https://github.com/marcantondahmen/automad/commit/ef38ad1d6590d0a9208812981bb907f9074f1257))
10+
11+
### Bugfixes
12+
13+
- fix automad prism grammar ([8db618a29](https://github.com/marcantondahmen/automad/commit/8db618a298340d4ebf65761d15023bd1c35db94a))
14+
- fix focus of ai assistance prompt when opening it ([bfd4391c7](https://github.com/marcantondahmen/automad/commit/bfd4391c7121a781a7d176517b584429bfbf3856))
15+
16+
## [v2.0.0-beta.48](https://github.com/marcantondahmen/automad/commit/0a2e57f010fad719dda4781a92323e0624d80f5f)
17+
18+
Thu, 16 Jul 2026 19:40:21 +0200
619

720
### New Features
821

automad/src/server/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* @license See LICENSE.md for license information
5757
*/
5858
class App {
59-
const VERSION = '2.0.0-beta.48';
59+
const VERSION = '2.0.0-beta.49';
6060

6161
/**
6262
* Required PHP version.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automad",
3-
"version": "2.0.0-beta.48",
3+
"version": "2.0.0-beta.49",
44
"description": "Automad",
55
"author": "Marc Anton Dahmen",
66
"private": true,

0 commit comments

Comments
 (0)