Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nuxtjs/icon@1.1.1
 - @nuxtjs/manifest@1.7.1
 - @nuxtjs/meta@1.5.2
 - @nuxtjs/pwa@1.0.1
 - @nuxtjs/workbox@1.2.1
  • Loading branch information
Pooya Parsa committed Oct 4, 2017
1 parent 5bc6c19 commit addc150
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 9 deletions.
10 changes: 9 additions & 1 deletion packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.1"></a>
## 1.1.1 (2017-10-04)




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

<a name="1.1.0"></a>
# [1.1.0](https://github.com/nuxt/modules/compare/@nuxtjs/icon@1.0.1...@nuxtjs/icon@1.1.0) (2017-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": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa",
Expand Down
10 changes: 9 additions & 1 deletion packages/manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.7.1"></a>
## 1.7.1 (2017-10-04)




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

<a name="1.7.0"></a>
# [1.7.0](https://github.com/nuxt/modules/compare/@nuxtjs/manifest@1.6.1...@nuxtjs/manifest@1.7.0) (2017-09-22)
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": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa",
Expand Down
10 changes: 9 additions & 1 deletion packages/meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.5.2"></a>
## 1.5.2 (2017-10-04)




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

<a name="1.5.1"></a>
## [1.5.1](https://github.com/nuxt/modules/compare/@nuxtjs/meta@1.5.0...@nuxtjs/meta@1.5.1) (2017-09-22)
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": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa",
Expand Down
12 changes: 12 additions & 0 deletions packages/pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.1"></a>
## 1.0.1 (2017-10-04)




**Note:** Version bump only for package @nuxtjs/pwa
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": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa",
Expand Down
10 changes: 9 additions & 1 deletion packages/workbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.2.1"></a>
## 1.2.1 (2017-10-04)




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

<a name="1.2.0"></a>
# [1.2.0](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@1.1.6...@nuxtjs/workbox@1.2.0) (2017-08-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": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa",
Expand Down

0 comments on commit addc150

Please sign in to comment.