Skip to content

Commit

Permalink
fix: correct manually published versions
Browse files Browse the repository at this point in the history
This is a slight hack to get new versions of these packages published
properly. I manually published them locally and forgot to include
TypeScript definitions because I was tired and wasn't thinking.

This means that app-info 1.2.0 and logger 1.1.1 are broken and may cause
build errors in apps that install them.

Adding a fix PR with an inconsequential change is the solution so that
Release Please will trigger new version bumps.
  • Loading branch information
rowanmanning committed Apr 5, 2023
1 parent a817a74 commit 5a014f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app-info/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
!*.d.ts.map
CHANGELOG.md
docs
test
test
2 changes: 1 addition & 1 deletion packages/logger/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
!*.d.ts.map
CHANGELOG.md
docs
test
test

0 comments on commit 5a014f1

Please sign in to comment.