@fluentui/react-textarea 9.1.11 → 9.1.13

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.json CHANGED
@@ -2,7 +2,45 @@
2
2
  "name": "@fluentui/react-textarea",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 Jan 2023 14:31:49 GMT",
5
+ "date": "Mon, 23 Jan 2023 16:41:44 GMT",
6
+ "tag": "@fluentui/react-textarea_v9.1.13",
7
+ "version": "9.1.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-textarea",
13
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.16",
14
+ "commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 16 Jan 2023 08:38:50 GMT",
21
+ "tag": "@fluentui/react-textarea_v9.1.12",
22
+ "version": "9.1.12",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/react-textarea",
28
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
29
+ "comment": "chore: migrate to packaged scripts"
30
+ }
31
+ ],
32
+ "patch": [
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui/react-textarea",
36
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.15",
37
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
38
+ }
39
+ ]
40
+ }
41
+ },
42
+ {
43
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
6
44
  "tag": "@fluentui/react-textarea_v9.1.11",
7
45
  "version": "9.1.11",
8
46
  "comments": {
@@ -11,13 +49,13 @@
11
49
  "author": "beachball",
12
50
  "package": "@fluentui/react-textarea",
13
51
  "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
14
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
52
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
15
53
  },
16
54
  {
17
55
  "author": "beachball",
18
56
  "package": "@fluentui/react-textarea",
19
57
  "comment": "Bump @fluentui/react-utilities to v9.4.0",
20
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
58
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
21
59
  }
22
60
  ]
23
61
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,36 @@
1
1
  # Change Log - @fluentui/react-textarea
2
2
 
3
- This log was last generated on Mon, 09 Jan 2023 14:31:49 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Jan 2023 16:41:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.13)
8
+
9
+ Mon, 23 Jan 2023 16:41:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.1.12..@fluentui/react-textarea_v9.1.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.0.0-alpha.16 ([PR #26454](https://github.com/microsoft/fluentui/pull/26454) by beachball)
15
+
16
+ ## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.12)
17
+
18
+ Mon, 16 Jan 2023 08:38:50 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.1.11..@fluentui/react-textarea_v9.1.12)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-field to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
24
+
7
25
  ## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.11)
8
26
 
9
- Mon, 09 Jan 2023 14:31:49 GMT
27
+ Mon, 09 Jan 2023 14:35:02 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.1.10..@fluentui/react-textarea_v9.1.11)
11
29
 
12
30
  ### Patches
13
31
 
14
- - Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
15
- - Bump @fluentui/react-utilities to v9.4.0 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
32
+ - Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
33
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
16
34
 
17
35
  ## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.10)
18
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-textarea",
3
- "version": "9.1.11",
3
+ "version": "9.1.13",
4
4
  "description": "Fluent UI TextArea component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,10 +28,11 @@
28
28
  "@fluentui/eslint-plugin": "*",
29
29
  "@fluentui/react-conformance": "*",
30
30
  "@fluentui/react-conformance-griffel": "9.0.0-beta.19",
31
- "@fluentui/scripts": "*"
31
+ "@fluentui/scripts-api-extractor": "*",
32
+ "@fluentui/scripts-tasks": "*"
32
33
  },
33
34
  "dependencies": {
34
- "@fluentui/react-field": "9.0.0-alpha.14",
35
+ "@fluentui/react-field": "9.0.0-alpha.16",
35
36
  "@fluentui/react-theme": "^9.1.5",
36
37
  "@fluentui/react-utilities": "^9.4.0",
37
38
  "@griffel/react": "^1.5.2",