Skip to content

Commit

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

- Update CODEOWNERS (#3)
- add concurrency to release action (#11)
- fix turbo globalDependencies (#9)
- change auto pr labels (#22)
- update labeler config (#23)
- Update .eslintignore (#24)
- move action output (#25)
- add .turbo to npmignore (#26)
- remove unused files and deps (#29)
- add create-turbo-module (#30)
- fix lockfile (#31)
- fix create-turbo-module release script (#32)
- fix create-turbo-module npmignore (#35)
- fix nested npmignore (#38)
- disable cache for release pipeline (#41)
- dont close PRs if there was not git release (#44)
- pack action (#45)
- Tristan/fix release action (#46)
- update readme (#49)
- include_coauthors = false in kodiak config (#51)
- Update labeler.yml (#52)
- update readme (#53)

### Core Changes

- ignore release commit (#6)
- fix release name (#10)
- Tristan/split up packages and craete action (#15)
- fix typo and require private: false to publish (#18)
- simplify npm package (#21)
- remove duplicated code (#50)
- Add descriptions to packages (#54)
- add PR action (#55)

### Create-turbo-module Changes

- Add descriptions to packages (#54)

### Util Changes

- Add descriptions to packages (#54)
- add PR action (#55)

### Action Changes

- Add descriptions to packages (#54)
- add PR action (#55)

### Credits
@baked-dev
  • Loading branch information
github-actions[bot] authored Feb 2, 2023
1 parent f4ca5b1 commit d0e2e44
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": "@whop-sdk/turbo-module-monorepo",
"version": "0.0.1-canary.7",
"version": "0.0.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down

0 comments on commit d0e2e44

Please sign in to comment.