@fluentui/react-textarea 9.0.0-alpha.2 → 9.0.0-alpha.3

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,42 @@
2
2
  "name": "@fluentui/react-textarea",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 May 2022 13:24:22 GMT",
5
+ "date": "Thu, 05 May 2022 18:24:33 GMT",
6
+ "tag": "@fluentui/react-textarea_v9.0.0-alpha.3",
7
+ "version": "9.0.0-alpha.3",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "tristan.watanabe@gmail.com",
12
+ "package": "@fluentui/react-textarea",
13
+ "commit": "ad3dfcc6d85a8dba3c183612fe552280cd33c20e",
14
+ "comment": "react-textarea: Move to new common folder."
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-textarea",
21
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
22
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-textarea",
27
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
28
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-textarea",
33
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
34
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Wed, 04 May 2022 13:26:54 GMT",
6
41
  "tag": "@fluentui/react-textarea_v9.0.0-alpha.2",
7
42
  "version": "9.0.0-alpha.2",
8
43
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-textarea
2
2
 
3
- This log was last generated on Wed, 04 May 2022 13:24:22 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 05 May 2022 18:24:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.0.0-alpha.3)
8
+
9
+ Thu, 05 May 2022 18:24:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.0.0-alpha.2..@fluentui/react-textarea_v9.0.0-alpha.3)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
17
+
7
18
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.0.0-alpha.2)
8
19
 
9
- Wed, 04 May 2022 13:24:22 GMT
20
+ Wed, 04 May 2022 13:26:54 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.0.0-alpha.1..@fluentui/react-textarea_v9.0.0-alpha.2)
11
22
 
12
23
  ### Changes
@@ -16,7 +27,7 @@ Wed, 04 May 2022 13:24:22 GMT
16
27
 
17
28
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.0.0-alpha.1)
18
29
 
19
- Tue, 19 Apr 2022 19:17:02 GMT
30
+ Tue, 19 Apr 2022 19:17:02 GMT
20
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.0.0-alpha.0..@fluentui/react-textarea_v9.0.0-alpha.1)
21
32
 
22
33
  ### Changes
@@ -28,7 +39,7 @@ Tue, 19 Apr 2022 19:17:02 GMT
28
39
 
29
40
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.0.0-alpha.0)
30
41
 
31
- Fri, 04 Mar 2022 05:17:40 GMT
42
+ Fri, 04 Mar 2022 05:17:40 GMT
32
43
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.0.0-alpha.0..@fluentui/react-textarea_v9.0.0-alpha.0)
33
44
 
34
45
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-textarea",
3
- "version": "9.0.0-alpha.2",
3
+ "version": "9.0.0-alpha.3",
4
4
  "description": "Fluent UI TextArea component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,19 +21,19 @@
21
21
  "start": "yarn storybook",
22
22
  "test": "jest --passWithNoTests",
23
23
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
24
- "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-textarea/src && yarn docs",
25
- "storybook": "node ../../scripts/storybook/runner",
24
+ "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-textarea/src && yarn docs",
25
+ "storybook": "node ../../../scripts/storybook/runner",
26
26
  "type-check": "tsc -b tsconfig.json"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.4",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.5",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-theme": "9.0.0-rc.6",
36
- "@fluentui/react-utilities": "9.0.0-rc.7",
35
+ "@fluentui/react-theme": "9.0.0-rc.7",
36
+ "@fluentui/react-utilities": "9.0.0-rc.8",
37
37
  "@griffel/react": "1.0.3",
38
38
  "tslib": "^2.1.0"
39
39
  },