Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BrowserSync/browser-sync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.28.0
Choose a base ref
...
head repository: BrowserSync/browser-sync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.28.1
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 27, 2023

  1. fix(deps): loosen range on ua-parser-js - fixes #2009 (#2020)

    Co-authored-by: Shane Osbourne <sosbourne@duckduckgo.com>
    shakyShane and Shane Osbourne authored Feb 27, 2023
    Copy the full SHA
    23c666f View commit details
  2. v2.28.1

    Shane Osbourne committed Feb 27, 2023
    Copy the full SHA
    9ea395f View commit details
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.28.0"
"version": "2.28.1"
}
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-sync-client",
"description": "Client-side scripts for BrowserSync",
"version": "2.28.0",
"version": "2.28.1",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"author": "Shane Osbourne <shane.osbourne8@gmail.com>",
"repository": {
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.

2 changes: 1 addition & 1 deletion packages/browser-sync-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-sync-ui",
"description": "User Interface for BrowserSync",
"version": "2.28.0",
"version": "2.28.1",
"homepage": "http://www.browsersync.io/",
"author": {
"name": "Shane Osbourne"
Loading