Skip to content

Commit 9c1d9e6

Browse files
pre release
1 parent 808b15f commit 9c1d9e6

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/core",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.24",
6+
"version": "0.0.25",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -52,7 +52,7 @@
5252
"diff parse"
5353
],
5454
"dependencies": {
55-
"@git-diff-view/lowlight": "^0.0.24",
55+
"@git-diff-view/lowlight": "^0.0.25",
5656
"highlight.js": "^11.11.0",
5757
"lowlight": "^3.3.0",
5858
"fast-diff": "^1.3.0"

packages/file/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/file",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.24",
6+
"version": "0.0.25",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -52,7 +52,7 @@
5252
"diff parse"
5353
],
5454
"dependencies": {
55-
"@git-diff-view/core": "^0.0.24",
55+
"@git-diff-view/core": "^0.0.25",
5656
"diff": "^7.0.0",
5757
"highlight.js": "^11.11.0",
5858
"lowlight": "^3.3.0",

packages/lowlight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/lowlight",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.24",
6+
"version": "0.0.25",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/react",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.24",
6+
"version": "0.0.25",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -66,7 +66,7 @@
6666
"react diff component"
6767
],
6868
"dependencies": {
69-
"@git-diff-view/core": "^0.0.24",
69+
"@git-diff-view/core": "^0.0.25",
7070
"@types/hast": "^3.0.0",
7171
"fast-diff": "^1.3.0",
7272
"highlight.js": "^11.11.0",

packages/shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/shiki",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.24",
6+
"version": "0.0.25",
77
"types": "index.d.ts",
88
"type": "module",
99
"files": [

packages/utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/utils",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.24",
6+
"version": "0.0.25",
77
"types": "index.d.ts",
88
"type": "module",
99
"files": [
@@ -40,6 +40,6 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@git-diff-view/core": "^0.0.24"
43+
"@git-diff-view/core": "^0.0.25"
4444
}
4545
}

packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/vue",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.24",
6+
"version": "0.0.25",
77
"main": "index.js",
88
"type": "module",
99
"types": "index.d.ts",
@@ -53,7 +53,7 @@
5353
"vue diff component"
5454
],
5555
"dependencies": {
56-
"@git-diff-view/core": "^0.0.24",
56+
"@git-diff-view/core": "^0.0.25",
5757
"@types/hast": "^3.0.0",
5858
"highlight.js": "^11.11.0",
5959
"lowlight": "^3.3.0",

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)