Skip to content

Commit

Permalink
try to publish without error 403 You cannot publish over the previous…
Browse files Browse the repository at this point in the history
…ly published versions
  • Loading branch information
joaoneto committed Mar 27, 2024
1 parent f7001c8 commit 9704599
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-apples-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@guarapi/di-container": patch
---

try to publish without error 403 You cannot publish over the previously published versions
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"types": "tsc --noEmit false --declaration --emitDeclarationOnly",
"lint": "eslint ./src",
"test": "jest",
"test:coverage": "jest --coverage",
"version": "changeset version && pnpm install --no-frozen-lockfile",
"publish": "changeset publish"
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit 9704599

Please sign in to comment.