Skip to content

Commit

Permalink
chore(release): pub 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Mar 31, 2022
1 parent 9d00976 commit 639ec0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-fishes-sparkle.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.9.3

### Patch Changes

- [#195](https://github.com/worktile/slate-angular/pull/195) [`9d00976`](https://github.com/worktile/slate-angular/commit/9d00976573608d15a5accb1131785d025f207274) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - [utils]: Fix the RegExp of judging the old version of chrome

## 1.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slate-angular",
"version": "1.9.2",
"version": "1.9.3",
"peerDependencies": {
"slate": ">= 0.63.0",
"tslib": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/src/utils/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const IS_CHROME =
export const IS_CHROME_LEGACY =
typeof navigator !== 'undefined' &&
/Chrome?\/(?:[0-7][0-5]|[0-6][0-9])/i.test(navigator.userAgent) &&
// Exclude Chrome version greater than 3 bits,Chrome releases v100 on 2022.03.30
// Exclude Chrome version greater than 3 bits,Chrome releases v100 on 2022.03.29
!/Chrome?\/(?:\d{3,})/i.test(navigator.userAgent);


Expand Down

0 comments on commit 639ec0e

Please sign in to comment.