Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Apr 6, 2023
1 parent e5b5204 commit 4f244db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .changeset/aggregate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import { execSync } from "node:child_process";

const THANKLESS_COMMITTERS = ["thdxr", "fwang", "jayair"];

const { version } = JSON.parse(await fs.readFile("./package.json"));
const { version } = JSON.parse(
await fs.readFile("./packages/open-next/package.json")
);

const changesets = JSON.parse(await fs.readFile(".changeset/config.json"));
const packages = changesets.fixed[0];
Expand Down
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# open-next

## 0.0.0-20230329192618
## 0.8.1

### Patch Changes

- efbf33b: Remove minimal mode

## 0.0.0-20221205225535

### Patch Changes

- Test
- [`bdd29d1`](https://github.com/serverless-stack/open-next/commit/bdd29d1) Fix spawn error on Windows

1 comment on commit 4f244db

@vercel
Copy link

@vercel vercel bot commented on 4f244db Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

open-next – ./

open-next-sst-dev.vercel.app
open-next.vercel.app
open-next-git-main-sst-dev.vercel.app

Please sign in to comment.