Skip to content

Commit

Permalink
Merge branch 'release/0.4.30'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jan 14, 2020
2 parents 43f3ea8 + 6ec4232 commit c9df16a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 33 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.30] - 2020-01-14
### Changed
- Update dependencies

## [0.4.29] - 2020-01-12
### Changed
- Update dependency
Expand Down Expand Up @@ -202,7 +206,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.29...HEAD
[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.4.30...HEAD
[0.4.30]: https://github.com/nwtgck/piping-ui-web/compare/v0.4.29...v0.4.30
[0.4.29]: https://github.com/nwtgck/piping-ui-web/compare/v0.4.28...v0.4.29
[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
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piping-ui",
"version": "0.4.29",
"version": "0.4.30",
"private": true,
"author": "Ryo Ota <[email protected]> (https://github.com/nwtgck)",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@fortawesome/vue-fontawesome": "^0.1.9",
"binconv": "github:nwtgck/binconv-npm#v0.1.1",
"clipboard": "^2.0.4",
"core-js": "^3.6.3",
"core-js": "^3.6.4",
"file-saver": "^2.0.2",
"file-type": "^13.0.3",
"filepond": "^4.9.3",
Expand All @@ -37,13 +37,13 @@
"vue": "^2.6.11",
"vue-async-computed": "^3.8.2",
"vue-async-computed-decorator": "0.0.4",
"vue-class-component": "^7.2.1",
"vue-class-component": "^7.2.2",
"vue-filepond": "^6.0.0",
"vue-property-decorator": "^8.3.0",
"vuetify": "^2.1.18"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@mdi/js": "^4.7.95",
"@types/chai": "^4.2.7",
"@types/clipboard": "^2.0.1",
Expand Down Expand Up @@ -74,7 +74,7 @@
"material-design-icons-iconfont": "^5.0.1",
"react": "^16.12.0",
"sass": "^1.24.4",
"sass-loader": "^8.0.1",
"sass-loader": "^8.0.2",
"typescript": "^3.7.4",
"vue-cli-plugin-vuetify": "^2.0.3",
"vue-template-compiler": "^2.6.11",
Expand Down

0 comments on commit c9df16a

Please sign in to comment.