Skip to content

Commit

Permalink
Merge pull request #22 from PenguinOfWar/new/async-timeout
Browse files Browse the repository at this point in the history
v0.5.15
  • Loading branch information
PenguinOfWar authored Mar 22, 2021
2 parents 1f9d4d0 + e17323d commit 8fe94ef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: GitHub Pages
on:
push:
branches:
- master
release:
types: [published]

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down
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 8fe94ef

Please sign in to comment.