Skip to content

Commit

Permalink
v2.25.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Sep 17, 2018
1 parent 7c0ad4e commit 5ba14b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.24.7"
"version": "2.25.0-alpha.0"
}
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.24.7",
"version": "2.25.0-alpha.0",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"author": "Shane Osbourne <shane.osbourne8@gmail.com>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-sync-ui/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync-ui",
"description": "User Interface for BrowserSync",
"version": "2.24.7",
"version": "2.25.0-alpha.0",
"homepage": "http://www.browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand Down
6 changes: 3 additions & 3 deletions packages/browser-sync/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "2.24.7",
"version": "2.25.0-alpha.0",
"homepage": "https://browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand Down Expand Up @@ -33,8 +33,8 @@
"build-all": "cb build-all"
},
"dependencies": {
"browser-sync-client": "2.24.7",
"browser-sync-ui": "2.24.7",
"browser-sync-client": "^2.25.0-alpha.0",
"browser-sync-ui": "^2.25.0-alpha.0",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "1.7.0",
Expand Down

0 comments on commit 5ba14b2

Please sign in to comment.