-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update version for release (pre)
- Loading branch information
1 parent
b1dcc25
commit a4c4d54
Showing
32 changed files
with
194 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# `create-remix` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
## 2.0.0-pre.7 | ||
|
||
## 2.0.0-pre.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `@remix-run/architect` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 2.0.0-pre.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `@remix-run/cloudflare-pages` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 2.0.0-pre.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `@remix-run/cloudflare-workers` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 2.0.0-pre.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,27 @@ | ||
# `@remix-run/cloudflare` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
### Major Changes | ||
|
||
- Remove/align Remix types with those used in React Router ([#7319](https://github.com/remix-run/remix/pull/7319)) | ||
|
||
- Change exposed `any` types to `unknown` | ||
- `AppData` | ||
- `useLocation.state` | ||
- `useMatches()[i].data` | ||
- `useFetcher().data` | ||
- `MetaMatch.handle` | ||
- `useMatches()[i].handle` type changed from `{ [k: string]: any }` to `unknown` | ||
- `AppLoadContext` type changed from `{ [k: string]: unknown }` to `unknown` | ||
- Rename the `useMatches()` return type from `RouteMatch` to `UIMatch` | ||
- Rename `LoaderArgs`/`ActionArgs` to `LoaderFunctionArgs`/`ActionFunctionArgs` and add a generic to accept a `context` type | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 2.0.0-pre.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @remix-run/css-bundle | ||
|
||
## 2.0.0-pre.8 | ||
|
||
## 2.0.0-pre.7 | ||
|
||
## 2.0.0-pre.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,27 @@ | ||
# `@remix-run/deno` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
### Major Changes | ||
|
||
- Remove/align Remix types with those used in React Router ([#7319](https://github.com/remix-run/remix/pull/7319)) | ||
|
||
- Change exposed `any` types to `unknown` | ||
- `AppData` | ||
- `useLocation.state` | ||
- `useMatches()[i].data` | ||
- `useFetcher().data` | ||
- `MetaMatch.handle` | ||
- `useMatches()[i].handle` type changed from `{ [k: string]: any }` to `unknown` | ||
- `AppLoadContext` type changed from `{ [k: string]: unknown }` to `unknown` | ||
- Rename the `useMatches()` return type from `RouteMatch` to `UIMatch` | ||
- Rename `LoaderArgs`/`ActionArgs` to `LoaderFunctionArgs`/`ActionFunctionArgs` and add a generic to accept a `context` type | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 2.0.0-pre.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `@remix-run/dev` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 2.0.0-pre.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# `@remix-run/eslint-config` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
## 2.0.0-pre.7 | ||
|
||
## 2.0.0-pre.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `@remix-run/express` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 2.0.0-pre.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,27 @@ | ||
# `@remix-run/node` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
### Major Changes | ||
|
||
- Remove/align Remix types with those used in React Router ([#7319](https://github.com/remix-run/remix/pull/7319)) | ||
|
||
- Change exposed `any` types to `unknown` | ||
- `AppData` | ||
- `useLocation.state` | ||
- `useMatches()[i].data` | ||
- `useFetcher().data` | ||
- `MetaMatch.handle` | ||
- `useMatches()[i].handle` type changed from `{ [k: string]: any }` to `unknown` | ||
- `AppLoadContext` type changed from `{ [k: string]: unknown }` to `unknown` | ||
- Rename the `useMatches()` return type from `RouteMatch` to `UIMatch` | ||
- Rename `LoaderArgs`/`ActionArgs` to `LoaderFunctionArgs`/`ActionFunctionArgs` and add a generic to accept a `context` type | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 2.0.0-pre.7 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,27 @@ | ||
# `@remix-run/react` | ||
|
||
## 2.0.0-pre.8 | ||
|
||
### Major Changes | ||
|
||
- Remove/align Remix types with those used in React Router ([#7319](https://github.com/remix-run/remix/pull/7319)) | ||
|
||
- Change exposed `any` types to `unknown` | ||
- `AppData` | ||
- `useLocation.state` | ||
- `useMatches()[i].data` | ||
- `useFetcher().data` | ||
- `MetaMatch.handle` | ||
- `useMatches()[i].handle` type changed from `{ [k: string]: any }` to `unknown` | ||
- `AppLoadContext` type changed from `{ [k: string]: unknown }` to `unknown` | ||
- Rename the `useMatches()` return type from `RouteMatch` to `UIMatch` | ||
- Rename `LoaderArgs`/`ActionArgs` to `LoaderFunctionArgs`/`ActionFunctionArgs` and add a generic to accept a `context` type | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 2.0.0-pre.7 | ||
|
||
### Patch Changes | ||
|
Oops, something went wrong.