@instructure/ui-simple-select 9.3.1-pr-snapshot-1721304755254 → 9.3.1-snapshot-1

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