Skip to content

Commit 7d6e0b0

Browse files
chore: release main (#564)
* chore: release main * chore: update lockfile --------- Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
1 parent d5457bb commit 7d6e0b0

File tree

10 files changed

+45
-10
lines changed

10 files changed

+45
-10
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/remix-edge-adapter": "3.4.3",
3-
"packages/remix-runtime": "2.3.1",
4-
"packages/remix-adapter": "2.6.1",
5-
"packages/vite-plugin-react-router": "2.0.1"
2+
"packages/remix-edge-adapter": "3.5.0",
3+
"packages/remix-runtime": "2.4.0",
4+
"packages/remix-adapter": "2.7.0",
5+
"packages/vite-plugin-react-router": "2.1.0"
66
}

packages/remix-adapter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.7.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.6.1...remix-adapter-v2.7.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* **@netlify/vite-plugin-react-router:** add edge support ([#562](https://github.com/netlify/remix-compute/issues/562)) ([bbcb41e](https://github.com/netlify/remix-compute/commit/bbcb41e9d6ffdb5483759fbb94fb5258092adf87))
9+
310
## [2.6.1](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.6.0...remix-adapter-v2.6.1) (2025-04-04)
411

512

packages/remix-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/remix-adapter",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "Remix Adapter for Netlify Functions",
55
"type": "commonjs",
66
"main": "./dist/index.js",

packages/remix-edge-adapter/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v3.4.3...remix-edge-adapter-v3.5.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* **@netlify/vite-plugin-react-router:** add edge support ([#562](https://github.com/netlify/remix-compute/issues/562)) ([bbcb41e](https://github.com/netlify/remix-compute/commit/bbcb41e9d6ffdb5483759fbb94fb5258092adf87))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/remix-runtime bumped from 2.3.1 to 2.4.0
16+
317
## [3.4.3](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v3.4.2...remix-edge-adapter-v3.4.3) (2025-04-04)
418

519

packages/remix-edge-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/remix-edge-adapter",
3-
"version": "3.4.3",
3+
"version": "3.5.0",
44
"description": "Remix Adapter for Netlify Edge Functions",
55
"type": "commonjs",
66
"main": "./dist/index.js",
@@ -61,7 +61,7 @@
6161
},
6262
"homepage": "https://github.com/netlify/remix-compute#readme",
6363
"dependencies": {
64-
"@netlify/remix-runtime": "2.3.1",
64+
"@netlify/remix-runtime": "2.4.0",
6565
"@remix-run/dev": "^2.16.4",
6666
"@remix-run/node": "^2.16.4",
6767
"isbot": "^5.0.0"

packages/remix-runtime/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/netlify/remix-compute/compare/remix-runtime-v2.3.1...remix-runtime-v2.4.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* **@netlify/vite-plugin-react-router:** add edge support ([#562](https://github.com/netlify/remix-compute/issues/562)) ([bbcb41e](https://github.com/netlify/remix-compute/commit/bbcb41e9d6ffdb5483759fbb94fb5258092adf87))
9+
310
## [2.3.1](https://github.com/netlify/remix-compute/compare/remix-runtime-v2.3.0...remix-runtime-v2.3.1) (2024-09-18)
411

512

packages/remix-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/remix-runtime",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Remix Runtime for Netlify Edge Functions",
55
"type": "commonjs",
66
"main": "./dist/index.js",

packages/vite-plugin-react-router/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/netlify/remix-compute/compare/vite-plugin-react-router-v2.0.1...vite-plugin-react-router-v2.1.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* **@netlify/vite-plugin-react-router:** add edge support ([#562](https://github.com/netlify/remix-compute/issues/562)) ([bbcb41e](https://github.com/netlify/remix-compute/commit/bbcb41e9d6ffdb5483759fbb94fb5258092adf87))
9+
310
## [2.0.1](https://github.com/netlify/remix-compute/compare/vite-plugin-react-router-v2.0.0...vite-plugin-react-router-v2.0.1) (2025-10-20)
411

512

packages/vite-plugin-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/vite-plugin-react-router",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "React Router 7+ Vite plugin for Netlify",
55
"type": "commonjs",
66
"main": "./dist/index.js",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)