Skip to content

Commit 90e5dfc

Browse files
committedAug 29, 2023
chore: update workflows config. (#558)
1 parent 8dccafa commit 90e5dfc

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
 

‎.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
6161
publish_dir: ./build
62+
keep_files: false
6263

6364
- name: Generate Changelog
6465
id: changelog

‎themes/all/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ const view = new EditorView({
6262

6363
```ts
6464
export * from '@uiw/codemirror-theme-abcdef';
65+
export * from '@uiw/codemirror-theme-abyss';
6566
export * from '@uiw/codemirror-theme-androidstudio';
6667
export * from '@uiw/codemirror-theme-atomone';
6768
export * from '@uiw/codemirror-theme-aura';
68-
export * from '@uiw/codemirror-theme-basic';
6969
export * from '@uiw/codemirror-theme-bbedit';
7070
export * from '@uiw/codemirror-theme-bespin';
7171
export * from '@uiw/codemirror-theme-darcula';
@@ -74,7 +74,10 @@ export * from '@uiw/codemirror-theme-duotone';
7474
export * from '@uiw/codemirror-theme-eclipse';
7575
export * from '@uiw/codemirror-theme-github';
7676
export * from '@uiw/codemirror-theme-gruvbox-dark';
77+
export * from '@uiw/codemirror-theme-kimbie';
7778
export * from '@uiw/codemirror-theme-material';
79+
export * from '@uiw/codemirror-theme-monokai';
80+
export * from '@uiw/codemirror-theme-monokai-dimmed';
7881
export * from '@uiw/codemirror-theme-noctis-lilac';
7982
export * from '@uiw/codemirror-theme-nord';
8083
export * from '@uiw/codemirror-theme-okaidia';
@@ -85,6 +88,7 @@ export * from '@uiw/codemirror-theme-sublime';
8588
export * from '@uiw/codemirror-theme-tokyo-night';
8689
export * from '@uiw/codemirror-theme-tokyo-night-storm';
8790
export * from '@uiw/codemirror-theme-tokyo-night-day';
91+
export * from '@uiw/codemirror-theme-tomorrow-night-blue';
8892
export * from '@uiw/codemirror-theme-vscode';
8993
export * from '@uiw/codemirror-theme-xcode';
9094
```

‎themes/all/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
export * from '@uiw/codemirror-theme-abcdef';
22
export * from '@uiw/codemirror-theme-abyss';
33
export * from '@uiw/codemirror-theme-androidstudio';
4+
export * from '@uiw/codemirror-theme-andromeda';
45
export * from '@uiw/codemirror-theme-atomone';
56
export * from '@uiw/codemirror-theme-aura';
7+
export * from '@uiw/codemirror-theme-basic';
68
export * from '@uiw/codemirror-theme-bbedit';
79
export * from '@uiw/codemirror-theme-bespin';
810
export * from '@uiw/codemirror-theme-darcula';

0 commit comments

Comments
 (0)
Please sign in to comment.