@instructure/ui-simple-select 9.3.1-pr-snapshot-1721304755254 → 9.3.1-pr-snapshot-1721388565180

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,13 +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
- ## [9.3.1-pr-snapshot-1721304755254](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.3.1-pr-snapshot-1721304755254) (2024-07-18)
6
+ ## [9.3.1-pr-snapshot-1721388565180](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.3.1-pr-snapshot-1721388565180) (2024-07-19)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
- * **many:** fix tests ([dc7a0b2](https://github.com/instructure/instructure-ui/commit/dc7a0b24228f74972f5aefc69e15506baae32ce1))
12
- * **many:** rewrite color system ([aa974cb](https://github.com/instructure/instructure-ui/commit/aa974cb7c60d1e54b7cb1801fbbb82559989fd80))
11
+ * **many:** fix tests ([2dd5cff](https://github.com/instructure/instructure-ui/commit/2dd5cff80055c9a93c9ae25dfb5790a866b189a1))
12
+ * **many:** rewrite color system ([daa119c](https://github.com/instructure/instructure-ui/commit/daa119c31a8b6d35389909e27da5aaf17b654f4e))
13
13
 
14
14
 
15
15
  ### BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-simple-select",
3
- "version": "9.3.1-pr-snapshot-1721304755254",
3
+ "version": "9.3.1-pr-snapshot-1721388565180",
4
4
  "description": "A component for standard select element behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,23 +24,23 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.24.5",
27
- "@instructure/console": "9.3.1-pr-snapshot-1721304755254",
28
- "@instructure/shared-types": "9.3.1-pr-snapshot-1721304755254",
29
- "@instructure/ui-form-field": "9.3.1-pr-snapshot-1721304755254",
30
- "@instructure/ui-position": "9.3.1-pr-snapshot-1721304755254",
31
- "@instructure/ui-prop-types": "9.3.1-pr-snapshot-1721304755254",
32
- "@instructure/ui-react-utils": "9.3.1-pr-snapshot-1721304755254",
33
- "@instructure/ui-select": "9.3.1-pr-snapshot-1721304755254",
34
- "@instructure/ui-testable": "9.3.1-pr-snapshot-1721304755254",
27
+ "@instructure/console": "9.3.1-pr-snapshot-1721388565180",
28
+ "@instructure/shared-types": "9.3.1-pr-snapshot-1721388565180",
29
+ "@instructure/ui-form-field": "9.3.1-pr-snapshot-1721388565180",
30
+ "@instructure/ui-position": "9.3.1-pr-snapshot-1721388565180",
31
+ "@instructure/ui-prop-types": "9.3.1-pr-snapshot-1721388565180",
32
+ "@instructure/ui-react-utils": "9.3.1-pr-snapshot-1721388565180",
33
+ "@instructure/ui-select": "9.3.1-pr-snapshot-1721388565180",
34
+ "@instructure/ui-testable": "9.3.1-pr-snapshot-1721388565180",
35
35
  "prop-types": "^15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "9.3.1-pr-snapshot-1721304755254",
39
- "@instructure/ui-color-utils": "9.3.1-pr-snapshot-1721304755254",
40
- "@instructure/ui-icons": "9.3.1-pr-snapshot-1721304755254",
41
- "@instructure/ui-test-locator": "9.3.1-pr-snapshot-1721304755254",
42
- "@instructure/ui-test-utils": "9.3.1-pr-snapshot-1721304755254",
43
- "@instructure/ui-utils": "9.3.1-pr-snapshot-1721304755254",
38
+ "@instructure/ui-babel-preset": "9.3.1-pr-snapshot-1721388565180",
39
+ "@instructure/ui-color-utils": "9.3.1-pr-snapshot-1721388565180",
40
+ "@instructure/ui-icons": "9.3.1-pr-snapshot-1721388565180",
41
+ "@instructure/ui-test-locator": "9.3.1-pr-snapshot-1721388565180",
42
+ "@instructure/ui-test-utils": "9.3.1-pr-snapshot-1721388565180",
43
+ "@instructure/ui-utils": "9.3.1-pr-snapshot-1721388565180",
44
44
  "@testing-library/jest-dom": "^6.4.6",
45
45
  "@testing-library/react": "^15.0.7",
46
46
  "vitest": "^2.0.2"