Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #461

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 [email protected] ([#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 [email protected] ([#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 [email protected] ([#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