Skip to content

Commit

Permalink
Merge pull request #280 from thefrontside/cl/fix-types
Browse files Browse the repository at this point in the history
🐛 bump new release in order to push DNT packages
  • Loading branch information
wKich authored Sep 17, 2024
2 parents db74760 + 133ecee commit 93015f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .changes/fix-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@interactors/globals": patch
"@interactors/core": patch
"@interactors/html": patch
"@interactors/keyboard": patch
---

Fix types in distributed NPM packages which were being incorrectly referenced in the package exports.
14 changes: 1 addition & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
node_modules
yarn-error.log
/packages/*/dist
/packages/*/build
/packages/*/docs
*.tsbuildinfo

.node-version

# Local Netlify folder
.netlify

.vscode
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
__generated__
.parcel-cache

0 comments on commit 93015f6

Please sign in to comment.