Procházet zdrojové kódy

Prepare for 0.15.3

Alex Dima před 6 roky
rodič
revize
8aef99d4dc
5 změnil soubory, kde provedl 9 přidání a 6 odebrání
  1. 3 0
      CHANGELOG.md
  2. 1 1
      monaco.d.ts
  3. 3 3
      package-lock.json
  4. 1 1
      package.json
  5. 1 1
      website/playground/monaco.d.ts.txt

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # Monaco Editor Changelog
 
+## [0.15.3] (15.11.2018)
+* Remove cast to any from our code base to allow for tree shaking to not shake useful code (https://github.com/Microsoft/monaco-editor/issues/1013)
+
 ## [0.15.2] (14.11.2018)
 * Fixes usage of `marked` to allow for packaging with rollup (https://github.com/Microsoft/monaco-editor/issues/1183)
 

+ 1 - 1
monaco.d.ts

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------
  * Copyright (c) Microsoft Corporation. All rights reserved.
- * Type definitions for monaco-editor v0.15.2
+ * Type definitions for monaco-editor v0.15.3
  * Released under the MIT license
 *-----------------------------------------------------------*/
 /*---------------------------------------------------------------------------------------------

+ 3 - 3
package-lock.json

@@ -2258,9 +2258,9 @@
       "dev": true
     },
     "monaco-editor-core": {
-      "version": "0.15.1",
-      "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.15.1.tgz",
-      "integrity": "sha512-mzvwd2eYvO6sJw1Xtkm0drwOoNyQ1Nkfh/FwSr42kYcBo5+AsNPPbnIbjXgnz8PwYXtjTE93Sd5KLcuFHz0hSw==",
+      "version": "0.15.2",
+      "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.15.2.tgz",
+      "integrity": "sha512-WorQUjyKTkmCzwCv1lRE0zQjJhzTxF1K43KuarWMvGlTu7okiGNqT14vRgMO6yYBxtNcIOvzc09KPv6Ac2uHAw==",
       "dev": true
     },
     "monaco-html": {

+ 1 - 1
package.json

@@ -24,7 +24,7 @@
     "gulp-typedoc": "^2.2.0",
     "http-server": "^0.11.1",
     "monaco-css": "2.3.0",
-    "monaco-editor-core": "0.15.1",
+    "monaco-editor-core": "0.15.2",
     "monaco-html": "2.3.0",
     "monaco-json": "2.3.0",
     "monaco-languages": "1.6.0",

+ 1 - 1
website/playground/monaco.d.ts.txt

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------
  * Copyright (c) Microsoft Corporation. All rights reserved.
- * Type definitions for monaco-editor v0.15.2
+ * Type definitions for monaco-editor v0.15.3
  * Released under the MIT license
 *-----------------------------------------------------------*/
 /*---------------------------------------------------------------------------------------------