@instructure/ui-select 8.36.1-snapshot-28 → 8.37.1-snapshot-0

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,16 +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.36.1-snapshot-28](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-28) (2023-04-25)
6
+ ## [8.37.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.37.0...v8.37.1-snapshot-0) (2023-04-28)
7
7
 
8
+ **Note:** Version bump only for package @instructure/ui-select
8
9
 
9
- ### Performance Improvements
10
10
 
11
- * **ui-select:** improve perf for large amount of items ([396a13b](https://github.com/instructure/instructure-ui/commit/396a13b81b0471cfd19329817c563bcddc158828))
12
11
 
13
12
 
14
13
 
14
+ # [8.37.0](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.37.0) (2023-04-25)
15
+
16
+ ### Performance Improvements
15
17
 
18
+ - **ui-select:** improve perf for large amount of items ([396a13b](https://github.com/instructure/instructure-ui/commit/396a13b81b0471cfd19329817c563bcddc158828))
16
19
 
17
20
  # [8.36.0](https://github.com/instructure/instructure-ui/compare/v8.35.1...v8.36.0) (2023-03-23)
18
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-select",
3
- "version": "8.36.1-snapshot-28",
3
+ "version": "8.37.1-snapshot-0",
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,30 +23,30 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.36.1-snapshot-28",
27
- "@instructure/ui-color-utils": "8.36.1-snapshot-28",
28
- "@instructure/ui-test-locator": "8.36.1-snapshot-28",
29
- "@instructure/ui-test-utils": "8.36.1-snapshot-28",
30
- "@instructure/ui-themes": "8.36.1-snapshot-28"
26
+ "@instructure/ui-babel-preset": "8.37.1-snapshot-0",
27
+ "@instructure/ui-color-utils": "8.37.1-snapshot-0",
28
+ "@instructure/ui-test-locator": "8.37.1-snapshot-0",
29
+ "@instructure/ui-test-utils": "8.37.1-snapshot-0",
30
+ "@instructure/ui-themes": "8.37.1-snapshot-0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.21.0",
34
- "@instructure/emotion": "8.36.1-snapshot-28",
35
- "@instructure/shared-types": "8.36.1-snapshot-28",
36
- "@instructure/ui-dom-utils": "8.36.1-snapshot-28",
37
- "@instructure/ui-form-field": "8.36.1-snapshot-28",
38
- "@instructure/ui-icons": "8.36.1-snapshot-28",
39
- "@instructure/ui-options": "8.36.1-snapshot-28",
40
- "@instructure/ui-popover": "8.36.1-snapshot-28",
41
- "@instructure/ui-position": "8.36.1-snapshot-28",
42
- "@instructure/ui-prop-types": "8.36.1-snapshot-28",
43
- "@instructure/ui-react-utils": "8.36.1-snapshot-28",
44
- "@instructure/ui-selectable": "8.36.1-snapshot-28",
45
- "@instructure/ui-testable": "8.36.1-snapshot-28",
46
- "@instructure/ui-text-input": "8.36.1-snapshot-28",
47
- "@instructure/ui-utils": "8.36.1-snapshot-28",
48
- "@instructure/ui-view": "8.36.1-snapshot-28",
49
- "@instructure/uid": "8.36.1-snapshot-28",
34
+ "@instructure/emotion": "8.37.1-snapshot-0",
35
+ "@instructure/shared-types": "8.37.1-snapshot-0",
36
+ "@instructure/ui-dom-utils": "8.37.1-snapshot-0",
37
+ "@instructure/ui-form-field": "8.37.1-snapshot-0",
38
+ "@instructure/ui-icons": "8.37.1-snapshot-0",
39
+ "@instructure/ui-options": "8.37.1-snapshot-0",
40
+ "@instructure/ui-popover": "8.37.1-snapshot-0",
41
+ "@instructure/ui-position": "8.37.1-snapshot-0",
42
+ "@instructure/ui-prop-types": "8.37.1-snapshot-0",
43
+ "@instructure/ui-react-utils": "8.37.1-snapshot-0",
44
+ "@instructure/ui-selectable": "8.37.1-snapshot-0",
45
+ "@instructure/ui-testable": "8.37.1-snapshot-0",
46
+ "@instructure/ui-text-input": "8.37.1-snapshot-0",
47
+ "@instructure/ui-utils": "8.37.1-snapshot-0",
48
+ "@instructure/ui-view": "8.37.1-snapshot-0",
49
+ "@instructure/uid": "8.37.1-snapshot-0",
50
50
  "prop-types": "^15.8.1"
51
51
  },
52
52
  "peerDependencies": {