-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Version Packages #473
Merged
Merged
Version Packages #473
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2b6f9b9
to
6e54384
Compare
6e54384
to
7734207
Compare
7734207
to
5d8721d
Compare
5d8721d
to
7731c6c
Compare
7731c6c
to
64eddb2
Compare
64eddb2
to
82bf285
Compare
82bf285
to
6af3404
Compare
6af3404
to
1eb0fe2
Compare
1eb0fe2
to
a9bd27d
Compare
a9bd27d
to
b9f1aab
Compare
b9f1aab
to
d804891
Compare
d804891
to
04507cb
Compare
999c8af
to
d5c467c
Compare
d5c467c
to
a5e3c84
Compare
a5e3c84
to
9c43718
Compare
9c43718
to
b9dc33c
Compare
b9dc33c
to
e740a1c
Compare
e740a1c
to
9dd6d7c
Compare
9dd6d7c
to
5c8b4bd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hey-api/openapi-ts@0.43.0
Minor Changes
Patch Changes
fix: negative numbers in numeric enums (#470)
fix: escape keys in schemas starting with digit but containing non-digit characters (#502)
fix: issue causing code to not generate (t.filter is not a function) (#507)
fix: handle additional properties union (#499)
fix: do not export inline enums (#508)
fix: prefix parameter type exports to avoid conflicts (#501)
fix: export operation data and response types (#500)
fix: handle cases where packages are installed globally (#471)
fix: handle cases where package.json does not exist (#471)
@hey-api/docs@0.5.3
Patch Changes
docs: add links to homepage (#489)
feat: remove enum postfix, use typescript enums in types when generated, export enums from types.gen.ts (#498)
docs: add examples (#476)