Skip to content

Commit

Permalink
Merge pull request #1 from huyikai/update-version
Browse files Browse the repository at this point in the history
import icon css
  • Loading branch information
huyikai committed Mar 8, 2024
2 parents 81d83c3 + c79721b commit 6457700
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 40 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"release": "npm run release --workspaces"
},
"devDependencies": {
"@huyikai/local-cms": "^0.0.1",
"@huyikai/local-cms": "^0.0.27",
"@huyikai/vitepress-helper": "latest",
"@release-it/bumper": "^6.0.1",
"git-cz": "^4.9.0",
"vitepress": "^1.0.0-rc.31",
"vitepress": "^1.0.0-rc.45",
"vue": "^3.3.9"
},
"release-it": {
Expand Down
2 changes: 2 additions & 0 deletions packages/@huyikai/vitepress-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [0.0.30](https://github.com/huyikai/vitepress-helper/compare/v0.0.29...v0.0.30) (2024-03-08)

## [0.0.29](https://github.com/huyikai/vitepress-helper/compare/v0.0.28...v0.0.29) (2023-12-22)

## [0.0.28](https://github.com/huyikai/vitepress-helper/compare/v0.0.27...v0.0.28) (2023-12-22)
Expand Down
2 changes: 1 addition & 1 deletion packages/@huyikai/vitepress-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huyikai/vitepress-helper",
"version": "0.0.29",
"version": "0.0.30",
"private": false,
"description": "This tool is designed to help you to use VitePress more easily.",
"keywords": [
Expand Down

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions packages/@huyikai/vitepress-helper/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'vitepress/dist/client/theme-default/styles/fonts.css';
import 'vitepress/dist/client/theme-default/styles/vars.css';
import 'vitepress/dist/client/theme-default/styles/base.css';
import 'vitepress/dist/client/theme-default/styles/icons.css'
import 'vitepress/dist/client/theme-default/styles/utils.css';
import 'vitepress/dist/client/theme-default/styles/components/custom-block.css';
import 'vitepress/dist/client/theme-default/styles/components/vp-code.css';
Expand Down

0 comments on commit 6457700

Please sign in to comment.