Skip to content

Commit

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

* 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 Oct 28, 2022
1 parent 046239f commit f83b12d
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Expand Up @@ -21,6 +21,7 @@
"ninety-countries-cheat",
"odd-kids-buy",
"smart-ants-decide",
"unlucky-hats-play",
"weak-lizards-occur"
]
}
2 changes: 1 addition & 1 deletion .changeset/unlucky-hats-play.md
Expand Up @@ -2,4 +2,4 @@
"react-router-dom": patch
---

Fix NavLink behavior for root urls
Fix `NavLink` behavior for root urls
8 changes: 8 additions & 0 deletions packages/react-router-dom-v5-compat/CHANGELOG.md
@@ -1,5 +1,13 @@
# `react-router-dom-v5-compat`

## 6.4.3-pre.2

### Patch Changes

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

## 6.4.3-pre.1

### Patch Changes
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.4.3-pre.1",
"version": "6.4.3-pre.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.4.3-pre.1"
"react-router": "6.4.3-pre.2"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-router-dom/CHANGELOG.md
@@ -1,5 +1,13 @@
# `react-router-dom`

## 6.4.3-pre.2

### Patch Changes

- Fix `NavLink` behavior for root urls ([#9497](https://github.com/remix-run/react-router/pull/9497))
- Updated dependencies:
- `react-router@6.4.3-pre.2`

## 6.4.3-pre.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "6.4.3-pre.1",
"version": "6.4.3-pre.2",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
Expand All @@ -24,7 +24,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@remix-run/router": "1.0.3-pre.1",
"react-router": "6.4.3-pre.1"
"react-router": "6.4.3-pre.2"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router-native/CHANGELOG.md
@@ -1,5 +1,12 @@
# `react-router-native`

## 6.4.3-pre.2

### Patch Changes

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

## 6.4.3-pre.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "6.4.3-pre.1",
"version": "6.4.3-pre.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.4.3-pre.1"
"react-router": "6.4.3-pre.2"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-router/CHANGELOG.md
@@ -1,5 +1,9 @@
# `react-router`

## 6.4.3-pre.2

No Changes

## 6.4.3-pre.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "6.4.3-pre.1",
"version": "6.4.3-pre.2",
"description": "Declarative routing for React",
"keywords": [
"react",
Expand Down

0 comments on commit f83b12d

Please sign in to comment.