Skip to content

Commit 2e8dd31

Browse files
author
Shane Osbourne
committedDec 27, 2023
v3.0.0-alpha.1
1 parent 23f1754 commit 2e8dd31

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
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": "3.0.0-alpha.0"
5+
"version": "3.0.0-alpha.1"
66
}

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

+2-2
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": "3.0.0-alpha.0",
4+
"version": "3.0.0-alpha.1",
55
"homepage": "https://github.com/shakyshane/browser-sync-client",
66
"author": "Shane Osbourne <shane.osbourne8@gmail.com>",
77
"repository": {

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

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

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

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

‎packages/browser-sync/package.json

+8-8
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": "3.0.0-alpha.0",
4+
"version": "3.0.0-alpha.1",
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": "^3.0.0-alpha.0",
39-
"browser-sync-ui": "^3.0.0-alpha.0",
38+
"browser-sync-client": "^3.0.0-alpha.1",
39+
"browser-sync-ui": "^3.0.0-alpha.1",
4040
"bs-recipes": "1.3.4",
4141
"chalk": "4.1.2",
4242
"chokidar": "^3.5.1",
@@ -88,11 +88,11 @@
8888
"optionalDependencies": {
8989
"localtunnel": "^2.0.2"
9090
},
91-
"peerDependenciesMeta": {
92-
"localtunnel": {
93-
"optional": true
94-
}
95-
},
91+
"peerDependenciesMeta": {
92+
"localtunnel": {
93+
"optional": true
94+
}
95+
},
9696
"keywords": [
9797
"browser sync",
9898
"css",

0 commit comments

Comments
 (0)
Please sign in to comment.