Skip to content

Commit 83b4758

Browse files
mcanshgithub-actions[bot]
andauthoredNov 28, 2022
chore: Update version for release (pre) (#9648)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9c2e5ae commit 83b4758

File tree

9 files changed

+36
-7
lines changed

9 files changed

+36
-7
lines changed
 

‎.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"blue-cycles-check",
1313
"flat-trainers-speak",
1414
"funny-oranges-arrive",
15+
"hungry-eyes-cheat",
1516
"pretty-dolls-bathe",
1617
"proud-timers-tickle",
1718
"stale-coats-smoke"

‎packages/react-router-dom-v5-compat/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `react-router-dom-v5-compat`
22

3+
## 6.4.4-pre.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@6.4.4-pre.1`
9+
- `react-router-dom@6.4.4-pre.1`
10+
311
## 6.4.4-pre.0
412

513
### Patch Changes

‎packages/react-router-dom-v5-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom-v5-compat",
3-
"version": "6.4.4-pre.0",
3+
"version": "6.4.4-pre.1",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",
@@ -24,7 +24,7 @@
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
2626
"history": "^5.3.0",
27-
"react-router": "6.4.4-pre.0"
27+
"react-router": "6.4.4-pre.1"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",

‎packages/react-router-dom/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `react-router-dom`
22

3+
## 6.4.4-pre.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@6.4.4-pre.1`
9+
310
## 6.4.4-pre.0
411

512
### Patch Changes

‎packages/react-router-dom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.4.4-pre.0",
3+
"version": "6.4.4-pre.1",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",
@@ -24,7 +24,7 @@
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
2626
"@remix-run/router": "1.0.4-pre.0",
27-
"react-router": "6.4.4-pre.0"
27+
"react-router": "6.4.4-pre.1"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

‎packages/react-router-native/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `react-router-native`
22

3+
## 6.4.4-pre.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@6.4.4-pre.1`
9+
310
## 6.4.4-pre.0
411

512
### Patch Changes

‎packages/react-router-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "6.4.4-pre.0",
3+
"version": "6.4.4-pre.1",
44
"description": "Declarative routing for React Native applications",
55
"keywords": [
66
"react",
@@ -22,7 +22,7 @@
2222
"types": "./dist/index.d.ts",
2323
"dependencies": {
2424
"@ungap/url-search-params": "^0.1.4",
25-
"react-router": "6.4.4-pre.0"
25+
"react-router": "6.4.4-pre.1"
2626
},
2727
"devDependencies": {
2828
"react": "^18.2.0",

‎packages/react-router/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `react-router`
22

3+
## 6.4.4-pre.1
4+
5+
### Patch Changes
6+
7+
- backwards compatibility for encodeLocation ([#9647](https://github.com/remix-run/react-router/pull/9647))
8+
39
## 6.4.4-pre.0
410

511
### Patch Changes

‎packages/react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "6.4.4-pre.0",
3+
"version": "6.4.4-pre.1",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)
Please sign in to comment.