@instructure/ui-a11y-utils 8.38.1-snapshot-8 → 8.38.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 +3 -13
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,27 +3,17 @@
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.38.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1-snapshot-8) (2023-06-09)
7
-
6
+ ## [8.38.1](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1) (2023-06-13)
8
7
 
9
8
  ### Bug Fixes
10
9
 
11
- * **ui-dialog,ui-a11y-utils:** fix focusing not yet positioned elements ([f85b825](https://github.com/instructure/instructure-ui/commit/f85b8251e517c4180ccc403d18502e71833ed940))
12
-
13
-
14
-
15
-
10
+ - **ui-dialog,ui-a11y-utils:** fix focusing not yet positioned elements ([f85b825](https://github.com/instructure/instructure-ui/commit/f85b8251e517c4180ccc403d18502e71833ed940))
16
11
 
17
12
  # [8.38.0](https://github.com/instructure/instructure-ui/compare/v8.37.0...v8.38.0) (2023-05-15)
18
13
 
19
-
20
14
  ### Bug Fixes
21
15
 
22
- * **ui-a11y-utils:** dialog closes when release mouse outside ([4989b56](https://github.com/instructure/instructure-ui/commit/4989b568c7c6e7514cd412b5870b5c17af7eae25))
23
-
24
-
25
-
26
-
16
+ - **ui-a11y-utils:** dialog closes when release mouse outside ([4989b56](https://github.com/instructure/instructure-ui/commit/4989b568c7c6e7514cd412b5870b5c17af7eae25))
27
17
 
28
18
  # [8.37.0](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.37.0) (2023-04-25)
29
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-a11y-utils",
3
- "version": "8.38.1-snapshot-8",
3
+ "version": "8.38.1",
4
4
  "description": "A collection of utilities for managing focus and screen reader behavior",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,19 +23,19 @@
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.21.0",
26
- "@instructure/console": "8.38.1-snapshot-8",
27
- "@instructure/ui-a11y-content": "8.38.1-snapshot-8",
28
- "@instructure/ui-dom-utils": "8.38.1-snapshot-8",
29
- "@instructure/ui-react-utils": "8.38.1-snapshot-8",
30
- "@instructure/ui-testable": "8.38.1-snapshot-8",
31
- "@instructure/uid": "8.38.1-snapshot-8",
26
+ "@instructure/console": "8.38.1",
27
+ "@instructure/ui-a11y-content": "8.38.1",
28
+ "@instructure/ui-dom-utils": "8.38.1",
29
+ "@instructure/ui-react-utils": "8.38.1",
30
+ "@instructure/ui-testable": "8.38.1",
31
+ "@instructure/uid": "8.38.1",
32
32
  "keycode": "^2.2.1",
33
33
  "prop-types": "^15.8.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@instructure/ui-babel-preset": "8.38.1-snapshot-8",
37
- "@instructure/ui-color-utils": "8.38.1-snapshot-8",
38
- "@instructure/ui-test-utils": "8.38.1-snapshot-8"
36
+ "@instructure/ui-babel-preset": "8.38.1",
37
+ "@instructure/ui-color-utils": "8.38.1",
38
+ "@instructure/ui-test-utils": "8.38.1"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=16.8 <=18"