Skip to content

Commit

Permalink
chore: release main (#62)
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 Mar 13, 2023
1 parent 4aae8ce commit bd23c42
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 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":"1.0.0","packages/remix-runtime":"1.0.0"}
{"packages/remix-edge-adapter":"1.1.0","packages/remix-runtime":"1.1.0"}
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

## [1.1.0](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v1.0.0...remix-edge-adapter-v1.1.0) (2023-03-13)


### Features

* moved to Remix routing v2 ([#61](https://github.com/netlify/remix-compute/issues/61)) ([4aae8ce](https://github.com/netlify/remix-compute/commit/4aae8cec20f604d6c306245d7b7645b65a36be4d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/remix-runtime bumped from ^1.0.0 to ^1.1.0

## 1.0.0 (2023-02-13)


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": "1.0.0",
"version": "1.1.0",
"description": "Remix Adapter for Netlify Edge Functions",
"types": "./build/src/index.d.ts",
"main": "./build/src/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/netlify/remix-compute#readme",
"dependencies": {
"@netlify/remix-runtime": "^1.0.0"
"@netlify/remix-runtime": "^1.1.0"
},
"publishConfig": {
"access": "public"
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

## [1.1.0](https://github.com/netlify/remix-compute/compare/remix-runtime-v1.0.0...remix-runtime-v1.1.0) (2023-03-13)


### Features

* moved to Remix routing v2 ([#61](https://github.com/netlify/remix-compute/issues/61)) ([4aae8ce](https://github.com/netlify/remix-compute/commit/4aae8cec20f604d6c306245d7b7645b65a36be4d))

## 1.0.0 (2023-02-13)


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": "1.0.0",
"version": "1.1.0",
"description": "Remix Runtime for Netlify Edge Functions",
"types": "./build/src/index.d.ts",
"main": "./build/src/index.js",
Expand Down

0 comments on commit bd23c42

Please sign in to comment.