Skip to content
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

fix: missing types in release #800

Merged
merged 1 commit into from
Jul 28, 2021

Conversation

cexbrayat
Copy link
Member

@cexbrayat cexbrayat commented Jul 28, 2021

rc.11 is broken because the types are not included in the package.
Using git bisect I found the culprit commit 85c2b1b

The only change that has an impact is the addition of type/compat.ts which should have been named types/compat.d.ts I think.

This commit applies the fix, and should hopefully fix the packaging.

Fixes #799

rc.11 is broken because the types are not included in the package.
Using `git bisect` I found the culprit commit vuejs@85c2b1b

The only change that has an impact is the addition of `type/compat.ts` which should have been named `types/compat.d.ts` I think.

This commit applies the fix, and should hopefuly fix the packaging.

Fixes vuejs#799
@cexbrayat cexbrayat force-pushed the fix/799-missing-types branch from c51c34d to 1ed7987 Compare July 28, 2021 08:02
@lmiller1990 lmiller1990 merged commit 4b1acdb into vuejs:master Jul 28, 2021
@cexbrayat cexbrayat deleted the fix/799-missing-types branch July 28, 2021 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

there is no types directory here
2 participants