@instructure/ui-time-select 11.7.2-snapshot-62 → 11.7.3-snapshot-0

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 +10 -2
  2. package/package.json +9 -9
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
- ## [11.7.2-snapshot-62](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-62) (2026-04-23)
6
+ ## [11.7.3-snapshot-0](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-0) (2026-04-24)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-time-select
9
+
10
+
11
+
12
+
13
+
14
+ ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)
7
15
 
8
16
 
9
17
  ### Features
@@ -13,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
21
 
14
22
  ### BREAKING CHANGES
15
23
 
16
- * **many:** contains breaking changes due to component using the new theming system
24
+ * **many:** the component got a new version in this release
17
25
 
18
26
  INSTUI-4807
19
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-time-select",
3
- "version": "11.7.2-snapshot-62",
3
+ "version": "11.7.3-snapshot-0",
4
4
  "description": "A component for selecting time values.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,13 +15,13 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/shared-types": "11.7.2-snapshot-62",
19
- "@instructure/ui-position": "11.7.2-snapshot-62",
20
- "@instructure/ui-form-field": "11.7.2-snapshot-62",
21
- "@instructure/ui-i18n": "11.7.2-snapshot-62",
22
- "@instructure/ui-utils": "11.7.2-snapshot-62",
23
- "@instructure/ui-select": "11.7.2-snapshot-62",
24
- "@instructure/ui-react-utils": "11.7.2-snapshot-62"
18
+ "@instructure/shared-types": "11.7.3-snapshot-0",
19
+ "@instructure/ui-i18n": "11.7.3-snapshot-0",
20
+ "@instructure/ui-position": "11.7.3-snapshot-0",
21
+ "@instructure/ui-react-utils": "11.7.3-snapshot-0",
22
+ "@instructure/ui-form-field": "11.7.3-snapshot-0",
23
+ "@instructure/ui-select": "11.7.3-snapshot-0",
24
+ "@instructure/ui-utils": "11.7.3-snapshot-0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@testing-library/jest-dom": "^6.6.3",
@@ -29,7 +29,7 @@
29
29
  "@testing-library/user-event": "^14.6.1",
30
30
  "moment-timezone": "^0.6.0",
31
31
  "vitest": "^3.2.2",
32
- "@instructure/ui-babel-preset": "11.7.2-snapshot-62"
32
+ "@instructure/ui-babel-preset": "11.7.3-snapshot-0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=18 <=19"