Skip to content

Commit

Permalink
chore: Update version for release (#11767)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 3, 2024
1 parent edd9666 commit 0a87644
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-seals-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-apples-help.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-bees-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-pianos-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-swans-fail.md

This file was deleted.

4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Date: YYYY-MM-DD

## v6.24.1

Date: 2024-07-02
Date: 2024-07-03

### Patch Changes

Expand All @@ -204,7 +204,7 @@ Date: 2024-07-02
- Export `NavLinkRenderProps` type for easier typing of custom `NavLink` callback ([#11553](https://github.com/remix-run/react-router/pull/11553))
- When using `future.v7_relativeSplatPath`, properly resolve relative paths in splat routes that are children of pathless routes ([#11633](https://github.com/remix-run/react-router/pull/11633))
- Fog of War (unstable): Trigger a new `router.routes` identity/reflow during route patching ([#11740](https://github.com/remix-run/react-router/pull/11740))
- Fog of War (unstable): Fix initial matching in when a splat route matches ([#11759](https://github.com/remix-run/react-router/pull/11759))
- Fog of War (unstable): Fix initial matching when a splat route matches ([#11759](https://github.com/remix-run/react-router/pull/11759))

**Full Changelog**: [`v6.24.0...v6.24.1`](https://github.com/remix-run/react-router/compare/react-router@6.24.0...react-router@6.24.1)

Expand Down
8 changes: 4 additions & 4 deletions packages/react-router-dom-v5-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# `react-router-dom-v5-compat`

## 6.24.1-pre.0
## 6.24.1

### Patch Changes

- Updated dependencies:
- `react-router-dom@6.24.1-pre.0`
- `@remix-run/router@1.17.1-pre.0`
- `react-router@6.24.1-pre.0`
- `react-router-dom@6.24.1`
- `@remix-run/router@1.17.1`
- `react-router@6.24.1`

## 6.24.0

Expand Down
2 changes: 1 addition & 1 deletion 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.24.1-pre.0",
"version": "6.24.1",
"description": "Migration path to React Router v6 from v4/5",
"keywords": [
"react",
Expand Down
9 changes: 5 additions & 4 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# `react-router-dom`

## 6.24.1-pre.0
## 6.24.1

### Patch Changes

- Remove `polyfill.io` reference from warning message because the domain was sold and has since been determined to serve malware. See https://sansec.io/research/polyfill-supply-chain-attack. ([#11741](https://github.com/remix-run/react-router/pull/11741))
- Remove `polyfill.io` reference from warning message because the domain was sold and has since been determined to serve malware ([#11741](https://github.com/remix-run/react-router/pull/11741))
- See <https://sansec.io/research/polyfill-supply-chain-attack>
- Export `NavLinkRenderProps` type for easier typing of custom `NavLink` callback ([#11553](https://github.com/remix-run/react-router/pull/11553))
- Updated dependencies:
- `@remix-run/router@1.17.1-pre.0`
- `react-router@6.24.1-pre.0`
- `@remix-run/router@1.17.1`
- `react-router@6.24.1`

## 6.24.0

Expand Down
2 changes: 1 addition & 1 deletion 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.24.1-pre.0",
"version": "6.24.1",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `react-router-native`

## 6.24.1-pre.0
## 6.24.1

### Patch Changes

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

## 6.24.0

Expand Down
2 changes: 1 addition & 1 deletion 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.24.1-pre.0",
"version": "6.24.1",
"description": "Declarative routing for React Native applications",
"keywords": [
"react",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# `react-router`

## 6.24.1-pre.0
## 6.24.1

### Patch Changes

- When using `v7_relativeSplatPath`, properly resolve relative paths in splat routes that are children of pathless routes ([#11633](https://github.com/remix-run/react-router/pull/11633))
- When using `future.v7_relativeSplatPath`, properly resolve relative paths in splat routes that are children of pathless routes ([#11633](https://github.com/remix-run/react-router/pull/11633))
- Updated dependencies:
- `@remix-run/router@1.17.1-pre.0`
- `@remix-run/router@1.17.1`

## 6.24.0

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "6.24.1-pre.0",
"version": "6.24.1",
"description": "Declarative routing for React",
"keywords": [
"react",
Expand Down
6 changes: 3 additions & 3 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `@remix-run/router`

## 1.17.1-pre.0
## 1.17.1

### Patch Changes

- Trigger a new `router.routes` identity/reflow during fog of war route patching ([#11740](https://github.com/remix-run/react-router/pull/11740))
- Fix initial matching in fog of war when a splat route matches ([#11759](https://github.com/remix-run/react-router/pull/11759))
- Fog of War (unstable): Trigger a new `router.routes` identity/reflow during route patching ([#11740](https://github.com/remix-run/react-router/pull/11740))
- Fog of War (unstable): Fix initial matching when a splat route matches ([#11759](https://github.com/remix-run/react-router/pull/11759))

## 1.17.0

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.17.1-pre.0",
"version": "1.17.1",
"description": "Nested/Data-driven/Framework-agnostic Routing",
"keywords": [
"remix",
Expand Down

0 comments on commit 0a87644

Please sign in to comment.