@fluentui-react-native/themed-stylesheet 1.7.10 → 1.7.11
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 +15 -0
- package/CHANGELOG.md +9 -1
- package/babel.config.js +1 -1
- package/package.json +4 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/themed-stylesheet",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Tue, 05 Aug 2025 18:46:03 GMT",
|
|
6
|
+
"version": "1.7.11",
|
|
7
|
+
"tag": "@fluentui-react-native/themed-stylesheet_v1.7.11",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "jasonmo@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/themed-stylesheet",
|
|
13
|
+
"commit": "1ed213f1b48036479e39ace7f25f9a31f46042bf",
|
|
14
|
+
"comment": "move repo to pnpm, create babel and jest config packages, fix dependencies"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Wed, 16 Jul 2025 20:06:46 GMT",
|
|
6
21
|
"version": "1.7.6",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/themed-stylesheet
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Tue, 05 Aug 2025 18:46:03 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.7.11
|
|
8
|
+
|
|
9
|
+
Tue, 05 Aug 2025 18:46:03 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- move repo to pnpm, create babel and jest config packages, fix dependencies (jasonmo@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 1.7.6
|
|
8
16
|
|
|
9
17
|
Wed, 16 Jul 2025 20:06:46 GMT
|
package/babel.config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require('@fluentui-react-native/
|
|
1
|
+
module.exports = require('@fluentui-react-native/babel-config');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/themed-stylesheet",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.11",
|
|
4
4
|
"description": "Helper for using react-native StyleSheets with themes",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,11 +35,13 @@
|
|
|
35
35
|
"author": "",
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluentui-react-native/framework-base": "0.2.
|
|
38
|
+
"@fluentui-react-native/framework-base": "0.2.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@babel/core": "^7.20.0",
|
|
42
|
+
"@fluentui-react-native/babel-config": "0.1.1",
|
|
42
43
|
"@fluentui-react-native/eslint-config-rules": "0.1.1",
|
|
44
|
+
"@fluentui-react-native/jest-config": "0.1.1",
|
|
43
45
|
"@fluentui-react-native/scripts": "0.1.1",
|
|
44
46
|
"@react-native/babel-preset": "^0.74.0",
|
|
45
47
|
"@react-native/metro-config": "^0.74.0",
|