@fluentui-react-native/apple-theme 0.12.3 → 0.13.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.json CHANGED
@@ -2,7 +2,46 @@
2
2
  "name": "@fluentui-react-native/apple-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 25 May 2022 18:41:22 GMT",
5
+ "date": "Thu, 14 Jul 2022 18:07:21 GMT",
6
+ "tag": "@fluentui-react-native/apple-theme_v0.13.0",
7
+ "version": "0.13.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/apple-theme",
13
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
14
+ "comment": "Update to React Native 0.66"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/apple-theme",
19
+ "comment": "Bump @fluentui-react-native/default-theme to v0.14.0",
20
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/apple-theme",
25
+ "comment": "Bump @fluentui-react-native/theme to v0.7.0",
26
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/apple-theme",
31
+ "comment": "Bump @fluentui-react-native/theme-types to v0.18.0",
32
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/apple-theme",
37
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.14.0",
38
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Wed, 25 May 2022 18:43:07 GMT",
6
45
  "tag": "@fluentui-react-native/apple-theme_v0.12.3",
7
46
  "version": "0.12.3",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui-react-native/apple-theme
2
2
 
3
- This log was last generated on Wed, 25 May 2022 18:41:22 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 18:07:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.13.0
8
+
9
+ Thu, 14 Jul 2022 18:07:21 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Update to React Native 0.66 (sanajmi@microsoft.com)
14
+ - Bump @fluentui-react-native/default-theme to v0.14.0
15
+ - Bump @fluentui-react-native/theme to v0.7.0
16
+ - Bump @fluentui-react-native/theme-types to v0.18.0
17
+ - Bump @fluentui-react-native/theming-utils to v0.14.0
18
+
7
19
  ## 0.12.3
8
20
 
9
- Wed, 25 May 2022 18:41:22 GMT
21
+ Wed, 25 May 2022 18:43:07 GMT
10
22
 
11
23
  ### Patches
12
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/apple-theme",
3
- "version": "0.12.3",
3
+ "version": "0.13.0",
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,24 +27,24 @@
27
27
  "directory": "packages/theming/apple-theme"
28
28
  },
29
29
  "dependencies": {
30
- "@fluentui-react-native/default-theme": ">=0.13.0 <1.0.0",
30
+ "@fluentui-react-native/default-theme": ">=0.14.0 <1.0.0",
31
31
  "@fluentui-react-native/design-tokens-macos": "^0.13.0",
32
32
  "@fluentui-react-native/memo-cache": "^1.1.7",
33
- "@fluentui-react-native/theme": ">=0.6.11 <1.0.0",
34
- "@fluentui-react-native/theme-types": ">=0.17.0 <1.0.0",
35
- "@fluentui-react-native/theming-utils": "^0.13.0",
33
+ "@fluentui-react-native/theme": ">=0.7.0 <1.0.0",
34
+ "@fluentui-react-native/theme-types": ">=0.18.0 <1.0.0",
35
+ "@fluentui-react-native/theming-utils": "^0.14.0",
36
36
  "assert-never": "^1.2.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
40
40
  "@types/react": "^17.0.2",
41
- "@types/react-native": "^0.64.0",
41
+ "@types/react-native": "^0.66.0",
42
42
  "@fluentui-react-native/scripts": "^0.1.1",
43
- "react-native": "^0.64.3"
43
+ "react-native": "^0.66.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "react": ">=17.0.1",
47
- "react-native": ">=0.64.3",
48
- "react-native-macos": ">=0.64.6"
46
+ "react": ">=17.0.2",
47
+ "react-native": ">=0.66.0",
48
+ "react-native-macos": ">=0.66.0"
49
49
  }
50
50
  }