@fluentui-react-native/framework-base 0.1.3 → 0.1.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,22 @@
2
2
  "name": "@fluentui-react-native/framework-base",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 23 Jul 2025 00:18:14 GMT",
5
+ "date": "Fri, 25 Jul 2025 21:32:26 GMT",
6
+ "version": "0.1.4",
7
+ "tag": "@fluentui-react-native/framework-base_v0.1.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jasonmo@microsoft.com",
12
+ "package": "@fluentui-react-native/framework-base",
13
+ "commit": "d541dadbec1c9a1750ca45509aa41df3f8a04349",
14
+ "comment": "tune lage.config and fix @types/node version"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 23 Jul 2025 00:22:13 GMT",
6
21
  "version": "0.1.3",
7
22
  "tag": "@fluentui-react-native/framework-base_v0.1.3",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/framework-base
2
2
 
3
- <!-- This log was last generated on Wed, 23 Jul 2025 00:18:14 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Fri, 25 Jul 2025 21:32:26 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.4
8
+
9
+ Fri, 25 Jul 2025 21:32:26 GMT
10
+
11
+ ### Patches
12
+
13
+ - tune lage.config and fix @types/node version (jasonmo@microsoft.com)
14
+
7
15
  ## 0.1.3
8
16
 
9
- Wed, 23 Jul 2025 00:18:14 GMT
17
+ Wed, 23 Jul 2025 00:22:13 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/framework-base",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Base types and utilities fluentui-react-native frameworks",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,6 +38,6 @@
38
38
  "@fluentui-react-native/eslint-config-rules": "0.1.1",
39
39
  "@fluentui-react-native/scripts": "0.1.1",
40
40
  "@types/jest": "^29.0.0",
41
- "@types/node": "^10.3.5"
41
+ "@types/node": "^22.0.0"
42
42
  }
43
43
  }