@khanacademy/math-input 14.1.0 → 14.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @khanacademy/math-input
2
2
 
3
+ ## 14.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [22a9c408]
8
+ - @khanacademy/perseus-core@1.1.2
9
+
3
10
  ## 14.1.0
4
11
 
5
12
  ### Minor Changes
package/dist/es/index.js CHANGED
@@ -19,7 +19,7 @@ import * as Redux from 'redux';
19
19
 
20
20
  // This file is processed by a Rollup plugin (replace) to inject the production
21
21
  const libName = "@khanacademy/math-input";
22
- const libVersion = "14.1.0";
22
+ const libVersion = "14.1.1";
23
23
  addLibraryVersionToPerseusDebug(libName, libVersion);
24
24
 
25
25
  function _extends() {
package/dist/index.js CHANGED
@@ -52,7 +52,7 @@ var Redux__namespace = /*#__PURE__*/_interopNamespace(Redux);
52
52
 
53
53
  // This file is processed by a Rollup plugin (replace) to inject the production
54
54
  const libName = "@khanacademy/math-input";
55
- const libVersion = "14.1.0";
55
+ const libVersion = "14.1.1";
56
56
  perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
57
57
 
58
58
  function _defineProperty(obj, key, value) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Khan Academy's new expression editor for the mobile web.",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "14.1.0",
6
+ "version": "14.1.1",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -20,7 +20,7 @@
20
20
  "source": "src/index.ts",
21
21
  "scripts": {},
22
22
  "dependencies": {
23
- "@khanacademy/perseus-core": "1.1.1",
23
+ "@khanacademy/perseus-core": "1.1.2",
24
24
  "mathquill": "git+https://git@github.com/Khan/mathquill.git#32d9f351aaa68537170b3120a52e99b8def3a2c3",
25
25
  "performance-now": "^0.2.0"
26
26
  },