3.4.1 #71
jesselpalmer
announced in
Announcements
3.4.1
#71
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
This is a patch release that fixes a critical issue where the dist files were missing from the npm
package in version 3.4.0.
What's Fixed
Missing dist files in npm package (#65)
dist/index.jsanddist/index.d.tsfiles, causingTypeScript and module resolution issues
dist/directory was in.gitignoreand npm was using it as the ignore file sinceno
.npmignoreexisted.npmignorefile to explicitly control what gets published to npm whilekeeping
dist/out of gitPre-release Checklist
.npmignorefile created and configuredRelease Instructions
npm run checknpm run buildGitHub Release Notes
🐛 Bug Fix Release
This patch release fixes a critical packaging issue from v3.4.0.
What's Fixed
dist/index.jsanddist/index.d.ts.npmignoreto ensure proper file inclusion in published packagesFor Users Affected by v3.4.0
If you're experiencing TypeScript errors or module resolution issues with v3.4.0, please upgrade to
v3.4.1:
Verification Steps
After publishing, verify the fix:
Notes
This discussion was created from the release 3.4.1.
Beta Was this translation helpful? Give feedback.
All reactions