Skip to content

Commit

Permalink
(turbo-module): release next version (#34)
Browse files Browse the repository at this point in the history
### General Changes

- add file conventions: rewrite.ts, redirect.ts (#1)
- clean up codegen (#2)
- clean up runtime (#3)
- add support for catch all routes (#4)
- Baked/clean up repo 1 (#5)
- generate js if no tsconfig exists (#6)
- set all package versions to 0.0.0 (#7)
- throw error in rewrite and redirect instead of 404 (#8)
- added external.ts file spec (#9)
- forward.static.ts (#10)
- fix eslint errors in exmaples (#11)
- install turbo-module (#12)
- Update README.md (#15)
- add .unimportedrc to .npmignore (#20)

### Documentation Changes

- change pull-comment workflow display name (#16)

### Core Changes

- add npm release script to main package (#19)
- add repository + readme to npm modules (#21)
- update turbo-module (#24)
- update install command in readme (#28)
- allow `external` to be an async function (#31)
- started adding commits (#32)

### Codegen Changes

- add repository + readme to npm modules (#21)
- update turbo-module (#24)
- allow `external` to be an async function (#31)
- started adding commits (#32)

### Runtime Changes

- add repository + readme to npm modules (#21)
- update turbo-module (#24)
- [FIX] simple setup type error (#27)

### Credits
@baked-dev, @jjantschulev

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 15, 2023
1 parent fdd8193 commit e3dc430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whopio/next-app-middleware",
"version": "0.0.1-canary.4",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down

0 comments on commit e3dc430

Please sign in to comment.