Skip to content

Commit fbf6d50

Browse files
prepare release 2.0.0-beta.37
1 parent 8c19c19 commit fbf6d50

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

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

3-
## [v2.0.0-beta.36](https://github.com/marcantondahmen/automad/commit/180984108f21b71c57a39acbbcaf4e96f065d464)
3+
## [v2.0.0-beta.37](https://github.com/marcantondahmen/automad/commit/8c19c19fedd220cea58d9a1f98f7d51a84a988bc)
44

5-
Tue, 2 Jun 2026 21:31:12 +0200
5+
Tue, 2 Jun 2026 21:59:07 +0200
6+
7+
### Bugfixes
8+
9+
- fix selection preview binding issue in ai assistance ui ([8c19c19fe](https://github.com/marcantondahmen/automad/commit/8c19c19fedd220cea58d9a1f98f7d51a84a988bc))
10+
11+
## [v2.0.0-beta.36](https://github.com/marcantondahmen/automad/commit/c3eda0bba772aefc98f6296227b225326944721d)
12+
13+
Tue, 2 Jun 2026 21:35:02 +0200
614

715
### New Features
816

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.36';
59+
const VERSION = '2.0.0-beta.37';
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.36",
3+
"version": "2.0.0-beta.37",
44
"description": "Automad",
55
"author": "Marc Anton Dahmen",
66
"private": true,

0 commit comments

Comments
 (0)