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

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