Skip to content

Commit 7d58155

Browse files
chore: release main (#476)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 2482d0d commit 7d58155

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/remix-edge-adapter": "3.4.2",
33
"packages/remix-runtime": "2.3.1",
4-
"packages/remix-adapter": "2.5.1",
5-
"packages/vite-plugin-react-router": "0.0.0"
4+
"packages/remix-adapter": "2.6.0",
5+
"packages/vite-plugin-react-router": "1.0.0"
66
}

packages/remix-adapter/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.5.1...remix-adapter-v2.6.0) (2024-12-13)
4+
5+
6+
### Features
7+
8+
* add @netlify/vite-plugin-react-router to support React Router 7 ([#472](https://github.com/netlify/remix-compute/issues/472)) ([aeeb979](https://github.com/netlify/remix-compute/commit/aeeb9792887838767d3ebd6f2e6bd05d4a379f4e))
9+
310
## [2.5.1](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.5.0...remix-adapter-v2.5.1) (2024-09-18)
411

512

packages/remix-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/remix-adapter",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "Remix Adapter for Netlify Functions",
55
"type": "commonjs",
66
"main": "./dist/index.js",
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## 1.0.0 (2024-12-13)
4+
5+
6+
### Features
7+
8+
* add @netlify/vite-plugin-react-router to support React Router 7 ([#472](https://github.com/netlify/remix-compute/issues/472)) ([aeeb979](https://github.com/netlify/remix-compute/commit/aeeb9792887838767d3ebd6f2e6bd05d4a379f4e))
9+
10+
## Changelog

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

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

0 commit comments

Comments
 (0)