@instructure/ui-source-code-editor 8.32.1-snapshot-0 → 8.32.2-snapshot-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -3
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,16 +3,21 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [8.32.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.32.0...v8.32.1-snapshot-0) (2022-11-30)
6
+ ## [8.32.2-snapshot-1](https://github.com/instructure/instructure-ui/compare/v8.32.1...v8.32.2-snapshot-1) (2023-01-02)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-source-code-editor
7
9
 
8
10
 
9
- ### Bug Fixes
10
11
 
11
- * **ui-source-code-editor:** update `codemirror` dependencies and fix `rtlMoveVisually` bug ([ae39490](https://github.com/instructure/instructure-ui/commit/ae39490ee8b381a48efd8b19eafa5238a6b1513c))
12
12
 
13
13
 
14
+ ## [8.32.1](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.32.1) (2022-12-01)
14
15
 
15
16
 
17
+ ### Bug Fixes
18
+
19
+ * **ui-source-code-editor:** update `codemirror` dependencies and fix `rtlMoveVisually` bug ([ae39490](https://github.com/instructure/instructure-ui/commit/ae39490ee8b381a48efd8b19eafa5238a6b1513c))
20
+
16
21
 
17
22
  # [8.32.0](https://github.com/instructure/instructure-ui/compare/v8.31.0...v8.32.0) (2022-11-23)
18
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-source-code-editor",
3
- "version": "8.32.1-snapshot-0",
3
+ "version": "8.32.2-snapshot-1",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.32.1-snapshot-0",
27
- "@instructure/ui-test-queries": "8.32.1-snapshot-0",
28
- "@instructure/ui-test-utils": "8.32.1-snapshot-0"
26
+ "@instructure/ui-babel-preset": "8.32.2-snapshot-1",
27
+ "@instructure/ui-test-queries": "8.32.2-snapshot-1",
28
+ "@instructure/ui-test-utils": "8.32.2-snapshot-1"
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.13.10",
@@ -42,17 +42,17 @@
42
42
  "@codemirror/search": "^6.2.3",
43
43
  "@codemirror/state": "^6.1.4",
44
44
  "@codemirror/view": "^6.6.0",
45
- "@instructure/emotion": "8.32.1-snapshot-0",
46
- "@instructure/shared-types": "8.32.1-snapshot-0",
47
- "@instructure/ui-a11y-content": "8.32.1-snapshot-0",
48
- "@instructure/ui-dom-utils": "8.32.1-snapshot-0",
49
- "@instructure/ui-i18n": "8.32.1-snapshot-0",
50
- "@instructure/ui-prop-types": "8.32.1-snapshot-0",
51
- "@instructure/ui-react-utils": "8.32.1-snapshot-0",
52
- "@instructure/ui-test-locator": "8.32.1-snapshot-0",
53
- "@instructure/ui-testable": "8.32.1-snapshot-0",
54
- "@instructure/ui-themes": "8.32.1-snapshot-0",
55
- "@instructure/ui-utils": "8.32.1-snapshot-0",
45
+ "@instructure/emotion": "8.32.2-snapshot-1",
46
+ "@instructure/shared-types": "8.32.2-snapshot-1",
47
+ "@instructure/ui-a11y-content": "8.32.2-snapshot-1",
48
+ "@instructure/ui-dom-utils": "8.32.2-snapshot-1",
49
+ "@instructure/ui-i18n": "8.32.2-snapshot-1",
50
+ "@instructure/ui-prop-types": "8.32.2-snapshot-1",
51
+ "@instructure/ui-react-utils": "8.32.2-snapshot-1",
52
+ "@instructure/ui-test-locator": "8.32.2-snapshot-1",
53
+ "@instructure/ui-testable": "8.32.2-snapshot-1",
54
+ "@instructure/ui-themes": "8.32.2-snapshot-1",
55
+ "@instructure/ui-utils": "8.32.2-snapshot-1",
56
56
  "@lezer/highlight": "^1.0.0",
57
57
  "prop-types": "^15"
58
58
  },