@instructure/ui-simple-select 9.3.0 → 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,6 +3,23 @@
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-1721388565180](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.3.1-pr-snapshot-1721388565180) (2024-07-19)
7
+
8
+
9
+ ### Features
10
+
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
+
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ * **many:** Breaks color overrides in certain cases
18
+
19
+
20
+
21
+
22
+
6
23
  # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
7
24
 
8
25
  **Note:** Version bump only for package @instructure/ui-simple-select
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-simple-select",
3
- "version": "9.3.0",
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.0",
28
- "@instructure/shared-types": "9.3.0",
29
- "@instructure/ui-form-field": "9.3.0",
30
- "@instructure/ui-position": "9.3.0",
31
- "@instructure/ui-prop-types": "9.3.0",
32
- "@instructure/ui-react-utils": "9.3.0",
33
- "@instructure/ui-select": "9.3.0",
34
- "@instructure/ui-testable": "9.3.0",
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.0",
39
- "@instructure/ui-color-utils": "9.3.0",
40
- "@instructure/ui-icons": "9.3.0",
41
- "@instructure/ui-test-locator": "9.3.0",
42
- "@instructure/ui-test-utils": "9.3.0",
43
- "@instructure/ui-utils": "9.3.0",
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"