Skip to content

Commit d5bd19a

Browse files
authored
[MOO-1706]: Update changelog and bumb versions (#201)
2 parents 04f7c6f + 09780ee commit d5bd19a

121 files changed

Lines changed: 292 additions & 84 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

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

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.
12+
13+
### BREAKING
14+
15+
- Updated react-native from version 0.73.8 to 0.75.4.
16+
- Switched from @react-native-community/async-storage from @react-native-async-storage/async-storage.
17+
918
### Added
1019

1120
- We have upgraded React Native Permissions to 4.5.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/mendix/native-widgets.git"
1010
},
1111
"marketplace": {
12-
"minimumMXVersion": "10.13.0.41393",
12+
"minimumMXVersion": "10.17.0.52220",
1313
"marketplaceId": 109513
1414
},
1515
"testProject": {

packages/jsActions/nanoflow-actions-native/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.
12+
13+
### BREAKING
14+
15+
- Updated react-native from version 0.73.8 to 0.75.4.
16+
- Updated react-native-device-info from version v11.1.0 to v13.0.0.
17+
- Updated react-native-localize from version v1.4.2 to v3.2.1.
18+
919
## [4.0.4] Nanoflow Commons - 2024-8-8
10-
- We've added support for the token-based authentication with the SignIn action. This authentication method allows users to remain signed in until the expiration time of the token. You can read more about this behavior on this documentation page https://docs.mendix.com/refguide/session-management/#2-authentication-token
20+
21+
- We've added support for the token-based authentication with the SignIn action. This authentication method allows users to remain signed in until the expiration time of the token. You can read more about this behavior on this documentation page https://docs.mendix.com/refguide/session-management/#2-authentication-token
1122

1223
To enable it you can set the new SignIn action parameter `useAuthToken` to `true`.
1324

1425
## [4.0.3] Nanoflow Commons - 2024-3-19
26+
1527
### Fixed
1628

1729
- We have fixed an issue in base64encode action.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/mendix/native-widgets.git"
1010
},
1111
"marketplace": {
12-
"minimumMXVersion": "10.13.0.41393",
12+
"minimumMXVersion": "10.17.0.52220",
1313
"marketplaceId": 109515
1414
},
1515
"testProject": {

packages/pluggableWidgets/accordion-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.
12+
913
## [2.2.1] - 2024-8-29
1014

1115
### Fixed

packages/pluggableWidgets/accordion-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "accordion-native",
33
"widgetName": "Accordion",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/pluggableWidgets/accordion-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Accordion" version="2.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Accordion" version="2.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Accordion.xml" />
66
</widgetFiles>

packages/pluggableWidgets/activity-indicator-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.0.1.
12+
913
## [2.2.0] - 2022-04-07
1014

1115
### Added

packages/pluggableWidgets/activity-indicator-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "activity-indicator-native",
33
"widgetName": "ActivityIndicator",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/pluggableWidgets/activity-indicator-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="ActivityIndicator" version="2.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="ActivityIndicator" version="2.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="ActivityIndicator.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)