Skip to content

Commit

Permalink
Merge pull request #3429 from Polymer/release
Browse files Browse the repository at this point in the history
Release browser-capabilities 1.1.4
  • Loading branch information
aomarks authored May 31, 2019
2 parents f8a599e + a3f772e commit fddbdd2
Show file tree
Hide file tree
Showing 30 changed files with 1,484 additions and 1,119 deletions.
556 changes: 323 additions & 233 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@types/sinon-chai": "^2.7.32",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"lerna": "^3.0.0",
"lerna": "~3.13.0",
"sinon-chai": "^3.1.0",
"typescript": "^3.3.3333"
"typescript": "~3.4.0"
},
"engines": {
"node": ">=8"
Expand Down
88 changes: 44 additions & 44 deletions packages/analyzer/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/analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"shady-css-parser": "^0.1.0",
"stable": "^0.1.6",
"strip-indent": "^2.0.0",
"vscode-uri": "^1.0.1",
"vscode-uri": "=1.0.6",
"whatwg-url": "^6.4.0"
},
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion packages/browser-capabilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Change Log

## Unreleased
<!-- ## Unreleased -->
<!-- Add new, unreleased changes here. -->

## [1.1.4] - 2019-05-30
* Updated Firefox 67 support for modules (specifically because of dynamic import)

## [1.1.3] - 2018-11-15
Expand Down
8 changes: 4 additions & 4 deletions packages/browser-capabilities/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-capabilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-capabilities",
"version": "1.1.3",
"version": "1.1.4",
"description": "Detect browser capabilities from a user agent string.",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/browser-capabilities",
"repository": "github:Polymer/tools",
Expand Down
Loading

0 comments on commit fddbdd2

Please sign in to comment.