Skip to content

Commit

Permalink
v3.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed May 7, 2019
1 parent 1ac5f5c commit 558b086
Show file tree
Hide file tree
Showing 16 changed files with 130 additions and 18 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.15](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2019-05-07)


### Bug Fixes

* **icon:** handle jimp.write callback ([bffe6ed](https://github.com/nuxt-community/pwa-module/commit/bffe6ed))
* **workbox:** disable `cacheAssets` for dev mode ([dbf6d67](https://github.com/nuxt-community/pwa-module/commit/dbf6d67))
* **workbox:** use NetworkFirst for dev ([9a67580](https://github.com/nuxt-community/pwa-module/commit/9a67580))


### Features

* **workbox:** offlineStrategy ([e377436](https://github.com/nuxt-community/pwa-module/commit/e377436))
* rewrite icon with async image resizer ([#171](https://github.com/nuxt-community/pwa-module/issues/171)) ([a4a457e](https://github.com/nuxt-community/pwa-module/commit/a4a457e))


### Reverts

* remove unnecessary hmr regex ([1ac5f5c](https://github.com/nuxt-community/pwa-module/commit/1ac5f5c))


### BREAKING CHANGES

* **workbox:** default changed from NetworkOnly to NetworkFirst when offlinePage is enabled





# [3.0.0-beta.14](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2019-03-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"useWorkspaces": true,
"npmClient": "yarn",
"conventionalCommits": true,
Expand Down
16 changes: 16 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.15](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2019-05-07)


### Bug Fixes

* **icon:** handle jimp.write callback ([bffe6ed](https://github.com/nuxt-community/pwa-module/commit/bffe6ed))


### Features

* rewrite icon with async image resizer ([#171](https://github.com/nuxt-community/pwa-module/issues/171)) ([a4a457e](https://github.com/nuxt-community/pwa-module/commit/a4a457e))





# [3.0.0-beta.14](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2019-03-17)

**Note:** Version bump only for package @nuxtjs/icon
Expand Down
4 changes: 2 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nuxtjs/icon",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxtjs/pwa-utils": "3.0.0-beta.14",
"@nuxtjs/pwa-utils": "3.0.0-beta.15",
"execa": "^1.0.0",
"fs-extra": "^7.0.1",
"hash-sum": "^1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manifest/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.

# [3.0.0-beta.15](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2019-05-07)

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





# [3.0.0-beta.14](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2019-03-17)

**Note:** Version bump only for package @nuxtjs/manifest
Expand Down
4 changes: 2 additions & 2 deletions packages/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nuxtjs/manifest",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxtjs/pwa-utils": "3.0.0-beta.14",
"@nuxtjs/pwa-utils": "3.0.0-beta.15",
"hash-sum": "^1.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/meta/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.

# [3.0.0-beta.15](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2019-05-07)

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





# [3.0.0-beta.14](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2019-03-17)

**Note:** Version bump only for package @nuxtjs/meta
Expand Down
4 changes: 2 additions & 2 deletions packages/meta/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nuxtjs/meta",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxtjs/pwa-utils": "3.0.0-beta.14"
"@nuxtjs/pwa-utils": "3.0.0-beta.15"
}
}
8 changes: 8 additions & 0 deletions packages/onesignal/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.

# [3.0.0-beta.15](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2019-05-07)

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





# [3.0.0-beta.14](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2019-03-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/onesignal/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nuxtjs/onesignal",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxtjs/pwa-utils": "3.0.0-beta.14"
"@nuxtjs/pwa-utils": "3.0.0-beta.15"
}
}
8 changes: 8 additions & 0 deletions packages/pwa-utils/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.

# [3.0.0-beta.15](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2019-05-07)

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





# [3.0.0-beta.14](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2019-03-17)

**Note:** Version bump only for package @nuxtjs/pwa-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/pwa-utils",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down
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.

# [3.0.0-beta.15](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2019-05-07)

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





# [3.0.0-beta.14](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2019-03-17)

**Note:** Version bump only for package @nuxtjs/pwa
Expand Down
12 changes: 6 additions & 6 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@nuxtjs/pwa",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxtjs/icon": "3.0.0-beta.14",
"@nuxtjs/manifest": "3.0.0-beta.14",
"@nuxtjs/meta": "3.0.0-beta.14",
"@nuxtjs/pwa-utils": "3.0.0-beta.14",
"@nuxtjs/workbox": "3.0.0-beta.14"
"@nuxtjs/icon": "3.0.0-beta.15",
"@nuxtjs/manifest": "3.0.0-beta.15",
"@nuxtjs/meta": "3.0.0-beta.15",
"@nuxtjs/pwa-utils": "3.0.0-beta.15",
"@nuxtjs/workbox": "3.0.0-beta.15"
}
}
27 changes: 27 additions & 0 deletions packages/workbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.15](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2019-05-07)


### Bug Fixes

* **workbox:** disable `cacheAssets` for dev mode ([dbf6d67](https://github.com/nuxt-community/pwa-module/commit/dbf6d67))
* **workbox:** use NetworkFirst for dev ([9a67580](https://github.com/nuxt-community/pwa-module/commit/9a67580))


### Features

* **workbox:** offlineStrategy ([e377436](https://github.com/nuxt-community/pwa-module/commit/e377436))


### Reverts

* remove unnecessary hmr regex ([1ac5f5c](https://github.com/nuxt-community/pwa-module/commit/1ac5f5c))


### BREAKING CHANGES

* **workbox:** default changed from NetworkOnly to NetworkFirst when offlinePage is enabled





# [3.0.0-beta.14](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2019-03-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/workbox/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nuxtjs/workbox",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"license": "MIT",
"main": "lib/module.js",
"repository": "https://github.com/nuxt-community/pwa-module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxtjs/pwa-utils": "3.0.0-beta.14",
"@nuxtjs/pwa-utils": "3.0.0-beta.15",
"workbox-cdn": "^4.3.1"
}
}

0 comments on commit 558b086

Please sign in to comment.