Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update version for release #10711

Merged
merged 2 commits into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/decode-hash-scroll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/defer-resolve-undefined.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fetcher-redirect-interrupt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/form-state-prop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hydrate-error-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/initial-load-fetcher.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-planets-fly.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/route-lazy-type.md

This file was deleted.

14 changes: 3 additions & 11 deletions packages/react-router-dom-v5-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# `react-router-dom-v5-compat`

## 6.14.2-pre.1
## 6.14.2

### Patch Changes

- Updated dependencies:
- `react-router@6.14.2-pre.1`
- `react-router-dom@6.14.2-pre.1`

## 6.14.2-pre.0

### Patch Changes

- Updated dependencies:
- `react-router-dom@6.14.2-pre.0`
- `react-router@6.14.2-pre.0`
- `react-router-dom@6.14.2`
- `react-router@6.14.2`

## 6.14.1

Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-dom-v5-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-dom-v5-compat",
"version": "6.14.2-pre.1",
"version": "6.14.2",
"description": "Migration path to React Router v6 from v4/5",
"keywords": [
"react",
Expand All @@ -24,7 +24,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"history": "^5.3.0",
"react-router": "6.14.2-pre.1"
"react-router": "6.14.2"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
16 changes: 4 additions & 12 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# `react-router-dom`

## 6.14.2-pre.1
## 6.14.2

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.7.2-pre.1`
- `react-router@6.14.2-pre.1`

## 6.14.2-pre.0

### Patch Changes

- Add missing `<Form state>` prop to populate `history.state` on submission navigations ([#10630](https://github.com/remix-run/react-router/pull/10630))
- Properly decode element id when emulating hash scrolling via `<ScrollRestoration>` ([#10682](https://github.com/remix-run/react-router/pull/10682))
- Add missing `<Form state>` prop to populate `history.state` on submission navigations ([#10630](https://github.com/remix-run/react-router/pull/10630))
- Support proper hydration of `Error` subclasses such as `ReferenceError`/`TypeError` ([#10633](https://github.com/remix-run/react-router/pull/10633))
- Updated dependencies:
- `@remix-run/router@1.7.2-pre.0`
- `react-router@6.14.2-pre.0`
- `@remix-run/router@1.7.2`
- `react-router@6.14.2`

## 6.14.1

Expand Down
6 changes: 3 additions & 3 deletions packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "6.14.2-pre.1",
"version": "6.14.2",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
Expand All @@ -23,8 +23,8 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@remix-run/router": "1.7.2-pre.1",
"react-router": "6.14.2-pre.1"
"@remix-run/router": "1.7.2",
"react-router": "6.14.2"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
11 changes: 2 additions & 9 deletions packages/react-router-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# `react-router-native`

## 6.14.2-pre.1
## 6.14.2

### Patch Changes

- Updated dependencies:
- `react-router@6.14.2-pre.1`

## 6.14.2-pre.0

### Patch Changes

- Updated dependencies:
- `react-router@6.14.2-pre.0`
- `react-router@6.14.2`

## 6.14.1

Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "6.14.2-pre.1",
"version": "6.14.2",
"description": "Declarative routing for React Native applications",
"keywords": [
"react",
Expand All @@ -22,7 +22,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@ungap/url-search-params": "^0.1.4",
"react-router": "6.14.2-pre.1"
"react-router": "6.14.2"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
11 changes: 2 additions & 9 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# `react-router`

## 6.14.2-pre.1
## 6.14.2

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.7.2-pre.1`

## 6.14.2-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.7.2-pre.0`
- `@remix-run/router@1.7.2`

## 6.14.1

Expand Down
4 changes: 2 additions & 2 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "6.14.2-pre.1",
"version": "6.14.2",
"description": "Declarative routing for React",
"keywords": [
"react",
Expand All @@ -23,7 +23,7 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@remix-run/router": "1.7.2-pre.1"
"@remix-run/router": "1.7.2"
},
"devDependencies": {
"react": "^18.2.0"
Expand Down
10 changes: 2 additions & 8 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# `@remix-run/router`

## 1.7.2-pre.1

### Patch Changes

- [REMOVE] Fix additional edge case for #10674 ([#10709](https://github.com/remix-run/react-router/pull/10709))

## 1.7.2-pre.0
## 1.7.2

### Patch Changes

- Trigger an error if a `defer` promise resolves/rejects with `undefined` in order to match the behavior of loaders and actions which must return a value or `null` ([#10690](https://github.com/remix-run/react-router/pull/10690))
- Properly handle fetcher redirects interrupted by normal navigations ([#10674](https://github.com/remix-run/react-router/pull/10674))
- Properly handle fetcher redirects interrupted by normal navigations ([#10674](https://github.com/remix-run/react-router/pull/10674), [#10709](https://github.com/remix-run/react-router/pull/10709))
- Initial-load fetchers should not automatically revalidate on GET navigations ([#10688](https://github.com/remix-run/react-router/pull/10688))
- Enhance the return type of `Route.lazy` to prohibit returning an empty object ([#10634](https://github.com/remix-run/react-router/pull/10634))

Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/router",
"version": "1.7.2-pre.1",
"version": "1.7.2",
"description": "Nested/Data-driven/Framework-agnostic Routing",
"keywords": [
"remix",
Expand Down