Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lobehub/dumi-theme-lobehub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: lobehub/dumi-theme-lobehub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 24, 2024

  1. 🐛 fix: Fix @@

    canisminor1990 committed Nov 24, 2024
    Copy the full SHA
    90b5cc0 View commit details
  2. 🔖 chore(release): v1.9.1 [skip ci]

    ### [Version 1.9.1](v1.9.0...v1.9.1)
    <sup>Released on **2024-11-24**</sup>
    
    #### 🐛 Bug Fixes
    
    - **misc**: Fix @@.
    
    <br/>
    
    <details>
    <summary><kbd>Improvements and Fixes</kbd></summary>
    
    #### What's fixed
    
    * **misc**: Fix @@ ([90b5cc0](90b5cc0))
    
    </details>
    
    <div align="right">
    
    [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
    
    </div>
    semantic-release-bot committed Nov 24, 2024
    Copy the full SHA
    a9836b9 View commit details
Showing with 27 additions and 2 deletions.
  1. +25 −0 CHANGELOG.md
  2. +1 −1 package.json
  3. +1 −1 src/layouts/DemoLayout/index.tsx
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,31 @@

# Changelog

### [Version 1.9.1](https://github.com/lobehub/dumi-theme-lobehub/compare/v1.9.0...v1.9.1)

<sup>Released on **2024-11-24**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix @@.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

- **misc**: Fix @@ ([90b5cc0](https://github.com/lobehub/dumi-theme-lobehub/commit/90b5cc0))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

## [Version 1.9.0](https://github.com/lobehub/dumi-theme-lobehub/compare/v1.8.6...v1.9.0)

<sup>Released on **2024-11-24**</sup>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dumi-theme-lobehub",
"version": "1.9.0",
"version": "1.9.1",
"description": "dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui",
"keywords": [
"lobehub",
2 changes: 1 addition & 1 deletion src/layouts/DemoLayout/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useLocation } from '@@/exports';
import { ThemeProvider } from '@lobehub/ui';
import {
useLocale,
useLocation,
useNavData,
useOutlet,
useRouteMeta,