@instructure/ui-source-code-editor 8.33.0 → 8.33.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 +4 -6
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,21 +3,19 @@
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.33.0](https://github.com/instructure/instructure-ui/compare/v8.32.1...v8.33.0) (2023-01-04)
6
+ ## [8.33.1](https://github.com/instructure/instructure-ui/compare/v8.33.0...v8.33.1) (2023-01-06)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-source-code-editor
9
9
 
10
+ # [8.33.0](https://github.com/instructure/instructure-ui/compare/v8.32.1...v8.33.0) (2023-01-04)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @instructure/ui-source-code-editor
13
13
 
14
14
  ## [8.32.1](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.32.1) (2022-12-01)
15
15
 
16
-
17
16
  ### Bug Fixes
18
17
 
19
- * **ui-source-code-editor:** update `codemirror` dependencies and fix `rtlMoveVisually` bug ([ae39490](https://github.com/instructure/instructure-ui/commit/ae39490ee8b381a48efd8b19eafa5238a6b1513c))
20
-
18
+ - **ui-source-code-editor:** update `codemirror` dependencies and fix `rtlMoveVisually` bug ([ae39490](https://github.com/instructure/instructure-ui/commit/ae39490ee8b381a48efd8b19eafa5238a6b1513c))
21
19
 
22
20
  # [8.32.0](https://github.com/instructure/instructure-ui/compare/v8.31.0...v8.32.0) (2022-11-23)
23
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-source-code-editor",
3
- "version": "8.33.0",
3
+ "version": "8.33.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.33.0",
27
- "@instructure/ui-test-queries": "8.33.0",
28
- "@instructure/ui-test-utils": "8.33.0"
26
+ "@instructure/ui-babel-preset": "8.33.1",
27
+ "@instructure/ui-test-queries": "8.33.1",
28
+ "@instructure/ui-test-utils": "8.33.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.33.0",
46
- "@instructure/shared-types": "8.33.0",
47
- "@instructure/ui-a11y-content": "8.33.0",
48
- "@instructure/ui-dom-utils": "8.33.0",
49
- "@instructure/ui-i18n": "8.33.0",
50
- "@instructure/ui-prop-types": "8.33.0",
51
- "@instructure/ui-react-utils": "8.33.0",
52
- "@instructure/ui-test-locator": "8.33.0",
53
- "@instructure/ui-testable": "8.33.0",
54
- "@instructure/ui-themes": "8.33.0",
55
- "@instructure/ui-utils": "8.33.0",
45
+ "@instructure/emotion": "8.33.1",
46
+ "@instructure/shared-types": "8.33.1",
47
+ "@instructure/ui-a11y-content": "8.33.1",
48
+ "@instructure/ui-dom-utils": "8.33.1",
49
+ "@instructure/ui-i18n": "8.33.1",
50
+ "@instructure/ui-prop-types": "8.33.1",
51
+ "@instructure/ui-react-utils": "8.33.1",
52
+ "@instructure/ui-test-locator": "8.33.1",
53
+ "@instructure/ui-testable": "8.33.1",
54
+ "@instructure/ui-themes": "8.33.1",
55
+ "@instructure/ui-utils": "8.33.1",
56
56
  "@lezer/highlight": "^1.0.0",
57
57
  "prop-types": "^15"
58
58
  },