Skip to content

Commit

Permalink
chore: release main (#461)
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>
Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
  • Loading branch information
token-generator-app[bot] and serhalp authored Sep 18, 2024
1 parent 9007c92 commit f0417df
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/remix-edge-adapter":"3.4.1","packages/remix-runtime":"2.3.0","packages/remix-adapter":"2.5.0"}
{"packages/remix-edge-adapter":"3.4.2","packages/remix-runtime":"2.3.1","packages/remix-adapter":"2.5.1"}
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.5.1](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.5.0...remix-adapter-v2.5.1) (2024-09-18)


### Bug Fixes

* stop re-exporting exports removed in remix@2.12.0 ([#459](https://github.com/netlify/remix-compute/issues/459)) ([db7be08](https://github.com/netlify/remix-compute/commit/db7be083af8b75da4f70d61c782fb5954d2c00a9))

## [2.5.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.4.0...remix-adapter-v2.5.0) (2024-09-05)


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.0",
"version": "2.5.1",
"description": "Remix Adapter for Netlify Functions",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/remix-edge-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.4.2](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v3.4.1...remix-edge-adapter-v3.4.2) (2024-09-18)


### Bug Fixes

* stop re-exporting exports removed in remix@2.12.0 ([#459](https://github.com/netlify/remix-compute/issues/459)) ([db7be08](https://github.com/netlify/remix-compute/commit/db7be083af8b75da4f70d61c782fb5954d2c00a9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/remix-runtime bumped from 2.3.0 to 2.3.1

## [3.4.1](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v3.4.0...remix-edge-adapter-v3.4.1) (2024-09-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/remix-edge-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/remix-edge-adapter",
"version": "3.4.1",
"version": "3.4.2",
"description": "Remix Adapter for Netlify Edge Functions",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"homepage": "https://github.com/netlify/remix-compute#readme",
"dependencies": {
"@netlify/remix-runtime": "2.3.0",
"@netlify/remix-runtime": "2.3.1",
"@remix-run/dev": "^2.12.0",
"isbot": "^5.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/remix-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.1](https://github.com/netlify/remix-compute/compare/remix-runtime-v2.3.0...remix-runtime-v2.3.1) (2024-09-18)


### Bug Fixes

* stop re-exporting exports removed in remix@2.12.0 ([#459](https://github.com/netlify/remix-compute/issues/459)) ([db7be08](https://github.com/netlify/remix-compute/commit/db7be083af8b75da4f70d61c782fb5954d2c00a9))

## [2.3.0](https://github.com/netlify/remix-compute/compare/remix-runtime-v2.2.1...remix-runtime-v2.3.0) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/remix-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/remix-runtime",
"version": "2.3.0",
"version": "2.3.1",
"description": "Remix Runtime for Netlify Edge Functions",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit f0417df

Please sign in to comment.