@instructure/ui-simple-select 9.6.0 → 10.0.1-pr-snapshot-1723800180253
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -3
- package/package.json +15 -15
- package/tsconfig.build.tsbuildinfo +1 -1
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
|
-
|
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
|
-
|
14
|
+
# [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
|
15
15
|
|
16
|
-
|
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": "
|
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": "
|
28
|
-
"@instructure/shared-types": "
|
29
|
-
"@instructure/ui-form-field": "
|
30
|
-
"@instructure/ui-position": "
|
31
|
-
"@instructure/ui-prop-types": "
|
32
|
-
"@instructure/ui-react-utils": "
|
33
|
-
"@instructure/ui-select": "
|
34
|
-
"@instructure/ui-testable": "
|
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": "
|
39
|
-
"@instructure/ui-color-utils": "
|
40
|
-
"@instructure/ui-icons": "
|
41
|
-
"@instructure/ui-test-locator": "
|
42
|
-
"@instructure/ui-test-utils": "
|
43
|
-
"@instructure/ui-utils": "
|
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"
|