@instructure/ui-simple-select 10.9.1-snapshot-5 → 10.10.1-snapshot-0

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 +9 -1
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,7 +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
- ## [10.9.1-snapshot-5](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.9.1-snapshot-5) (2024-12-18)
6
+ ## [10.10.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.10.1-snapshot-0) (2025-01-08)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-simple-select
9
+
10
+
11
+
12
+
13
+
14
+ # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
7
15
 
8
16
 
9
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-simple-select",
3
- "version": "10.9.1-snapshot-5",
3
+ "version": "10.10.1-snapshot-0",
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.26.0",
27
- "@instructure/console": "10.9.1-snapshot-5",
28
- "@instructure/shared-types": "10.9.1-snapshot-5",
29
- "@instructure/ui-form-field": "10.9.1-snapshot-5",
30
- "@instructure/ui-position": "10.9.1-snapshot-5",
31
- "@instructure/ui-prop-types": "10.9.1-snapshot-5",
32
- "@instructure/ui-react-utils": "10.9.1-snapshot-5",
33
- "@instructure/ui-select": "10.9.1-snapshot-5",
34
- "@instructure/ui-testable": "10.9.1-snapshot-5",
27
+ "@instructure/console": "10.10.1-snapshot-0",
28
+ "@instructure/shared-types": "10.10.1-snapshot-0",
29
+ "@instructure/ui-form-field": "10.10.1-snapshot-0",
30
+ "@instructure/ui-position": "10.10.1-snapshot-0",
31
+ "@instructure/ui-prop-types": "10.10.1-snapshot-0",
32
+ "@instructure/ui-react-utils": "10.10.1-snapshot-0",
33
+ "@instructure/ui-select": "10.10.1-snapshot-0",
34
+ "@instructure/ui-testable": "10.10.1-snapshot-0",
35
35
  "prop-types": "^15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-axe-check": "10.9.1-snapshot-5",
39
- "@instructure/ui-babel-preset": "10.9.1-snapshot-5",
40
- "@instructure/ui-color-utils": "10.9.1-snapshot-5",
41
- "@instructure/ui-icons": "10.9.1-snapshot-5",
42
- "@instructure/ui-test-utils": "10.9.1-snapshot-5",
43
- "@instructure/ui-utils": "10.9.1-snapshot-5",
38
+ "@instructure/ui-axe-check": "10.10.1-snapshot-0",
39
+ "@instructure/ui-babel-preset": "10.10.1-snapshot-0",
40
+ "@instructure/ui-color-utils": "10.10.1-snapshot-0",
41
+ "@instructure/ui-icons": "10.10.1-snapshot-0",
42
+ "@instructure/ui-test-utils": "10.10.1-snapshot-0",
43
+ "@instructure/ui-utils": "10.10.1-snapshot-0",
44
44
  "@testing-library/jest-dom": "^6.6.3",
45
45
  "@testing-library/react": "^16.0.1",
46
46
  "@testing-library/user-event": "^14.5.2",