Skip to content

Commit a2a2906

Browse files
Native Mobile Resources: Updating changelogs (#86)
2 parents 8eecd46 + c3a1a38 commit a2a2906

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/jsActions/mobile-resources-native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [5.1.1] Native Mobile Resources - 2023-10-24
10+
11+
12+
## [4.0.1] FloatingActionButton
13+
### Fixed
14+
15+
- We have fixed an error related to useNativeDriver.
16+
917
## [5.1.0] Native Mobile Resources - 2023-10-11
1018

1119

packages/jsActions/mobile-resources-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mobile-resources-native",
33
"moduleName": "Native Mobile Resources",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -52,4 +52,4 @@
5252
"rimraf": "^2.7.1",
5353
"rollup": "^2.68.0"
5454
}
55-
}
55+
}

packages/jsActions/nanoflow-actions-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
"eslint": "^7.20.0",
3737
"rollup": "^2.68.0"
3838
}
39-
}
39+
}

packages/pluggableWidgets/floating-action-button-native/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [4.0.1] - 2023-10-24
10+
911
### Fixed
1012

1113
- We have fixed an error related to useNativeDriver.

0 commit comments

Comments
 (0)