@instructure/ui-text-input 8.39.1-snapshot-2 → 8.40.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.
package/CHANGELOG.md CHANGED
@@ -3,24 +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
- ## [8.39.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v8.39.0...v8.39.1-snapshot-2) (2023-08-10)
6
+ # [8.40.0](https://github.com/instructure/instructure-ui/compare/v8.39.0...v8.40.0) (2023-08-17)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-text-input
9
9
 
10
-
11
-
12
-
13
-
14
10
  # [8.39.0](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.39.0) (2023-07-21)
15
11
 
16
-
17
12
  ### Bug Fixes
18
13
 
19
- * **ui-text-input:** fix textInput, where onFocus fires twice. ([eefd8ce](https://github.com/instructure/instructure-ui/commit/eefd8cef47ec4e9a3d279cc1658636f78e709dc9))
20
-
21
-
22
-
23
-
14
+ - **ui-text-input:** fix textInput, where onFocus fires twice. ([eefd8ce](https://github.com/instructure/instructure-ui/commit/eefd8cef47ec4e9a3d279cc1658636f78e709dc9))
24
15
 
25
16
  ## [8.38.1](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1) (2023-06-13)
26
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-text-input",
3
- "version": "8.39.1-snapshot-2",
3
+ "version": "8.40.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",
@@ -23,23 +23,23 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.39.1-snapshot-2",
27
- "@instructure/ui-badge": "8.39.1-snapshot-2",
28
- "@instructure/ui-color-utils": "8.39.1-snapshot-2",
29
- "@instructure/ui-test-utils": "8.39.1-snapshot-2",
30
- "@instructure/ui-themes": "8.39.1-snapshot-2"
26
+ "@instructure/ui-babel-preset": "8.40.0",
27
+ "@instructure/ui-badge": "8.40.0",
28
+ "@instructure/ui-color-utils": "8.40.0",
29
+ "@instructure/ui-test-utils": "8.40.0",
30
+ "@instructure/ui-themes": "8.40.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.22.6",
34
- "@instructure/emotion": "8.39.1-snapshot-2",
35
- "@instructure/shared-types": "8.39.1-snapshot-2",
36
- "@instructure/ui-dom-utils": "8.39.1-snapshot-2",
37
- "@instructure/ui-form-field": "8.39.1-snapshot-2",
38
- "@instructure/ui-icons": "8.39.1-snapshot-2",
39
- "@instructure/ui-prop-types": "8.39.1-snapshot-2",
40
- "@instructure/ui-react-utils": "8.39.1-snapshot-2",
41
- "@instructure/ui-tag": "8.39.1-snapshot-2",
42
- "@instructure/ui-testable": "8.39.1-snapshot-2",
34
+ "@instructure/emotion": "8.40.0",
35
+ "@instructure/shared-types": "8.40.0",
36
+ "@instructure/ui-dom-utils": "8.40.0",
37
+ "@instructure/ui-form-field": "8.40.0",
38
+ "@instructure/ui-icons": "8.40.0",
39
+ "@instructure/ui-prop-types": "8.40.0",
40
+ "@instructure/ui-react-utils": "8.40.0",
41
+ "@instructure/ui-tag": "8.40.0",
42
+ "@instructure/ui-testable": "8.40.0",
43
43
  "prop-types": "^15.8.1"
44
44
  },
45
45
  "peerDependencies": {