Skip to content

Commit 1057031

Browse files
authored
Merge pull request #1489 from hydephp/bump-realtime-compiler-version
Bump realtime compiler version to v3.2
2 parents 8768f92 + 3000905 commit 1057031

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This serves two purposes:
1919
- The `docs.sidebar.footer` config option now accepts a Markdown string to replace the default footer in https://github.com/hydephp/develop/pull/1477
2020
- Links in the `sitemap.xml` file are now relative when a site URL is not set, instead of using the default localhost URL in https://github.com/hydephp/develop/pull/1479
2121
- Improves the portability of the realtime compiler to better support running through the standalone executable in https://github.com/hydephp/develop/pull/1488
22+
- Bumps realtime compiler version to v3.2 in https://github.com/hydephp/develop/pull/1489
2223

2324
### Deprecated
2425
- for soon-to-be removed features.

packages/hyde/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"laravel-zero/framework": "^10.0"
3030
},
3131
"require-dev": {
32-
"hyde/realtime-compiler": "^3.1"
32+
"hyde/realtime-compiler": "^3.2"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)