Skip to content

Commit

Permalink
remove bullets from changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Nov 30, 2022
1 parent 8567195 commit ddc05c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/remix-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

### Patch Changes

- Fix missing async return in `remix dev` command ([#4660](https://github.com/remix-run/remix/pull/4660))
- Importing functions and types from the `remix` package is deprecated, and all exported modules will be removed in the next major release. For more details,[see the release notes for 1.4.0](https://github.com/remix-run/remix/releases/tag/v1.4.0) where these changes were first announced. ([#4661](https://github.com/remix-run/remix/pull/4661))
- Updated dependencies:
- `@remix-run/server-runtime@1.8.0`
Expand Down
2 changes: 0 additions & 2 deletions packages/remix-server-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

### Patch Changes

- Update to use stable `@remix-run/router@1.0.4` release ([#4720](https://github.com/remix-run/remix/pull/4720))
- Remove duplicated router code in favor of `@remix-run/router` dependency ([#4699](https://github.com/remix-run/remix/pull/4699))
- Properly categorize internal framework-thrown error Responses as error boundary errors ([#4385](https://github.com/remix-run/remix/pull/4385))

Previously there was some ambiguity around _"thrown Responses go to the `CatchBoundary`"_.
Expand Down

0 comments on commit ddc05c5

Please sign in to comment.