Skip to content

Commit

Permalink
v3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Feb 4, 2019
1 parent 5cc11e5 commit ef541d2
Show file tree
Hide file tree
Showing 14 changed files with 194 additions and 11 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
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.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)


### Bug Fixes

* path ogImage if is url ([#121](https://github.com/nuxt-community/pwa-module/issues/121)) ([d6dc82b](https://github.com/nuxt-community/pwa-module/commit/d6dc82b))
* routing order for default offline route (/.*). it must be last order ([#100](https://github.com/nuxt-community/pwa-module/issues/100)) ([1c829d0](https://github.com/nuxt-community/pwa-module/commit/1c829d0))


### chore

* only support nuxt.hook ([854d826](https://github.com/nuxt-community/pwa-module/commit/854d826))


### Code Refactoring

* use tapable hooks ([#103](https://github.com/nuxt-community/pwa-module/issues/103)) ([9f27d5c](https://github.com/nuxt-community/pwa-module/commit/9f27d5c))


### Features

* remove debug ([92ba73e](https://github.com/nuxt-community/pwa-module/commit/92ba73e))
* **onesignal:** enable CDN by default ([7c78c67](https://github.com/nuxt-community/pwa-module/commit/7c78c67))
* rewrite workbox ([#122](https://github.com/nuxt-community/pwa-module/issues/122)) ([9e49896](https://github.com/nuxt-community/pwa-module/commit/9e49896))
* update onesignal sdk once ([c08e423](https://github.com/nuxt-community/pwa-module/commit/c08e423))
* **icon:** new options ([#126](https://github.com/nuxt-community/pwa-module/issues/126)) ([12e6576](https://github.com/nuxt-community/pwa-module/commit/12e6576))
* **workbox:** change the order of default runtimeCache ([#106](https://github.com/nuxt-community/pwa-module/issues/106)) ([033b504](https://github.com/nuxt-community/pwa-module/commit/033b504))


### BREAKING CHANGES

* needs nuxt 2.x or later
* webpack >= 4 (Nuxt >= 2) is required





<a name="2.6.0"></a>
# [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)

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": "2.6.0",
"version": "3.0.0-beta.0",
"useWorkspaces": true,
"npmClient": "yarn",
"conventionalCommits": true,
Expand Down
28 changes: 28 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
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.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)


### chore

* only support nuxt.hook ([854d826](https://github.com/nuxt-community/pwa-module/commit/854d826))


### Code Refactoring

* use tapable hooks ([#103](https://github.com/nuxt-community/pwa-module/issues/103)) ([9f27d5c](https://github.com/nuxt-community/pwa-module/commit/9f27d5c))


### Features

* remove debug ([92ba73e](https://github.com/nuxt-community/pwa-module/commit/92ba73e))
* **icon:** new options ([#126](https://github.com/nuxt-community/pwa-module/issues/126)) ([12e6576](https://github.com/nuxt-community/pwa-module/commit/12e6576))


### BREAKING CHANGES

* needs nuxt 2.x or later
* webpack >= 4 (Nuxt >= 2) is required





<a name="2.6.0"></a>
# [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/icon",
"version": "2.6.0",
"version": "3.0.0-beta.0",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down
27 changes: 27 additions & 0 deletions packages/manifest/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.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)


### chore

* only support nuxt.hook ([854d826](https://github.com/nuxt-community/pwa-module/commit/854d826))


### Code Refactoring

* use tapable hooks ([#103](https://github.com/nuxt-community/pwa-module/issues/103)) ([9f27d5c](https://github.com/nuxt-community/pwa-module/commit/9f27d5c))


### Features

* remove debug ([92ba73e](https://github.com/nuxt-community/pwa-module/commit/92ba73e))


### BREAKING CHANGES

* needs nuxt 2.x or later
* webpack >= 4 (Nuxt >= 2) is required





<a name="2.6.0"></a>
# [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/manifest",
"version": "2.6.0",
"version": "3.0.0-beta.0",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down
26 changes: 26 additions & 0 deletions packages/meta/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
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.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)


### Bug Fixes

* path ogImage if is url ([#121](https://github.com/nuxt-community/pwa-module/issues/121)) ([d6dc82b](https://github.com/nuxt-community/pwa-module/commit/d6dc82b))


### chore

* only support nuxt.hook ([854d826](https://github.com/nuxt-community/pwa-module/commit/854d826))


### Features

* remove debug ([92ba73e](https://github.com/nuxt-community/pwa-module/commit/92ba73e))


### BREAKING CHANGES

* needs nuxt 2.x or later





<a name="2.6.0"></a>
# [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/meta",
"version": "2.6.0",
"version": "3.0.0-beta.0",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down
29 changes: 29 additions & 0 deletions packages/onesignal/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.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)


### chore

* only support nuxt.hook ([854d826](https://github.com/nuxt-community/pwa-module/commit/854d826))


### Code Refactoring

* use tapable hooks ([#103](https://github.com/nuxt-community/pwa-module/issues/103)) ([9f27d5c](https://github.com/nuxt-community/pwa-module/commit/9f27d5c))


### Features

* remove debug ([92ba73e](https://github.com/nuxt-community/pwa-module/commit/92ba73e))
* **onesignal:** enable CDN by default ([7c78c67](https://github.com/nuxt-community/pwa-module/commit/7c78c67))
* update onesignal sdk once ([c08e423](https://github.com/nuxt-community/pwa-module/commit/c08e423))


### BREAKING CHANGES

* needs nuxt 2.x or later
* webpack >= 4 (Nuxt >= 2) is required





<a name="2.6.0"></a>
# [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/onesignal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/onesignal",
"version": "2.6.0",
"version": "3.0.0-beta.0",
"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.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)

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





<a name="2.6.0"></a>
# [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)

Expand Down
10 changes: 5 additions & 5 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@nuxtjs/pwa",
"version": "2.6.0",
"version": "3.0.0-beta.0",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxtjs/icon": "2.6.0",
"@nuxtjs/manifest": "2.6.0",
"@nuxtjs/meta": "^2.6.0",
"@nuxtjs/workbox": "2.6.0"
"@nuxtjs/icon": "3.0.0-beta.0",
"@nuxtjs/manifest": "3.0.0-beta.0",
"@nuxtjs/meta": "3.0.0-beta.0",
"@nuxtjs/workbox": "3.0.0-beta.0"
}
}
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.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)


### Bug Fixes

* routing order for default offline route (/.*). it must be last order ([#100](https://github.com/nuxt-community/pwa-module/issues/100)) ([1c829d0](https://github.com/nuxt-community/pwa-module/commit/1c829d0))


### chore

* only support nuxt.hook ([854d826](https://github.com/nuxt-community/pwa-module/commit/854d826))


### Features

* rewrite workbox ([#122](https://github.com/nuxt-community/pwa-module/issues/122)) ([9e49896](https://github.com/nuxt-community/pwa-module/commit/9e49896))
* **workbox:** change the order of default runtimeCache ([#106](https://github.com/nuxt-community/pwa-module/issues/106)) ([033b504](https://github.com/nuxt-community/pwa-module/commit/033b504))


### BREAKING CHANGES

* needs nuxt 2.x or later





<a name="2.6.0"></a>
# [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)

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.6.0",
"version": "3.0.0-beta.0",
"license": "MIT",
"main": "lib/module.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down

0 comments on commit ef541d2

Please sign in to comment.