Skip to content

Commit

Permalink
v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Feb 27, 2023
1 parent 019f8ea commit 52ab250
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.27.12"
"version": "2.28.0"
}
4 changes: 2 additions & 2 deletions packages/browser-sync-client/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 packages/browser-sync-client/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync-client",
"description": "Client-side scripts for BrowserSync",
"version": "2.27.12",
"version": "2.28.0",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"author": "Shane Osbourne <[email protected]>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-sync-ui/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/browser-sync-ui/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync-ui",
"description": "User Interface for BrowserSync",
"version": "2.27.12",
"version": "2.28.0",
"homepage": "http://www.browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand All @@ -24,13 +24,13 @@
"license": "Apache-2.0",
"dependencies": {
"async-each-series": "0.1.1",
"chalk": "4.1.2",
"connect-history-api-fallback": "^1",
"immutable": "^3",
"server-destroy": "1.0.1",
"socket.io-client": "^4.4.1",
"stream-throttle": "^0.1.3",
"chalk": "4.1.2"
},
"stream-throttle": "^0.1.3"
},
"devDependencies": {
"angular": "^1.8.2",
"angular-route": "~1.8.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-sync/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/browser-sync/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "2.27.12",
"version": "2.28.0",
"homepage": "https://browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand Down Expand Up @@ -35,8 +35,8 @@
"serve:fixtures": "node dist/bin test/fixtures -w --no-open"
},
"dependencies": {
"browser-sync-client": "^2.27.12",
"browser-sync-ui": "^2.27.12",
"browser-sync-client": "^2.28.0",
"browser-sync-ui": "^2.28.0",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^3.5.1",
Expand Down Expand Up @@ -83,8 +83,8 @@
"sinon": "^1",
"socket.io-client": "^2.4.0",
"source-map-support": "^0.5.0",
"strip-ansi": "^6.0.1",
"supertest": "^3",
"strip-ansi": "^6.0.1",
"typescript": "^4.6.2",
"vinyl": "1.2.0"
},
Expand Down

0 comments on commit 52ab250

Please sign in to comment.