Skip to content

Commit

Permalink
chore(release): 1.2.4 [skip ci]
Browse files Browse the repository at this point in the history
### [1.2.4](v1.2.3...v1.2.4) (2022-06-08)

### Bug Fixes

* Change the theme type flexibly ([#32](#32)) ([0c7adaf](0c7adaf))
  • Loading branch information
semantic-release-bot committed Jun 8, 2022
1 parent 2b97c13 commit ab99cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export interface PluginOptions {
componentName: string;
}
export declare type Mode = 'split' | 'unified';
export declare type Theme = 'dark' | 'light' | 'custom';
export declare type Theme = 'dark' | 'light' | `custom${string}`;
export declare type Role = 'prev' | 'current' | 'unified';
export interface Line {
type?: string;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-diff",
"version": "1.2.3",
"version": "1.2.4",
"description": "Vue diff viewer",
"license": "ISC",
"author": {
Expand Down

0 comments on commit ab99cf4

Please sign in to comment.