Skip to content

Commit

Permalink
changelog and build files
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor committed Mar 4, 2024
1 parent f3146ae commit f3f7322
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 15 deletions.
3 changes: 2 additions & 1 deletion packages/expo-router/CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@
### 🎉 New features

- Mark React client components with "use client" directives. ([#27300](https://github.com/expo/expo/pull/27300) by [@EvanBacon](https://github.com/EvanBacon))
- Allow platform extensions for layout and route files

### 🐛 Bug fixes

Expand Down Expand Up @@ -63,7 +64,7 @@ _This version does not introduce any user-facing changes._

- Deprecate `useRootNavigation` in favor of `useNavigationContainerRef`. ([#26529](https://github.com/expo/expo/pull/26529) by [@EvanBacon](https://github.com/EvanBacon))
- Remove duplicate context mocking functions ([#26651](https://github.com/expo/expo/pull/26651) by [@marklawlor](https://github.com/marklawlor))
- Update to remove `ExpoRequest/`ExpoResponse` imports from `@expo/server`. ([#27261](https://github.com/expo/expo/pull/27261) by [@kitten](https://github.com/kitten))
- Update to remove `ExpoRequest/`ExpoResponse`imports from`@expo/server`. ([#27261](https://github.com/expo/expo/pull/27261) by [@kitten](https://github.com/kitten))

## 3.4.3 - 2024-01-18

Expand Down
1 change: 1 addition & 0 deletions packages/expo-router/build/getRoutes.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expo-router/build/getRoutes.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 46 additions & 9 deletions packages/expo-router/build/getRoutes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expo-router/build/getRoutes.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/expo-router/build/global-state/router-store.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3f7322

Please sign in to comment.