Skip to content

Commit

Permalink
chore: publish 2.17.4 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Aug 24, 2024
1 parent fc43e71 commit c5db5b5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.17.3",
"version": "2.17.4",
"lang": "en",
"i18n-failed": "Failed to fetch the translation file in $1.",
"title": "CodeMirror Addons",
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh-hans.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.17.3",
"version": "2.17.4",
"lang": "zh-hans",
"i18n-failed": "获取 $1 的语言文件失败。",
"title": "CodeMirror插件",
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh-hant.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.17.3",
"version": "2.17.4",
"lang": "zh-hant",
"i18n-failed": "取得 $1 的語言檔案失敗。",
"title": "CodeMirror外掛程式",
Expand Down
2 changes: 1 addition & 1 deletion mw/msg.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {getObject, setObject, parseVersion} from '@bhsd/common';
import type {CodeMirror} from './base';

export const REPO_CDN = 'npm/@bhsd/[email protected].3',
export const REPO_CDN = 'npm/@bhsd/[email protected].4',
curVersion = REPO_CDN.slice(REPO_CDN.lastIndexOf('@') + 1);

const {vendor, userAgent, maxTouchPoints, platform} = navigator;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bhsd/codemirror-mediawiki",
"version": "2.17.3",
"version": "2.17.4",
"description": "Modified CodeMirror mode based on wikimedia/mediawiki-extensions-CodeMirror",
"keywords": [
"mediawiki",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@lezer/highlight": "^1.2.0",
"@types/jquery": "^3.5.29",
"@types/oojs-ui": "^0.49.0",
"monaco-editor": "^0.50.0",
"monaco-editor": "^0.51.0",
"types-mediawiki": "^1.8.0"
}
}

0 comments on commit c5db5b5

Please sign in to comment.