@instructure/ui-simple-select 8.26.2-snapshot-3 → 8.26.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -3,13 +3,15 @@
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
- ## [8.26.2-snapshot-3](https://github.com/instructure/instructure-ui/compare/v8.26.1...v8.26.2-snapshot-3) (2022-07-11)
7
-
8
- **Note:** Version bump only for package @instructure/ui-simple-select
6
+ ## [8.26.3](https://github.com/instructure/instructure-ui/compare/v8.26.2...v8.26.3) (2022-07-14)
9
7
 
8
+ ### Bug Fixes
10
9
 
10
+ - **ui-color-picker,ui-date-input,ui-date-time-input,ui-select,ui-simple-select,ui-text-input,ui-time-select:** before/after elements should inherit input color ([7daf257](https://github.com/instructure/instructure-ui/commit/7daf257a8ee491f84de2f00a56becd22636891e3))
11
11
 
12
+ ## [8.26.2](https://github.com/instructure/instructure-ui/compare/v8.26.1...v8.26.2) (2022-07-11)
12
13
 
14
+ **Note:** Version bump only for package @instructure/ui-simple-select
13
15
 
14
16
  ## [8.26.1](https://github.com/instructure/instructure-ui/compare/v8.26.0...v8.26.1) (2022-07-06)
15
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-simple-select",
3
- "version": "8.26.2-snapshot-3",
3
+ "version": "8.26.3",
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,22 +24,22 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.13.10",
27
- "@instructure/console": "8.26.2-snapshot-3",
28
- "@instructure/shared-types": "8.26.2-snapshot-3",
29
- "@instructure/ui-form-field": "8.26.2-snapshot-3",
30
- "@instructure/ui-position": "8.26.2-snapshot-3",
31
- "@instructure/ui-prop-types": "8.26.2-snapshot-3",
32
- "@instructure/ui-react-utils": "8.26.2-snapshot-3",
33
- "@instructure/ui-select": "8.26.2-snapshot-3",
34
- "@instructure/ui-testable": "8.26.2-snapshot-3",
27
+ "@instructure/console": "8.26.3",
28
+ "@instructure/shared-types": "8.26.3",
29
+ "@instructure/ui-form-field": "8.26.3",
30
+ "@instructure/ui-position": "8.26.3",
31
+ "@instructure/ui-prop-types": "8.26.3",
32
+ "@instructure/ui-react-utils": "8.26.3",
33
+ "@instructure/ui-select": "8.26.3",
34
+ "@instructure/ui-testable": "8.26.3",
35
35
  "prop-types": "^15"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "8.26.2-snapshot-3",
39
- "@instructure/ui-color-utils": "8.26.2-snapshot-3",
40
- "@instructure/ui-icons": "8.26.2-snapshot-3",
41
- "@instructure/ui-test-locator": "8.26.2-snapshot-3",
42
- "@instructure/ui-test-utils": "8.26.2-snapshot-3"
38
+ "@instructure/ui-babel-preset": "8.26.3",
39
+ "@instructure/ui-color-utils": "8.26.3",
40
+ "@instructure/ui-icons": "8.26.3",
41
+ "@instructure/ui-test-locator": "8.26.3",
42
+ "@instructure/ui-test-utils": "8.26.3"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=16.8 <=17"