Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinOfWar committed Mar 22, 2021
1 parent bdb505a commit cf6a28e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.6.0",
"version": "0.6.1",
"command": {
"publish": {
"access": "public",
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.15",
"version": "0.6.1",
"main": "async-timeout.js",
"author": "Darryl Walker <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/camel-to-kebab/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/packages/camel-to-kebab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bagofholding/camel-to-kebab",
"version": "0.5.8",
"version": "0.6.1",
"main": "camel-to-kebab.js",
"author": "Darryl Walker <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/guid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bagofholding/guid",
"version": "0.5.8",
"version": "0.6.1",
"main": "guid.js",
"author": "Darryl Walker <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/is-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bagofholding/is-client",
"version": "0.5.8",
"version": "0.6.1",
"main": "is-client.js",
"author": "Darryl Walker <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/is-external/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bagofholding/is-external",
"version": "0.5.8",
"version": "0.6.1",
"main": "is-external.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/remove-empty-props/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/packages/remove-empty-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bagofholding/remove-empty-props",
"version": "0.5.8",
"version": "0.6.1",
"main": "remove-empty-props.js",
"author": "Darryl Walker <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/strip-chars-url-safe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bagofholding/strip-chars-url-safe",
"version": "0.5.8",
"version": "0.6.1",
"main": "strip-chars-url-safe.js",
"author": "Darryl Walker <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit cf6a28e

Please sign in to comment.