Skip to content

Commit

Permalink
chore: release main (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Dec 13, 2024
1 parent 2482d0d commit 7d58155
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/remix-edge-adapter": "3.4.2",
"packages/remix-runtime": "2.3.1",
"packages/remix-adapter": "2.5.1",
"packages/vite-plugin-react-router": "0.0.0"
"packages/remix-adapter": "2.6.0",
"packages/vite-plugin-react-router": "1.0.0"
}
7 changes: 7 additions & 0 deletions packages/remix-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.6.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.5.1...remix-adapter-v2.6.0) (2024-12-13)


### Features

* 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))

## [2.5.1](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.5.0...remix-adapter-v2.5.1) (2024-09-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/remix-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/remix-adapter",
"version": "2.5.1",
"version": "2.6.0",
"description": "Remix Adapter for Netlify Functions",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/vite-plugin-react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog

## 1.0.0 (2024-12-13)


### Features

* 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))

## Changelog
2 changes: 1 addition & 1 deletion packages/vite-plugin-react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/vite-plugin-react-router",
"version": "0.0.0",
"version": "1.0.0",
"description": "React Router 7+ Vite plugin for Netlify",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down

0 comments on commit 7d58155

Please sign in to comment.