Skip to content

Commit

Permalink
bump versions in d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Koreman committed Dec 20, 2024
1 parent 9119ed4 commit 09f76cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ace.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,6 @@ declare module "ace-code" {
import { Range } from "ace-code/src/range";
import { UndoManager } from "ace-code/src/undomanager";
import { VirtualRenderer as Renderer } from "ace-code/src/virtual_renderer";
export var version: "1.36.5";
export var version: "1.37.0";
export { Range, Editor, EditSession, UndoManager, Renderer as VirtualRenderer };
}
2 changes: 1 addition & 1 deletion types/ace-modules.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ declare module "ace-code/src/config" {
string
], onLoad: (module: any) => void) => void;
setModuleLoader: (moduleName: any, onLoad: any) => void;
version: "1.36.5";
version: "1.37.0";
};
export = _exports;
}
Expand Down

0 comments on commit 09f76cf

Please sign in to comment.