Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nuxtjs/icon@2.1.0
 - @nuxtjs/meta@2.1.0
 - @nuxtjs/pwa@2.0.6
 - @nuxtjs/workbox@2.2.0
  • Loading branch information
Pooya Parsa committed Mar 5, 2018
1 parent 7cf551f commit 841640a
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 7 deletions.
12 changes: 12 additions & 0 deletions packages/icon/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.1.0"></a>
# [2.1.0](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/icon@2.0.2...@nuxtjs/icon@2.1.0) (2018-03-05)


### Features

* **icon:** add combined option sources ([539430f](https://github.com/nuxt-community/pwa-module/commit/539430f))





<a name="2.0.2"></a>
## [2.0.2](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/icon@2.0.1...@nuxtjs/icon@2.0.2) (2017-12-29)

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.0.2",
"version": "2.1.0",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down
12 changes: 12 additions & 0 deletions packages/meta/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.1.0"></a>
# [2.1.0](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/meta@2.0.2...@nuxtjs/meta@2.1.0) (2018-03-05)


### Features

* add og:image support ([#30](https://github.com/nuxt-community/pwa-module/issues/30)) ([afebd96](https://github.com/nuxt-community/pwa-module/commit/afebd96))





<a name="2.0.2"></a>
## [2.0.2](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/meta@2.0.1...@nuxtjs/meta@2.0.2) (2017-12-29)

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.0.2",
"version": "2.1.0",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down
9 changes: 9 additions & 0 deletions packages/pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.6"></a>
## [2.0.6](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/pwa@2.0.5...@nuxtjs/pwa@2.0.6) (2018-03-05)





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

<a name="2.0.5"></a>
## [2.0.5](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/pwa@2.0.4...@nuxtjs/pwa@2.0.5) (2017-12-29)

Expand Down
8 changes: 4 additions & 4 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@nuxtjs/pwa",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nuxtjs/icon": "^2.0.2",
"@nuxtjs/icon": "^2.1.0",
"@nuxtjs/manifest": "^2.1.0",
"@nuxtjs/meta": "^2.0.2",
"@nuxtjs/workbox": "^2.1.1"
"@nuxtjs/meta": "^2.1.0",
"@nuxtjs/workbox": "^2.2.0"
}
}
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.2.0"></a>
# [2.2.0](https://github.com/nuxt-community/pwa-module/compare/@nuxtjs/workbox@2.1.1...@nuxtjs/workbox@2.2.0) (2018-03-05)


### Features

* Add support of StrategyOptions to cache ([b17bbd0](https://github.com/nuxt-community/pwa-module/commit/b17bbd0))





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

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.1.1",
"version": "2.2.0",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down

0 comments on commit 841640a

Please sign in to comment.