Skip to content

Commit 9ded19e

Browse files
committed
v2.26.14-y.0
1 parent 235ce22 commit 9ded19e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.26.14-alpha.1"
5+
"version": "2.26.14-y.0"
66
}

packages/browser-sync-client/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync-client",
33
"description": "Client-side scripts for BrowserSync",
4-
"version": "2.26.14-alpha.1",
4+
"version": "2.26.14-y.0",
55
"homepage": "https://github.com/shakyshane/browser-sync-client",
66
"author": "Shane Osbourne <[email protected]>",
77
"repository": {

packages/browser-sync-ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync-ui",
33
"description": "User Interface for BrowserSync",
4-
"version": "2.26.14-alpha.1",
4+
"version": "2.26.14-y.0",
55
"homepage": "http://www.browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"
@@ -18,7 +18,7 @@
1818
"build": "npm run build:static && npm run build:webpack",
1919
"build:static": "node tasks/crossbow.js",
2020
"build:webpack": "webpack",
21-
"prepublishOnly": "npm run build"
21+
"prepublishOnly": "npm run build"
2222
},
2323
"license": "Apache-2.0",
2424
"dependencies": {

packages/browser-sync/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync",
33
"description": "Live CSS Reload & Browser Syncing",
4-
"version": "2.26.14-alpha.1",
4+
"version": "2.26.14-y.0",
55
"homepage": "https://browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"
@@ -32,8 +32,8 @@
3232
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit"
3333
},
3434
"dependencies": {
35-
"browser-sync-client": "^2.26.14-alpha.1",
36-
"browser-sync-ui": "^2.26.14-alpha.1",
35+
"browser-sync-client": "^2.26.14-y.0",
36+
"browser-sync-ui": "^2.26.14-y.0",
3737
"bs-recipes": "1.3.4",
3838
"bs-snippet-injector": "^2.0.1",
3939
"chokidar": "^3.5.1",

0 commit comments

Comments
 (0)