@instructure/ui-simple-select 9.5.2-snapshot-1 → 9.5.2-snapshot-7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,9 +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
- ## [9.5.2-snapshot-1](https://github.com/instructure/instructure-ui/compare/v9.5.1...v9.5.2-snapshot-1) (2024-07-31)
6
+ ## [9.5.2-snapshot-7](https://github.com/instructure/instructure-ui/compare/v9.5.1...v9.5.2-snapshot-7) (2024-07-31)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-simple-select
8
+
9
+ ### Features
10
+
11
+ * **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * **many:** Breaks color overrides in certain cases
9
17
 
10
18
 
11
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-simple-select",
3
- "version": "9.5.2-snapshot-1",
3
+ "version": "9.5.2-snapshot-7",
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.5.2-snapshot-1",
28
- "@instructure/shared-types": "9.5.2-snapshot-1",
29
- "@instructure/ui-form-field": "9.5.2-snapshot-1",
30
- "@instructure/ui-position": "9.5.2-snapshot-1",
31
- "@instructure/ui-prop-types": "9.5.2-snapshot-1",
32
- "@instructure/ui-react-utils": "9.5.2-snapshot-1",
33
- "@instructure/ui-select": "9.5.2-snapshot-1",
34
- "@instructure/ui-testable": "9.5.2-snapshot-1",
27
+ "@instructure/console": "9.5.2-snapshot-7",
28
+ "@instructure/shared-types": "9.5.2-snapshot-7",
29
+ "@instructure/ui-form-field": "9.5.2-snapshot-7",
30
+ "@instructure/ui-position": "9.5.2-snapshot-7",
31
+ "@instructure/ui-prop-types": "9.5.2-snapshot-7",
32
+ "@instructure/ui-react-utils": "9.5.2-snapshot-7",
33
+ "@instructure/ui-select": "9.5.2-snapshot-7",
34
+ "@instructure/ui-testable": "9.5.2-snapshot-7",
35
35
  "prop-types": "^15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "9.5.2-snapshot-1",
39
- "@instructure/ui-color-utils": "9.5.2-snapshot-1",
40
- "@instructure/ui-icons": "9.5.2-snapshot-1",
41
- "@instructure/ui-test-locator": "9.5.2-snapshot-1",
42
- "@instructure/ui-test-utils": "9.5.2-snapshot-1",
43
- "@instructure/ui-utils": "9.5.2-snapshot-1",
38
+ "@instructure/ui-babel-preset": "9.5.2-snapshot-7",
39
+ "@instructure/ui-color-utils": "9.5.2-snapshot-7",
40
+ "@instructure/ui-icons": "9.5.2-snapshot-7",
41
+ "@instructure/ui-test-locator": "9.5.2-snapshot-7",
42
+ "@instructure/ui-test-utils": "9.5.2-snapshot-7",
43
+ "@instructure/ui-utils": "9.5.2-snapshot-7",
44
44
  "@testing-library/jest-dom": "^6.4.6",
45
45
  "@testing-library/react": "^15.0.7",
46
46
  "vitest": "^2.0.2"