Skip to content

Commit

Permalink
Version Packages (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 5, 2023
1 parent 2014477 commit fdbeb4d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-elephants-attend.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/open-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# open-next

## 2.1.0

### Minor Changes

- 67f3dcb: Support Nextjs 13.4.13+

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/open-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "open-next",
"version": "2.0.5",
"version": "2.1.0",
"bin": {
"open-next": "./dist/index.js"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/tests-unit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# tests-unit

## null

### Patch Changes

- Updated dependencies [67f3dcb]
- open-next@2.1.0
3 changes: 2 additions & 1 deletion packages/tests-unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"jsdom": "^22.1.0",
"vitest": "^0.34.1",
"vite": "4.4.9"
}
},
"version": null
}

1 comment on commit fdbeb4d

@vercel
Copy link

@vercel vercel bot commented on fdbeb4d Sep 5, 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.vercel.app
open-next-git-main-sst-dev.vercel.app
open-next-sst-dev.vercel.app

Please sign in to comment.