Skip to content

Commit

Permalink
Merge branch 'release/0.4.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jan 12, 2020
2 parents 1639671 + 9ffad50 commit 9765e45
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 14 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
36 changes: 26 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piping-ui",
"version": "0.4.27",
"version": "0.4.28",
"private": true,
"author": "Ryo Ota <nwtgck@nwtgck.org> (https://github.com/nwtgck)",
"scripts": {
Expand Down Expand Up @@ -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",
Expand Down
9 changes: 8 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 9765e45

Please sign in to comment.