Skip to content

Commit

Permalink
Merge branch 'release/0.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Sep 12, 2022
2 parents 4861639 + b7e83bf commit be6941a
Show file tree
Hide file tree
Showing 12 changed files with 1,231 additions and 1,236 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.10.0] - 2022-09-12
### Change
- (internal) Use Composition API in the components
- Update dependencies
- Enable streaming-upload as possible by default if available because Chrome Stable 105 can streaming-upload when using separate Chrome profiles

## [0.9.0] - 2022-08-30
### Change
- Force disable streaming-upload because Chrome Stable 105.0.5195.52 causes an error "Failed to load resource: net::ERR_FAILED", which will be enabled again after Chrome fixed
Expand Down Expand Up @@ -394,7 +400,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.9.0...HEAD
[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.7.3...v0.8.0
[0.7.3]: https://github.com/nwtgck/piping-ui-web/compare/v0.7.2...v0.7.3
Expand Down
138 changes: 71 additions & 67 deletions package-lock.json

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

Loading

0 comments on commit be6941a

Please sign in to comment.