Skip to content

Commit

Permalink
v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinOfWar committed Mar 22, 2021
1 parent 8424e54 commit e17323d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "npm",
"version": "0.5.14",
"version": "0.5.15",
"command": {
"publish": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bagofholding",
"version": "0.5.14",
"version": "0.5.15",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
Expand All @@ -17,7 +17,7 @@
"lerna:list": "lerna list",
"lerna:bootstrap": "lerna bootstrap",
"lerna:publish": "lerna publish",
"lerna:publish:ci": "lerna publish from-git --yes --no-verify-access"
"lerna:publish:ci": "lerna publish from-git --yes --no-verify-access --force-publish"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion src/packages/async-timeout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bagofholding/async-timeout",
"version": "0.5.14",
"version": "0.5.15",
"main": "async-timeout.js",
"author": "Darryl Walker <darryljwalker@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit e17323d

Please sign in to comment.