Skip to content

Commit

Permalink
Fix issue with hidden files (#3975)
Browse files Browse the repository at this point in the history
Hidden files were not being transfered to new react-native projects
using the template. This fixes the issue #3971
  • Loading branch information
takameyer authored Sep 17, 2021
1 parent cf3c4ee commit 0e2446b
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ x.x.x Release notes (yyyy-MM-dd)

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* React Native templates now transfer hidden files into new projects([#3971](https://github.com/realm/realm-js/issues/3971))
* None.

### Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-template-realm-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-template-realm-js",
"version": "0.0.2",
"version": "0.0.3",
"description": "React Native Template Realm JS",
"scripts": {
"lint": "cd template && npm run lint"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-template-realm-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-template-realm-ts",
"version": "0.0.2",
"version": "0.0.3",
"description": "React Native Template Realm TS",
"scripts": {
"lint": "cd template && npm run lint"
Expand Down

0 comments on commit 0e2446b

Please sign in to comment.