@instructure/ui-simple-select 9.6.0 → 10.0.1-pr-snapshot-1723800180253

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,7 +3,7 @@
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.6.0](https://github.com/instructure/instructure-ui/compare/v9.5.2...v9.6.0) (2024-08-14)
6
+ ## [10.0.1-pr-snapshot-1723800180253](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.0.1-pr-snapshot-1723800180253) (2024-08-16)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-simple-select
9
9
 
@@ -11,9 +11,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [9.5.2](https://github.com/instructure/instructure-ui/compare/v9.5.1...v9.5.2) (2024-08-05)
14
+ # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
15
15
 
16
- **Note:** Version bump only for package @instructure/ui-simple-select
16
+
17
+ ### Features
18
+
19
+ * **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ * **many:** Breaks color overrides in certain cases
17
25
 
18
26
 
19
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-simple-select",
3
- "version": "9.6.0",
3
+ "version": "10.0.1-pr-snapshot-1723800180253",
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.6.0",
28
- "@instructure/shared-types": "9.6.0",
29
- "@instructure/ui-form-field": "9.6.0",
30
- "@instructure/ui-position": "9.6.0",
31
- "@instructure/ui-prop-types": "9.6.0",
32
- "@instructure/ui-react-utils": "9.6.0",
33
- "@instructure/ui-select": "9.6.0",
34
- "@instructure/ui-testable": "9.6.0",
27
+ "@instructure/console": "10.0.1-pr-snapshot-1723800180253",
28
+ "@instructure/shared-types": "10.0.1-pr-snapshot-1723800180253",
29
+ "@instructure/ui-form-field": "10.0.1-pr-snapshot-1723800180253",
30
+ "@instructure/ui-position": "10.0.1-pr-snapshot-1723800180253",
31
+ "@instructure/ui-prop-types": "10.0.1-pr-snapshot-1723800180253",
32
+ "@instructure/ui-react-utils": "10.0.1-pr-snapshot-1723800180253",
33
+ "@instructure/ui-select": "10.0.1-pr-snapshot-1723800180253",
34
+ "@instructure/ui-testable": "10.0.1-pr-snapshot-1723800180253",
35
35
  "prop-types": "^15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "9.6.0",
39
- "@instructure/ui-color-utils": "9.6.0",
40
- "@instructure/ui-icons": "9.6.0",
41
- "@instructure/ui-test-locator": "9.6.0",
42
- "@instructure/ui-test-utils": "9.6.0",
43
- "@instructure/ui-utils": "9.6.0",
38
+ "@instructure/ui-babel-preset": "10.0.1-pr-snapshot-1723800180253",
39
+ "@instructure/ui-color-utils": "10.0.1-pr-snapshot-1723800180253",
40
+ "@instructure/ui-icons": "10.0.1-pr-snapshot-1723800180253",
41
+ "@instructure/ui-test-locator": "10.0.1-pr-snapshot-1723800180253",
42
+ "@instructure/ui-test-utils": "10.0.1-pr-snapshot-1723800180253",
43
+ "@instructure/ui-utils": "10.0.1-pr-snapshot-1723800180253",
44
44
  "@testing-library/jest-dom": "^6.4.6",
45
45
  "@testing-library/react": "^15.0.7",
46
46
  "vitest": "^2.0.2"