Skip to content

Commit 01caeb3

Browse files
committed
v2.27.11
1 parent 74873cc commit 01caeb3

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.27.10"
5+
"version": "2.27.11"
66
}

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync-client/package.json

+1-1
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.27.10",
4+
"version": "2.27.11",
55
"homepage": "https://github.com/shakyshane/browser-sync-client",
66
"author": "Shane Osbourne <[email protected]>",
77
"repository": {

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync-ui/package.json

+1-1
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.27.10",
4+
"version": "2.27.11",
55
"homepage": "http://www.browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"

packages/browser-sync/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync/package.json

+3-3
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.27.10",
4+
"version": "2.27.11",
55
"homepage": "https://browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"
@@ -35,8 +35,8 @@
3535
"serve:fixtures": "node dist/bin test/fixtures -w --no-open"
3636
},
3737
"dependencies": {
38-
"browser-sync-client": "^2.27.10",
39-
"browser-sync-ui": "^2.27.10",
38+
"browser-sync-client": "^2.27.11",
39+
"browser-sync-ui": "^2.27.11",
4040
"bs-recipes": "1.3.4",
4141
"bs-snippet-injector": "^2.0.1",
4242
"chokidar": "^3.5.1",

0 commit comments

Comments
 (0)