Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nuxtjs/pwa@2.0.1
 - @nuxtjs/workbox@2.0.1
  • Loading branch information
Pooya Parsa committed Nov 17, 2017
1 parent 1b02537 commit 36736bd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.1"></a>
## [2.0.1](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/pwa@2.0.0...@nuxtjs/pwa@2.0.1) (2017-11-17)




**Note:** Version bump only for package @nuxtjs/pwa

<a name="2.0.0"></a>
# [2.0.0](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/pwa@1.0.2...@nuxtjs/pwa@2.0.0) (2017-11-16)

Expand Down
2 changes: 1 addition & 1 deletion packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/pwa",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down
12 changes: 12 additions & 0 deletions packages/workbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.1"></a>
## [2.0.1](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/workbox@2.0.0...@nuxtjs/workbox@2.0.1) (2017-11-17)


### Bug Fixes

* **workbox:** make cacheId independent of npm package version ([b744a27](https://github.com/nuxt-community/pwa-module/commit/b744a27))
* **workbox:** use regexp for runtimeCaching. fixes [#14](https://github.com/nuxt-community/pwa-module/issues/14). ([f384103](https://github.com/nuxt-community/pwa-module/commit/f384103))




<a name="2.0.0"></a>
# [2.0.0](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/workbox@1.2.2...@nuxtjs/workbox@2.0.0) (2017-11-16)

Expand Down
2 changes: 1 addition & 1 deletion packages/workbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/workbox",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down

0 comments on commit 36736bd

Please sign in to comment.