@fluentui-react-native/apple-theme 0.9.3 → 0.9.4

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,58 @@
2
2
  "name": "@fluentui-react-native/apple-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Dec 2021 04:11:32 GMT",
5
+ "date": "Mon, 20 Dec 2021 22:51:35 GMT",
6
+ "tag": "@fluentui-react-native/apple-theme_v0.9.4",
7
+ "version": "0.9.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/apple-theme",
13
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
14
+ "comment": "Add repository property to all package.json files"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/apple-theme",
19
+ "comment": "Bump @fluentui-react-native/default-theme to v0.9.4",
20
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/apple-theme",
25
+ "comment": "Bump @fluentui-react-native/memo-cache to v1.1.7",
26
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/apple-theme",
31
+ "comment": "Bump @fluentui-react-native/theme to v0.6.2",
32
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/apple-theme",
37
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.11.2",
38
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/apple-theme",
43
+ "comment": "Bump @fluentui-react-native/theme-types to v0.13.1",
44
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/apple-theme",
49
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.8.4",
50
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Sat, 18 Dec 2021 04:15:05 GMT",
6
57
  "tag": "@fluentui-react-native/apple-theme_v0.9.3",
7
58
  "version": "0.9.3",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @fluentui-react-native/apple-theme
2
2
 
3
- This log was last generated on Sat, 18 Dec 2021 04:11:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Dec 2021 22:51:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.9.4
8
+
9
+ Mon, 20 Dec 2021 22:51:35 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add repository property to all package.json files (ruaraki@microsoft.com)
14
+ - Bump @fluentui-react-native/default-theme to v0.9.4
15
+ - Bump @fluentui-react-native/memo-cache to v1.1.7
16
+ - Bump @fluentui-react-native/theme to v0.6.2
17
+ - Bump @fluentui-react-native/theme-tokens to v0.11.2
18
+ - Bump @fluentui-react-native/theme-types to v0.13.1
19
+ - Bump @fluentui-react-native/theming-utils to v0.8.4
20
+
7
21
  ## 0.9.3
8
22
 
9
- Sat, 18 Dec 2021 04:11:32 GMT
23
+ Sat, 18 Dec 2021 04:15:05 GMT
10
24
 
11
25
  ### Patches
12
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/apple-theme",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "A FluentUI React Native theme that pulls constants from FluentUI Apple",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -23,13 +23,18 @@
23
23
  "prettier": "fluentui-scripts prettier",
24
24
  "prettier-fix": "fluentui-scripts prettier --fix true"
25
25
  },
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/microsoft/fluentui-react-native.git",
29
+ "directory": "packages/theming/apple-theme"
30
+ },
26
31
  "dependencies": {
27
- "@fluentui-react-native/default-theme": ">=0.9.3 <1.0.0",
28
- "@fluentui-react-native/memo-cache": "^1.1.6",
29
- "@fluentui-react-native/theme": ">=0.6.1 <1.0.0",
30
- "@fluentui-react-native/theme-tokens": "^0.11.1",
31
- "@fluentui-react-native/theme-types": ">=0.13.0 <1.0.0",
32
- "@fluentui-react-native/theming-utils": "^0.8.3"
32
+ "@fluentui-react-native/default-theme": ">=0.9.4 <1.0.0",
33
+ "@fluentui-react-native/memo-cache": "^1.1.7",
34
+ "@fluentui-react-native/theme": ">=0.6.2 <1.0.0",
35
+ "@fluentui-react-native/theme-tokens": "^0.11.2",
36
+ "@fluentui-react-native/theme-types": ">=0.13.1 <1.0.0",
37
+ "@fluentui-react-native/theming-utils": "^0.8.4"
33
38
  },
34
39
  "devDependencies": {
35
40
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",