Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 28, 2017
1 parent 06a8c6c commit 86bc8c4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.2.0"></a>
# [1.2.0](https://github.com/dessant/view-page-archive/compare/v1.1.2...v1.2.0) (2017-09-28)


### Bug Fixes

* call yarn install instead of upgrade after package.json change ([712baac](https://github.com/dessant/view-page-archive/commit/712baac))
* ensure correct input font size ([06a8c6c](https://github.com/dessant/view-page-archive/commit/06a8c6c))
* import theme and typography mixins instead of CSS ([c45f3db](https://github.com/dessant/view-page-archive/commit/c45f3db))
* inline CSS not needed anymore, upstream fix ([d03a58c](https://github.com/dessant/view-page-archive/commit/d03a58c))
* move page title template into locale message ([4062db9](https://github.com/dessant/view-page-archive/commit/4062db9))


### Features

* search for a custom URL ([d2de944](https://github.com/dessant/view-page-archive/commit/d2de944))



<a name="1.1.2"></a>
## [1.1.2](https://github.com/dessant/view-page-archive/compare/v1.1.1...v1.1.2) (2017-09-12)

Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "view-page-archive",
"version": "1.1.2",
"version": "1.2.0",
"author": "Armin Sebastian",
"repository": "https://github.com/dessant/view-page-archive",
"license": "MIT",
Expand All @@ -17,15 +17,17 @@
"exec": "yarn run build && yarn run start",
"exec:prod": "yarn run build:prod && yarn run start",
"zip": "web-ext build -s dist/ -a artifacts/",
"start":
"web-ext run --bc --url 'about:debugging' --url 'about:addons' -s dist/",
"inspect":
"webpack --profile --json > report.json; webpack-bundle-analyzer report.json --mode static && sleep 6 && rm report.{json,html}",
"start": "web-ext run --bc --url 'about:debugging' --url 'about:addons' -s dist/",
"inspect": "webpack --profile --json > report.json; webpack-bundle-analyzer report.json --mode static && sleep 6 && rm report.{json,html}",
"update": "ncu --upgrade --upgradeAll && yarn",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "standard-version && git push --follow-tags origin master"
},
"browserslist": ["Chrome >= 55", "Firefox >= 52", "Opera >= 42"],
"browserslist": [
"Chrome >= 55",
"Firefox >= 52",
"Opera >= 42"
],
"dependencies": {
"@material/button": "^0.7.0",
"@material/checkbox": "^0.4.7",
Expand Down

0 comments on commit 86bc8c4

Please sign in to comment.