Skip to content

Commit 3878ea7

Browse files
authored
Merge pull request #474 from web-ridge/fix-actions
Bump version to not deploy over existing version and fix tests
2 parents 49563b5 + bf82be9 commit 3878ea7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-paper-dates",
3-
"version": "0.22.41",
3+
"version": "0.22.42",
44
"description": "Performant Date Picker for React Native Paper",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ exports[`renders CalendarEdit 1`] = `
265265
}
266266
testID="text-input-flat"
267267
underlineColorAndroid="transparent"
268-
value="05/18/2025"
268+
value="05/23/2025"
269269
withModal={false}
270270
/>
271271
</View>

src/__tests__/Date/__snapshots__/DatePickerInput.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ exports[`renders DatePickerInput 1`] = `
258258
}
259259
testID="text-input-flat"
260260
underlineColorAndroid="transparent"
261-
value="05/18/2025"
261+
value="05/23/2025"
262262
/>
263263
</View>
264264
<View

src/__tests__/Date/__snapshots__/DatePickerInputWithoutModal.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ exports[`renders DatePickerInputWithoutModal 1`] = `
256256
}
257257
testID="text-input-flat"
258258
underlineColorAndroid="transparent"
259-
value="05/18/2025"
259+
value="05/23/2025"
260260
/>
261261
</View>
262262
</View>

0 commit comments

Comments
 (0)