@instructure/ui-select 10.19.2-snapshot-8 → 10.19.2-snapshot-10

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
@@ -3,12 +3,13 @@
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
- ## [10.19.2-snapshot-8](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-8) (2025-06-13)
6
+ ## [10.19.2-snapshot-10](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-10) (2025-06-13)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
11
  * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
12
+ * **ui-time-select,ui-simple-select,ui-select:** add missing keyboard interactions and fix duplicate SR announcements ([0f7ffa5](https://github.com/instructure/instructure-ui/commit/0f7ffa5b263b0b287ca1c2387e0b902189706cb2))
12
13
 
13
14
 
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-select",
3
- "version": "10.19.2-snapshot-8",
3
+ "version": "10.19.2-snapshot-10",
4
4
  "description": "A component for select and autocomplete behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.19.2-snapshot-8",
27
- "@instructure/ui-babel-preset": "10.19.2-snapshot-8",
28
- "@instructure/ui-color-utils": "10.19.2-snapshot-8",
29
- "@instructure/ui-scripts": "10.19.2-snapshot-8",
30
- "@instructure/ui-test-utils": "10.19.2-snapshot-8",
31
- "@instructure/ui-themes": "10.19.2-snapshot-8",
26
+ "@instructure/ui-axe-check": "10.19.2-snapshot-10",
27
+ "@instructure/ui-babel-preset": "10.19.2-snapshot-10",
28
+ "@instructure/ui-color-utils": "10.19.2-snapshot-10",
29
+ "@instructure/ui-scripts": "10.19.2-snapshot-10",
30
+ "@instructure/ui-test-utils": "10.19.2-snapshot-10",
31
+ "@instructure/ui-themes": "10.19.2-snapshot-10",
32
32
  "@testing-library/jest-dom": "^6.6.3",
33
33
  "@testing-library/react": "^16.0.1",
34
34
  "@testing-library/user-event": "^14.6.1",
@@ -36,22 +36,22 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.27.6",
39
- "@instructure/emotion": "10.19.2-snapshot-8",
40
- "@instructure/shared-types": "10.19.2-snapshot-8",
41
- "@instructure/ui-dom-utils": "10.19.2-snapshot-8",
42
- "@instructure/ui-form-field": "10.19.2-snapshot-8",
43
- "@instructure/ui-icons": "10.19.2-snapshot-8",
44
- "@instructure/ui-options": "10.19.2-snapshot-8",
45
- "@instructure/ui-popover": "10.19.2-snapshot-8",
46
- "@instructure/ui-position": "10.19.2-snapshot-8",
47
- "@instructure/ui-prop-types": "10.19.2-snapshot-8",
48
- "@instructure/ui-react-utils": "10.19.2-snapshot-8",
49
- "@instructure/ui-selectable": "10.19.2-snapshot-8",
50
- "@instructure/ui-testable": "10.19.2-snapshot-8",
51
- "@instructure/ui-text-input": "10.19.2-snapshot-8",
52
- "@instructure/ui-utils": "10.19.2-snapshot-8",
53
- "@instructure/ui-view": "10.19.2-snapshot-8",
54
- "@instructure/uid": "10.19.2-snapshot-8",
39
+ "@instructure/emotion": "10.19.2-snapshot-10",
40
+ "@instructure/shared-types": "10.19.2-snapshot-10",
41
+ "@instructure/ui-dom-utils": "10.19.2-snapshot-10",
42
+ "@instructure/ui-form-field": "10.19.2-snapshot-10",
43
+ "@instructure/ui-icons": "10.19.2-snapshot-10",
44
+ "@instructure/ui-options": "10.19.2-snapshot-10",
45
+ "@instructure/ui-popover": "10.19.2-snapshot-10",
46
+ "@instructure/ui-position": "10.19.2-snapshot-10",
47
+ "@instructure/ui-prop-types": "10.19.2-snapshot-10",
48
+ "@instructure/ui-react-utils": "10.19.2-snapshot-10",
49
+ "@instructure/ui-selectable": "10.19.2-snapshot-10",
50
+ "@instructure/ui-testable": "10.19.2-snapshot-10",
51
+ "@instructure/ui-text-input": "10.19.2-snapshot-10",
52
+ "@instructure/ui-utils": "10.19.2-snapshot-10",
53
+ "@instructure/ui-view": "10.19.2-snapshot-10",
54
+ "@instructure/uid": "10.19.2-snapshot-10",
55
55
  "prop-types": "^15.8.1"
56
56
  },
57
57
  "peerDependencies": {