Skip to content

Commit 2332d6c

Browse files
chore(release): 1.18.1 [skip ci]
## [1.18.1](v1.18.0...v1.18.1) (2025-01-20) ### 🔨 Fixes * patch eui package so bottom bar does not hard code color mode ([7c7c338](7c7c338))
1 parent c27497a commit 2332d6c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.18.1](https://github.com/dragonrealms-phoenix/phoenix/compare/v1.18.0...v1.18.1) (2025-01-20)
2+
3+
### :hammer: Fixes
4+
5+
* patch eui package so bottom bar does not hard code color mode ([7c7c338](https://github.com/dragonrealms-phoenix/phoenix/commit/7c7c338f596fdf2cae9fa5d3a4f93aec19d4efc4))
6+
17
## [1.18.0](https://github.com/dragonrealms-phoenix/phoenix/compare/v1.17.0...v1.18.0) (2025-01-20)
28

39
### :sparkles: Features

electron/common/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.18.0';
1+
export const VERSION = '1.18.1';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"name": "phoenix",
55
"productName": "Phoenix",
6-
"version": "1.18.0",
6+
"version": "1.18.1",
77
"description": "Ignite your DragonRealms journey with Phoenix, a cross-platform game client",
88
"keywords": [
99
"dragonrealms",

0 commit comments

Comments
 (0)