@fluentui-react-native/apple-theme 0.19.0 → 0.19.2

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,67 @@
2
2
  "name": "@fluentui-react-native/apple-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 14 Mar 2023 20:46:38 GMT",
5
+ "date": "Tue, 21 Mar 2023 21:51:13 GMT",
6
+ "tag": "@fluentui-react-native/apple-theme_v0.19.2",
7
+ "version": "0.19.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "krsiler@microsoft.com",
12
+ "package": "@fluentui-react-native/apple-theme",
13
+ "commit": "e706a7afbd63d528878eadd179d5a91210ed62f6",
14
+ "comment": "Trigger manual bump (no changes)"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/apple-theme",
19
+ "comment": "Bump @fluentui-react-native/default-theme to v0.18.2",
20
+ "commit": "e706a7afbd63d528878eadd179d5a91210ed62f6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/apple-theme",
25
+ "comment": "Bump @fluentui-react-native/experimental-appearance-additions to v0.3.9",
26
+ "commit": "e706a7afbd63d528878eadd179d5a91210ed62f6"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/apple-theme",
31
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.23.10",
32
+ "commit": "e706a7afbd63d528878eadd179d5a91210ed62f6"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Sat, 18 Mar 2023 17:22:31 GMT",
39
+ "tag": "@fluentui-react-native/apple-theme_v0.19.1",
40
+ "version": "0.19.1",
41
+ "comments": {
42
+ "patch": [
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui-react-native/apple-theme",
46
+ "comment": "Bump @fluentui-react-native/default-theme to v0.18.1",
47
+ "commit": "601309349ca2bc18780a3fb71c59337f7c26f9bf"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui-react-native/apple-theme",
52
+ "comment": "Bump @fluentui-react-native/experimental-appearance-additions to v0.3.8",
53
+ "commit": "601309349ca2bc18780a3fb71c59337f7c26f9bf"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/apple-theme",
58
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.23.9",
59
+ "commit": "601309349ca2bc18780a3fb71c59337f7c26f9bf"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Tue, 14 Mar 2023 20:50:45 GMT",
6
66
  "tag": "@fluentui-react-native/apple-theme_v0.19.0",
7
67
  "version": "0.19.0",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui-react-native/apple-theme
2
2
 
3
- This log was last generated on Tue, 14 Mar 2023 20:46:38 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Mar 2023 21:51:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.19.2
8
+
9
+ Tue, 21 Mar 2023 21:51:13 GMT
10
+
11
+ ### Patches
12
+
13
+ - Trigger manual bump (no changes) (krsiler@microsoft.com)
14
+ - Bump @fluentui-react-native/default-theme to v0.18.2
15
+ - Bump @fluentui-react-native/experimental-appearance-additions to v0.3.9
16
+ - Bump @fluentui-react-native/theming-utils to v0.23.10
17
+
18
+ ## 0.19.1
19
+
20
+ Sat, 18 Mar 2023 17:22:31 GMT
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui-react-native/default-theme to v0.18.1
25
+ - Bump @fluentui-react-native/experimental-appearance-additions to v0.3.8
26
+ - Bump @fluentui-react-native/theming-utils to v0.23.9
27
+
7
28
  ## 0.19.0
8
29
 
9
- Tue, 14 Mar 2023 20:46:38 GMT
30
+ Tue, 14 Mar 2023 20:50:45 GMT
10
31
 
11
32
  ### Minor changes
12
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/apple-theme",
3
- "version": "0.19.0",
3
+ "version": "0.19.2",
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>",
@@ -27,15 +27,15 @@
27
27
  "directory": "packages/theming/apple-theme"
28
28
  },
29
29
  "dependencies": {
30
- "@fluentui-react-native/default-theme": ">=0.18.0 <1.0.0",
30
+ "@fluentui-react-native/default-theme": ">=0.18.2 <1.0.0",
31
31
  "@fluentui-react-native/design-tokens-ios": "^0.42.0",
32
32
  "@fluentui-react-native/design-tokens-macos": "^0.42.0",
33
- "@fluentui-react-native/experimental-appearance-additions": "^0.3.7",
33
+ "@fluentui-react-native/experimental-appearance-additions": "^0.3.9",
34
34
  "@fluentui-react-native/memo-cache": "^1.1.8",
35
35
  "@fluentui-react-native/theme": ">=0.8.3 <1.0.0",
36
36
  "@fluentui-react-native/theme-tokens": "^0.24.5",
37
37
  "@fluentui-react-native/theme-types": ">=0.31.0 <1.0.0",
38
- "@fluentui-react-native/theming-utils": "^0.23.8",
38
+ "@fluentui-react-native/theming-utils": "^0.23.10",
39
39
  "assert-never": "^1.2.1"
40
40
  },
41
41
  "devDependencies": {