@eox/pages-theme-eox 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/vitepressConfig.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.2](https://gitlab.eox.at/eox/hub/eoxhub-portal/compare/v1.1.1...v1.1.2) (2026-03-16)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- update eoxhub logo url ([bc39f8ea](https://gitlab.eox.at/eox/hub/eoxhub-portal/commit/bc39f8eae6bdf0c3eb655629d3da53ca88f40d2a))
|
|
8
|
+
|
|
3
9
|
## [1.1.1](https://gitlab.eox.at/eox/hub/eoxhub-portal/compare/v1.1.0...v1.1.1) (2026-03-02)
|
|
4
10
|
|
|
5
11
|
### Bug Fixes
|
package/package.json
CHANGED
package/src/vitepressConfig.mjs
CHANGED
|
@@ -109,7 +109,7 @@ export const generate = (brandConfig) => {
|
|
|
109
109
|
Powered by
|
|
110
110
|
<a href="https://hub.eox.at" target="_blank" class="left-margin small-margin"
|
|
111
111
|
><img
|
|
112
|
-
src="https://hub.eox.at/
|
|
112
|
+
src="https://hub-brands.eox.at/eoxhub/eoxhub.svg"
|
|
113
113
|
style="height: 25px" /></a
|
|
114
114
|
></span>`,
|
|
115
115
|
copyright:
|