@fluentui-react-native/use-tokens 0.6.4 → 0.6.5
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 +9 -3
- package/CHANGELOG.md +3 -3
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/use-tokens",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"version": "0.6.
|
|
7
|
-
"tag": "@fluentui-react-native/use-tokens_v0.6.
|
|
5
|
+
"date": "Fri, 11 Jul 2025 19:50:40 GMT",
|
|
6
|
+
"version": "0.6.5",
|
|
7
|
+
"tag": "@fluentui-react-native/use-tokens_v0.6.5",
|
|
8
8
|
"comments": {
|
|
9
9
|
"patch": [
|
|
10
10
|
{
|
|
@@ -32,6 +32,12 @@
|
|
|
32
32
|
"package": "@fluentui-react-native/use-tokens",
|
|
33
33
|
"commit": "54087dca787180bbf34630470cd0d06e88366b30",
|
|
34
34
|
"comment": "update eslint to 9.x and use new flat config format with security rules"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"author": "sanajmi@microsoft.com",
|
|
38
|
+
"package": "@fluentui-react-native/use-tokens",
|
|
39
|
+
"commit": "405ca368dc3f2963bfc252a1952b1e14ff503499",
|
|
40
|
+
"comment": "fix: run `beachball sync` to sync package versions with NPM"
|
|
35
41
|
}
|
|
36
42
|
]
|
|
37
43
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/use-tokens
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Fri, 11 Jul 2025 19:50:40 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.6.
|
|
7
|
+
## 0.6.5
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Fri, 11 Jul 2025 19:50:40 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/use-tokens",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"description": "Utilities and hook function for getting themed tokens for a component",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"author": "",
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@fluentui-react-native/immutable-merge": "1.2.
|
|
38
|
-
"@fluentui-react-native/memo-cache": "1.3.
|
|
37
|
+
"@fluentui-react-native/immutable-merge": "1.2.4",
|
|
38
|
+
"@fluentui-react-native/memo-cache": "1.3.5",
|
|
39
39
|
"tslib": "^2.3.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@babel/core": "^7.20.0",
|
|
43
|
-
"@fluentui-react-native/merge-props": "0.9.
|
|
43
|
+
"@fluentui-react-native/merge-props": "0.9.4",
|
|
44
44
|
"@fluentui-react-native/scripts": "0.1.1",
|
|
45
45
|
"@react-native/babel-preset": "^0.74.0",
|
|
46
46
|
"@react-native/metro-config": "^0.74.0",
|