Skip to content

Commit

Permalink
v2.26.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jun 7, 2019
1 parent fdfc681 commit 0b3d98b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.26.5"
"version": "2.26.6"
}
2 changes: 1 addition & 1 deletion packages/browser-sync-client/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync-client",
"description": "Client-side scripts for BrowserSync",
"version": "2.26.4",
"version": "2.26.6",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"author": "Shane Osbourne <shane.osbourne8@gmail.com>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-sync/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "2.26.5",
"version": "2.26.6",
"homepage": "https://browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand Down Expand Up @@ -33,7 +33,7 @@
"build-all": "cb build-all"
},
"dependencies": {
"browser-sync-client": "^2.26.4",
"browser-sync-client": "^2.26.6",
"browser-sync-ui": "^2.26.4",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
Expand Down

0 comments on commit 0b3d98b

Please sign in to comment.