Skip to content

Commit

Permalink
bump versions to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 24, 2018
1 parent c27c511 commit ef670b8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.3.0",
"version": "2.3.2",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
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.3.0",
"version": "2.3.2",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
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.3.0",
"version": "2.3.2",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
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.0.0",
"version": "2.3.2",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt-community/pwa-module",
Expand Down
6 changes: 3 additions & 3 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"access": "public"
},
"dependencies": {
"@nuxtjs/icon": "^2.3.0",
"@nuxtjs/manifest": "^2.3.0",
"@nuxtjs/meta": "^2.3.0",
"@nuxtjs/icon": "^2.3.2",
"@nuxtjs/manifest": "^2.3.2",
"@nuxtjs/meta": "^2.3.2",
"@nuxtjs/workbox": "^2.3.2"
}
}

0 comments on commit ef670b8

Please sign in to comment.