rspress-plugin-live2d 0.1.1-beta.0 → 0.1.2-beta.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # rspress-plugin-live2d
2
2
 
3
+ ## 0.1.2-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [932dbb7]
8
+ - rspress-plugin-devkit@0.1.2-beta.0
9
+
10
+ ## 0.1.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 546dcf0: release beta
15
+ - 5e28903: fixup publish config
16
+ - Updated dependencies [546dcf0]
17
+ - Updated dependencies [5e28903]
18
+ - rspress-plugin-devkit@0.1.1
19
+
3
20
  ## 0.1.1-beta.0
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rspress-plugin-live2d",
3
- "version": "0.1.1-beta.0",
3
+ "version": "0.1.2-beta.0",
4
4
  "description": "Rspress plugin for file tree component.",
5
5
  "keywords": [
6
6
  "rspress",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@rspress/shared": "^1.17.1",
27
27
  "oh-my-live2d": "^0.15.2",
28
- "rspress-plugin-devkit": "^0.1.1-beta.0"
28
+ "rspress-plugin-devkit": "^0.1.2-beta.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^20.12.5",
@@ -39,7 +39,6 @@
39
39
  "build": "tsc --declarationMap false",
40
40
  "dev": "tsc -w",
41
41
  "docs:build": "rspress build",
42
- "docs:dev": "rspress dev",
43
- "prepublish": "rm -rf dist && npm run build"
42
+ "docs:dev": "rspress dev"
44
43
  }
45
44
  }