From 86db39fb5b619794694984cca3a4b48ef54f0045 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Sun, 12 Jan 2020 05:05:15 +0900 Subject: [PATCH 1/4] [bump] Start 0.4.28-SNAPSHOT --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5743dcc25..3057d381b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "piping-ui", - "version": "0.4.27", + "version": "0.4.28-SNAPSHOT", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 292c30074..9f4ff9d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piping-ui", - "version": "0.4.27", + "version": "0.4.28-SNAPSHOT", "private": true, "author": "Ryo Ota (https://github.com/nwtgck)", "scripts": { From 3a727ea7f353aee36b79f8e490855638c5b706e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 11:36:28 +0900 Subject: [PATCH 2/4] Bump @babel/plugin-proposal-nullish-coalescing-operator (#171) Bumps [@babel/plugin-proposal-nullish-coalescing-operator](https://github.com/babel/babel) from 7.7.4 to 7.8.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.8.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 34 +++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3057d381b..b3fa8de50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1216,13 +1216,21 @@ } }, "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.7.4.tgz", - "integrity": "sha512-TbYHmr1Gl1UC7Vo2HVuj/Naci5BEGNZ0AJhzqD2Vpr6QPFWpUmBRLrIDjedzx7/CShq0bRDS2gI4FIs77VHLVQ==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.0.tgz", + "integrity": "sha512-cQMI+RQdcK2IyMm13NKKFCYfOSBUtFxEeRBOdFCi2Pubv/CpkrCubc/ikdeKMT6Lu+uQ+lNSDEJvDCOQZkUy0g==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.7.4" + "@babel/helper-plugin-utils": "^7.8.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz", + "integrity": "sha512-+hAlRGdf8fHQAyNnDBqTHQhwdLURLdrCROoWaEQYiQhk2sV9Rhs+GoFZZfMJExTq9HG8o2NX3uN2G90bFtmFdA==", + "dev": true + } } }, "@babel/plugin-proposal-object-rest-spread": { @@ -1301,12 +1309,20 @@ } }, "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.7.4.tgz", - "integrity": "sha512-XKh/yIRPiQTOeBg0QJjEus5qiSKucKAiApNtO1psqG7D17xmE+X2i5ZqBEuSvo0HRuyPaKaSN/Gy+Ha9KFQolw==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.0.tgz", + "integrity": "sha512-Rv2hnBToN6rbA9hO2a4vtwXZLzNa+TWkoSIMMvUezFz5+D9NPeX7SFrArwtFzzbwndmWiqboTr5rNpzAz0MPpA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz", + "integrity": "sha512-+hAlRGdf8fHQAyNnDBqTHQhwdLURLdrCROoWaEQYiQhk2sV9Rhs+GoFZZfMJExTq9HG8o2NX3uN2G90bFtmFdA==", + "dev": true + } } }, "@babel/plugin-syntax-object-rest-spread": { diff --git a/package.json b/package.json index 9f4ff9d1c..55bca4667 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "vuetify": "^2.1.18" }, "devDependencies": { - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.0", "@mdi/js": "^4.7.95", "@types/chai": "^4.2.7", "@types/clipboard": "^2.0.1", From a04b1b22db7eb498fa4d412d42848e2a2b5d0f9d Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Sun, 12 Jan 2020 11:47:36 +0900 Subject: [PATCH 3/4] [change] Set fields to "share_target" to remove warnings --- public/manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 7ab106492..7dc219603 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -18,6 +18,13 @@ "background_color": "#000000", "theme_color": "#5A98E3", "share_target": { - "action": "index.html" + "action": "index.html", + "method": "GET", + "enctype": "application/x-www-form-urlencoded", + "params": { + "title": "title", + "text": "text", + "url": "url" + } } } From 9ffad50f7c96d8f17addc7a192bb200e0460b504 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Sun, 12 Jan 2020 12:09:41 +0900 Subject: [PATCH 4/4] [bump/docs] Bump up version to 0.4.28 and update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 330e72b93..3d8978c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.4.28] - 2019-01-12 +### Fixed +- Remove warnings of Web Share Target API + ## [0.4.27] - 2019-01-11 ### Added - Support Web Share Target API @@ -190,7 +194,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ### Added - First release -[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.4.27...HEAD +[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.4.28...HEAD +[0.4.28]: https://github.com/nwtgck/piping-ui-web/compare/v0.4.27...v0.4.28 [0.4.27]: https://github.com/nwtgck/piping-ui-web/compare/v0.4.26...v0.4.27 [0.4.26]: https://github.com/nwtgck/piping-ui-web/compare/v0.4.25...v0.4.26 [0.4.25]: https://github.com/nwtgck/piping-ui-web/compare/v0.4.24...v0.4.25 diff --git a/package-lock.json b/package-lock.json index b3fa8de50..851645980 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "piping-ui", - "version": "0.4.28-SNAPSHOT", + "version": "0.4.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 55bca4667..cfc8377bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piping-ui", - "version": "0.4.28-SNAPSHOT", + "version": "0.4.28", "private": true, "author": "Ryo Ota (https://github.com/nwtgck)", "scripts": {