@instructure/ui-text-input 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 +13 -13
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-text-input
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
@@ -14,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
22
 
15
23
  ### BREAKING CHANGES
16
24
 
17
- * **many:** contains breaking changes due to component using the new theming system
25
+ * **many:** the component got a new version in this release
18
26
 
19
27
  INSTUI-4807
20
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-text-input",
3
- "version": "11.7.2-snapshot-62",
3
+ "version": "11.7.3-snapshot-0",
4
4
  "description": "A styled HTML text input component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -18,21 +18,21 @@
18
18
  "@testing-library/react": "15.0.7",
19
19
  "@testing-library/user-event": "^14.6.1",
20
20
  "vitest": "^3.2.2",
21
- "@instructure/ui-axe-check": "11.7.2-snapshot-62",
22
- "@instructure/ui-babel-preset": "11.7.2-snapshot-62",
23
- "@instructure/ui-badge": "11.7.2-snapshot-62",
24
- "@instructure/ui-color-utils": "11.7.2-snapshot-62"
21
+ "@instructure/ui-axe-check": "11.7.3-snapshot-0",
22
+ "@instructure/ui-babel-preset": "11.7.3-snapshot-0",
23
+ "@instructure/ui-badge": "11.7.3-snapshot-0",
24
+ "@instructure/ui-color-utils": "11.7.3-snapshot-0"
25
25
  },
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.27.6",
28
- "@instructure/emotion": "11.7.2-snapshot-62",
29
- "@instructure/shared-types": "11.7.2-snapshot-62",
30
- "@instructure/ui-a11y-utils": "11.7.2-snapshot-62",
31
- "@instructure/ui-dom-utils": "11.7.2-snapshot-62",
32
- "@instructure/ui-form-field": "11.7.2-snapshot-62",
33
- "@instructure/ui-tag": "11.7.2-snapshot-62",
34
- "@instructure/ui-themes": "11.7.2-snapshot-62",
35
- "@instructure/ui-react-utils": "11.7.2-snapshot-62"
28
+ "@instructure/emotion": "11.7.3-snapshot-0",
29
+ "@instructure/shared-types": "11.7.3-snapshot-0",
30
+ "@instructure/ui-a11y-utils": "11.7.3-snapshot-0",
31
+ "@instructure/ui-dom-utils": "11.7.3-snapshot-0",
32
+ "@instructure/ui-form-field": "11.7.3-snapshot-0",
33
+ "@instructure/ui-react-utils": "11.7.3-snapshot-0",
34
+ "@instructure/ui-tag": "11.7.3-snapshot-0",
35
+ "@instructure/ui-themes": "11.7.3-snapshot-0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=18 <=19"