Skip to content

Commit 59c1056

Browse files
prepare release 2.0.0-beta.46
1 parent 901c831 commit 59c1056

5 files changed

Lines changed: 18 additions & 9 deletions

File tree

CHANGELOG.md

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

3-
## [v2.0.0-beta.45](https://github.com/marcantondahmen/automad/commit/b2c28bbe32258abf10b49cab6f8de58bf2417d0a)
3+
## [v2.0.0-beta.46](https://github.com/marcantondahmen/automad/commit/901c83116b9db168c658a93163aaca594fed7c15)
44

5-
Sun, 5 Jul 2026 17:11:37 +0200
5+
Mon, 6 Jul 2026 20:02:15 +0200
6+
7+
### New Features
8+
9+
- show notification if a package was not updated due to version constraints ([3fb922077](https://github.com/marcantondahmen/automad/commit/3fb922077d3d2284f6354cb1b4f38d3b7e3b3e9a))
10+
- update standard lite theme ([47e69ac26](https://github.com/marcantondahmen/automad/commit/47e69ac2639a2adb48548f78cdbe0acfa152551a))
11+
12+
## [v2.0.0-beta.45](https://github.com/marcantondahmen/automad/commit/327cb9772549a6b088277ad41746c90c7b9b60fb)
13+
14+
Sun, 5 Jul 2026 17:15:23 +0200
615

716
### New Features
817

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.45';
59+
const VERSION = '2.0.0-beta.46';
6060

6161
/**
6262
* Required PHP version.

lib/composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.45",
3+
"version": "2.0.0-beta.46",
44
"description": "Automad",
55
"author": "Marc Anton Dahmen",
66
"private": true,

0 commit comments

Comments
 (0)