-
Notifications
You must be signed in to change notification settings - Fork 8
Bump version #487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version #487
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# server | ||
|
||
## 0.1.9 | ||
### Patch Changes | ||
|
||
- Updated dependencies [8ab0100] | ||
- @graphprotocol/[email protected] | ||
|
||
## 0.1.8 | ||
### Patch Changes | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "server", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ packages: | |
- apps/* | ||
- apps/create-hypergraph/template-* | ||
- packages/* | ||
- packages/*/* | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cmwhited I had to take out this line again. Otherwise There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see now … because of typesync studio. We definitely need to rearchitecture next week and create a flat structure. typesync-studio and the templates cause plenty of monorepo issues -> docker build and changesets |
||
- docs | ||
|
||
onlyBuiltDependencies: | ||
|
Uh oh!
There was an error while loading. Please reload this page.