@instructure/ui-simple-select 9.8.0 → 9.8.1-pr-snapshot-1729275373690

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