Skip to content

Commit

Permalink
chore: Update version for release (#10711)
Browse files Browse the repository at this point in the history
* chore: Update version for release

* Update changelogs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Brophy <matt@brophy.org>
  • Loading branch information
3 people committed Jul 17, 2023
1 parent 16fe30e commit 1acea8b
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 120 deletions.
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

0 comments on commit 1acea8b

Please sign in to comment.