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 #9936

Merged
merged 2 commits into from Jan 18, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eight-tomatoes-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-kids-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-owls-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-ladybugs-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-seals-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-needles-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-pandas-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-phones-impress.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-crabs-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-dancers-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-panthers-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-trees-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-nails-compete.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-timers-type.md

This file was deleted.

46 changes: 3 additions & 43 deletions packages/react-router-dom-v5-compat/CHANGELOG.md
@@ -1,52 +1,12 @@
# `react-router-dom-v5-compat`

## 6.7.0-pre.5
## 6.7.0

### Patch Changes

- Updated dependencies:
- `react-router-dom@6.7.0-pre.5`
- `react-router@6.7.0-pre.5`

## 6.7.0-pre.4

### Patch Changes

- Updated dependencies:
- `react-router@6.7.0-pre.4`
- `react-router-dom@6.7.0-pre.4`

## 6.7.0-pre.3

### Patch Changes

- Updated dependencies:
- `react-router-dom@6.7.0-pre.3`
- `react-router@6.7.0-pre.3`

## 6.7.0-pre.2

### Patch Changes

- Updated dependencies:
- `react-router@6.7.0-pre.2`
- `react-router-dom@6.7.0-pre.2`

## 6.7.0-pre.1

### Patch Changes

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

## 6.6.3-pre.0

### Patch Changes

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

## 6.6.2

Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-dom-v5-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-dom-v5-compat",
"version": "6.7.0-pre.5",
"version": "6.7.0",
"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.7.0-pre.5"
"react-router": "6.7.0"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
51 changes: 5 additions & 46 deletions packages/react-router-dom/CHANGELOG.md
@@ -1,61 +1,20 @@
# `react-router-dom`

## 6.7.0-pre.5

### Patch Changes

- Add `unstable_usePrompt` ([#9932](https://github.com/remix-run/react-router/pull/9932))
- Updated dependencies:
- `react-router@6.7.0-pre.5`

## 6.7.0-pre.4

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.3.0-pre.3`
- `react-router@6.7.0-pre.4`

## 6.7.0-pre.3
## 6.7.0

### Minor Changes

- Add `unstable_useBlocker` hook for blocking navigations within the app's location origin ([#9709](https://github.com/remix-run/react-router/pull/9709))

### Patch Changes

- Added pass-through event listener options argument to `useBeforeUnload` ([#9709](https://github.com/remix-run/react-router/pull/9709))
- Updated dependencies:
- `@remix-run/router@1.3.0-pre.2`
- `react-router@6.7.0-pre.3`

## 6.7.0-pre.2

### Patch Changes

- Updated dependencies:
- `react-router@6.7.0-pre.2`

## 6.7.0-pre.1

### Minor Changes

- Add `unstable_usePrompt` hook for blocking navigations within the app's location origin ([#9932](https://github.com/remix-run/react-router/pull/9932))
- Add `preventScrollReset` prop to `<Form>` ([#9886](https://github.com/remix-run/react-router/pull/9886))

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.3.0-pre.1`
- `react-router@6.7.0-pre.1`

## 6.6.3-pre.0

### Patch Changes

- Added pass-through event listener options argument to `useBeforeUnload` ([#9709](https://github.com/remix-run/react-router/pull/9709))
- Streamline jsdom bug workaround in tests ([#9824](https://github.com/remix-run/react-router/pull/9824))
- Updated dependencies:
- `@remix-run/router@1.3.0-pre.0`
- `react-router@6.6.3-pre.0`
- `@remix-run/router@1.3.0`
- `react-router@6.7.0`

## 6.6.2

Expand Down
6 changes: 3 additions & 3 deletions packages/react-router-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "6.7.0-pre.5",
"version": "6.7.0",
"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.3.0-pre.3",
"react-router": "6.7.0-pre.5"
"@remix-run/router": "1.3.0",
"react-router": "6.7.0"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
39 changes: 2 additions & 37 deletions packages/react-router-native/CHANGELOG.md
@@ -1,46 +1,11 @@
# `react-router-native`

## 6.7.0-pre.5
## 6.7.0

### Patch Changes

- Updated dependencies:
- `react-router@6.7.0-pre.5`

## 6.7.0-pre.4

### Patch Changes

- Updated dependencies:
- `react-router@6.7.0-pre.4`

## 6.7.0-pre.3

### Patch Changes

- Updated dependencies:
- `react-router@6.7.0-pre.3`

## 6.7.0-pre.2

### Patch Changes

- Updated dependencies:
- `react-router@6.7.0-pre.2`

## 6.7.0-pre.1

### Patch Changes

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

## 6.6.3-pre.0

### Patch Changes

- Updated dependencies:
- `react-router@6.6.3-pre.0`
- `react-router@6.7.0`

## 6.6.2

Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "6.7.0-pre.5",
"version": "6.7.0",
"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.7.0-pre.5"
"react-router": "6.7.0"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
34 changes: 5 additions & 29 deletions packages/react-router/CHANGELOG.md
@@ -1,41 +1,17 @@
# `react-router`

## 6.7.0-pre.5
## 6.7.0

## 6.7.0-pre.4

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.3.0-pre.3`

## 6.7.0-pre.3

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.3.0-pre.2`

## 6.7.0-pre.2

### Patch Changes

- update `<Await>` to accept ReactNode as children function return result ([#9896](https://github.com/remix-run/react-router/pull/9896))

## 6.7.0-pre.1

### Patch Changes

- Updated dependencies:
- `@remix-run/router@1.3.0-pre.1`
### Minor Changes

## 6.6.3-pre.0
- Add `unstable_useBlocker` hook for blocking navigations within the app's location origin ([#9709](https://github.com/remix-run/react-router/pull/9709))

### Patch Changes

- Fix `generatePath` when optional params are present ([#9764](https://github.com/remix-run/react-router/pull/9764))
- Update `<Await>` to accept `ReactNode` as children function return result ([#9896](https://github.com/remix-run/react-router/pull/9896))
- Updated dependencies:
- `@remix-run/router@1.3.0-pre.0`
- `@remix-run/router@1.3.0`

## 6.6.2

Expand Down