Skip to content

Commit

Permalink
chore: release main (#282)
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 Apr 3, 2024
1 parent 64455ed commit 3cd080f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 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.2.0","packages/remix-runtime":"2.2.0","packages/remix-adapter":"2.3.0"}
{"packages/remix-edge-adapter":"3.2.1","packages/remix-runtime":"2.2.0","packages/remix-adapter":"2.3.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.3.1](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.3.0...remix-adapter-v2.3.1) (2024-04-03)


### Bug Fixes

* Use posix path in import when building on windows ([#281](https://github.com/netlify/remix-compute/issues/281)) ([64455ed](https://github.com/netlify/remix-compute/commit/64455ed617bd7caca59788aa5c31f257cab96540))

## [2.3.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.2.0...remix-adapter-v2.3.0) (2024-02-21)


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

## [3.2.1](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v3.2.0...remix-edge-adapter-v3.2.1) (2024-04-03)


### Bug Fixes

* Use posix path in import when building on windows ([#281](https://github.com/netlify/remix-compute/issues/281)) ([64455ed](https://github.com/netlify/remix-compute/commit/64455ed617bd7caca59788aa5c31f257cab96540))

## [3.2.0](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v3.1.0...remix-edge-adapter-v3.2.0) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "3.2.1",
"description": "Remix Adapter for Netlify Edge Functions",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down

0 comments on commit 3cd080f

Please sign in to comment.