Skip to content

Commit

Permalink
Merge branch 'release/0.6.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Feb 13, 2020
2 parents 359890e + eb7832e commit fd1b640
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 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.6.5] - 2020-02-13
### Changed
- Update dependencies

## [0.6.4] - 2020-02-11
### Changed
- Update dependencies
Expand Down Expand Up @@ -245,7 +249,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.6.4...HEAD
[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.5...HEAD
[0.6.5]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.4...v0.6.5
[0.6.4]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.3...v0.6.4
[0.6.3]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.1...v0.6.2
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piping-ui",
"version": "0.6.4",
"version": "0.6.5",
"private": true,
"author": "Ryo Ota <nwtgck@nwtgck.org> (https://github.com/nwtgck)",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"clipboard": "^2.0.4",
"core-js": "^3.6.4",
"file-saver": "^2.0.2",
"file-type": "^14.1.1",
"file-type": "^14.1.2",
"filepond": "^4.11.0",
"jszip": "^3.2.2",
"jwk-thumbprint": "^0.1.2",
Expand All @@ -43,7 +43,7 @@
"vue-class-component": "^7.2.2",
"vue-filepond": "^6.0.2",
"vue-property-decorator": "^8.4.0",
"vuetify": "^2.2.11"
"vuetify": "^2.2.12"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
Expand Down Expand Up @@ -82,7 +82,7 @@
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"typescript": "~3.7.5",
"vue-cli-plugin-vuetify": "^2.0.4",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3",
"watch-build-serve": "github:nwtgck/watch-build-serve-node#afc757410b3339e1603916ab98b8e5760569dbaa",
Expand Down

0 comments on commit fd1b640

Please sign in to comment.