Skip to content

Commit e6edbed

Browse files
prepare release
1 parent b804086 commit e6edbed

14 files changed

Lines changed: 42 additions & 39 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Try it online: [Git Mode](https://mrwangjusttodo.github.io/git-diff-view/?type=t
3434
![file mode](https://raw.githubusercontent.com/MrWangJustToDo/git-diff-view/aa2e918498270f737d28e7531eab08fa3f1b8831/fileMode.png)
3535
![theme support](https://raw.githubusercontent.com/MrWangJustToDo/git-diff-view/aa2e918498270f737d28e7531eab08fa3f1b8831/theme.png)
3636
![unified view](https://raw.githubusercontent.com/MrWangJustToDo/git-diff-view/69c801e5eb5fcabc9c9655825eb1228f18dc1e0c/5.png)
37+
![cli diff view](cli-diff.png)
3738

3839
</details>
3940

cli-diff.png

238 KB
Loading

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/cli",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.1.4",
6+
"version": "0.1.5",
77
"main": "index.mjs",
88
"type": "module",
99
"types": "index.d.ts",
@@ -51,7 +51,7 @@
5151
"cli diff component"
5252
],
5353
"dependencies": {
54-
"@git-diff-view/core": "^0.1.4",
54+
"@git-diff-view/core": "^0.1.5",
5555
"@types/hast": "^3.0.0",
5656
"chalk": "^5.6.2",
5757
"highlight.js": "^11.11.0",

packages/cli/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![npm version](https://img.shields.io/npm/v/@git-diff-view/cli)](https://www.npmjs.com/package/@git-diff-view/cli)
66
[![npm downloads](https://img.shields.io/npm/dm/@git-diff-view/cli)](https://www.npmjs.com/package/@git-diff-view/cli)
77

8+
![CLI Diff View](https://raw.githubusercontent.com/MrWangJustToDo/git-diff-view/main/cli-diff.png)
9+
810
## Features
911

1012
- ✅ Terminal-friendly diff rendering

packages/core/package.json

Lines changed: 2 additions & 2 deletions
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.1.4",
6+
"version": "0.1.5",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -53,7 +53,7 @@
5353
"diff parse"
5454
],
5555
"dependencies": {
56-
"@git-diff-view/lowlight": "^0.1.4",
56+
"@git-diff-view/lowlight": "^0.1.5",
5757
"highlight.js": "^11.11.0",
5858
"lowlight": "^3.3.0",
5959
"fast-diff": "^1.3.0"

packages/file/package.json

Lines changed: 2 additions & 2 deletions
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.1.4",
6+
"version": "0.1.5",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -53,7 +53,7 @@
5353
"diff parse"
5454
],
5555
"dependencies": {
56-
"@git-diff-view/core": "^0.1.4",
56+
"@git-diff-view/core": "^0.1.5",
5757
"diff": "^8.0.3",
5858
"highlight.js": "^11.11.0",
5959
"lowlight": "^3.3.0",

packages/lowlight/package.json

Lines changed: 1 addition & 1 deletion
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.1.4",
6+
"version": "0.1.5",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [

packages/react/package.json

Lines changed: 2 additions & 2 deletions
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.1.4",
6+
"version": "0.1.5",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -67,7 +67,7 @@
6767
"react diff component"
6868
],
6969
"dependencies": {
70-
"@git-diff-view/core": "^0.1.4",
70+
"@git-diff-view/core": "^0.1.5",
7171
"@types/hast": "^3.0.0",
7272
"fast-diff": "^1.3.0",
7373
"highlight.js": "^11.11.0",

packages/shiki/package.json

Lines changed: 1 addition & 1 deletion
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.1.4",
6+
"version": "0.1.5",
77
"types": "index.d.ts",
88
"main": "./dist/esm/index.mjs",
99
"type": "module",

packages/solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/solid",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.1.4",
6+
"version": "0.1.5",
77
"main": "./dist/solid-git-diff-view.mjs",
88
"type": "module",
99
"types": "index.d.ts",
@@ -41,7 +41,7 @@
4141
"solid diff component"
4242
],
4343
"dependencies": {
44-
"@git-diff-view/core": "^0.1.4",
44+
"@git-diff-view/core": "^0.1.5",
4545
"@types/hast": "^3.0.0",
4646
"highlight.js": "^11.11.0",
4747
"lowlight": "^3.3.0",

0 commit comments

Comments
 (0)