Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit ab99cf4

Browse files
chore(release): 1.2.4 [skip ci]
### [1.2.4](v1.2.3...v1.2.4) (2022-06-08) ### Bug Fixes * Change the theme type flexibly ([#32](#32)) ([0c7adaf](0c7adaf))
1 parent 2b97c13 commit ab99cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export interface PluginOptions {
33
componentName: string;
44
}
55
export declare type Mode = 'split' | 'unified';
6-
export declare type Theme = 'dark' | 'light' | 'custom';
6+
export declare type Theme = 'dark' | 'light' | `custom${string}`;
77
export declare type Role = 'prev' | 'current' | 'unified';
88
export interface Line {
99
type?: string;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-diff",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Vue diff viewer",
55
"license": "ISC",
66
"author": {

0 commit comments

Comments
 (0)