Skip to content

Commit

Permalink
Merge branch 'release/0.6.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Apr 13, 2020
2 parents 7eae391 + 3827e57 commit 2530e6a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 97 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.14] - 2020-04-13
### Changed
- Update dependencies

## [0.6.13] - 2020-04-07
### Changed
- Update dependencies
Expand Down Expand Up @@ -283,7 +287,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.13...HEAD
[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.14...HEAD
[0.6.14]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.13...v0.6.14
[0.6.13]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.12...v0.6.13
[0.6.12]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.11...v0.6.12
[0.6.11]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.10...v0.6.11
Expand Down
122 changes: 35 additions & 87 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piping-ui",
"version": "0.6.13",
"version": "0.6.14",
"private": true,
"author": "Ryo Ota <[email protected]> (https://github.com/nwtgck)",
"scripts": {
Expand All @@ -24,16 +24,16 @@
"@mattiasbuelens/web-streams-adapter": "0.1.0-alpha.3",
"binconv": "^0.2.0",
"clipboard": "^2.0.6",
"core-js": "^3.6.4",
"core-js": "^3.6.5",
"file-saver": "^2.0.2",
"file-type": "^14.1.4",
"filepond": "^4.13.1",
"filepond": "^4.13.2",
"jszip": "^3.3.0",
"jwk-thumbprint": "^0.1.3",
"linkifyjs": "^2.1.8",
"openpgp": "^4.10.1",
"register-service-worker": "^1.7.1",
"sanitize-html": "^1.22.1",
"sanitize-html": "^1.23.0",
"smoothscroll-polyfill": "^0.4.4",
"ts-json-validator": "git+https://github.com/nwtgck/ts-json-validator.git#v0.1.2",
"url-join": "^4.0.1",
Expand All @@ -43,7 +43,7 @@
"vue-class-component": "^7.2.3",
"vue-filepond": "^6.0.2",
"vue-property-decorator": "^8.4.1",
"vuetify": "^2.2.20"
"vuetify": "^2.2.21"
},
"devDependencies": {
"@mdi/js": "^5.0.45",
Expand All @@ -53,22 +53,22 @@
"@types/jszip": "^3.1.7",
"@types/mocha": "^7.0.2",
"@types/openpgp": "^4.4.9",
"@types/react": "^16.9.32",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/sanitize-html": "^1.22.0",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/url-join": "^4.0.0",
"@types/workbox-sw": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"@vue/cli-plugin-babel": "~4.3.1",
"@vue/cli-plugin-eslint": "~4.3.1",
"@vue/cli-plugin-pwa": "~4.3.1",
"@vue/cli-plugin-typescript": "~4.3.1",
"@vue/cli-plugin-unit-mocha": "~4.3.1",
"@vue/cli-service": "~4.3.1",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.0-beta.32",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"copyfiles": "^2.2.0",
Expand Down

2 comments on commit 2530e6a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.