We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6f9d35 + 0f8a97a commit 783ce13Copy full SHA for 783ce13
2 files changed
.github/workflows/ci.yml
@@ -3,8 +3,14 @@ name: CI
3
on:
4
push:
5
branches: [main]
6
+ paths-ignore:
7
+ - 'docs/**'
8
+ - '*.md'
9
pull_request:
10
11
12
13
14
15
jobs:
16
lint-and-test:
docs/api-reference.md
@@ -10,7 +10,7 @@ type DateInput = number | string | Date;
- `parse()` now uses **local time** for date-only strings (was UTC)
- Getter functions now return **local time** components (was UTC)
-See [Release Notes](/RELEASE_NOTES_v2.0.0.md) for migration guide.
+See [Release Notes](https://github.com/bbernag/react-native-date/blob/main/packages/native-date/RELEASE_NOTES_v2.0.0.md) for migration guide.
:::
## Parsing
0 commit comments