@instructure/canvas-rce 5.6.5 → 5.6.6

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 +1 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ### Changed
13
13
  - Fixed word count to no longer include contents of @mentions dropdown
14
+ - Word count modal can be opened from the status bar
14
15
  - Fixed a bug related to uploading files in external apps
15
16
 
16
17
  # 5.6.3 - 2022-11-11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/canvas-rce",
3
- "version": "5.6.5",
3
+ "version": "5.6.6",
4
4
  "description": "A component wrapping canvas's common tinymce usage",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",