Skip to content

Commit

Permalink
chore(release): v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Jul 10, 2020
1 parent 1ab6f32 commit e2caa23
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.5](https://github.com/vime-js/vime/compare/v1.6.4...v1.6.5) (2020-07-10)


### Bug Fixes

* **complete:** player freezing and locking entire ui ([4664277](https://github.com/vime-js/vime/commit/4664277646a4bdf311999c51ee31124454a65f53))





## [1.6.4](https://github.com/vime-js/vime/compare/v1.6.3...v1.6.4) (2020-07-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.6.4",
"version": "1.6.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vime-complete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.5](https://github.com/vime-js/vime/tree/master/packages/vime-complete/compare/v1.6.4...v1.6.5) (2020-07-10)


### Bug Fixes

* **complete:** player freezing and locking entire ui ([4664277](https://github.com/vime-js/vime/tree/master/packages/vime-complete/commit/4664277646a4bdf311999c51ee31124454a65f53))





## [1.6.4](https://github.com/vime-js/vime/tree/master/packages/vime-complete/compare/v1.6.3...v1.6.4) (2020-07-10)

**Note:** Version bump only for package @vime-js/complete
Expand Down
2 changes: 1 addition & 1 deletion packages/vime-complete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vime-js/complete",
"description": "Vime Complete Player",
"version": "1.6.4",
"version": "1.6.5",
"svelte": "src/index.js",
"main": "dist/complete.js",
"module": "dist/complete.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/vime-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.5](https://github.com/vime-js/vime/compare/v1.6.4...v1.6.5) (2020-07-10)

**Note:** Version bump only for package @vime-js/playground





## [1.6.4](https://github.com/vime-js/vime/compare/v1.6.3...v1.6.4) (2020-07-10)

**Note:** Version bump only for package @vime-js/playground
Expand Down
4 changes: 2 additions & 2 deletions packages/vime-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@vime-js/playground",
"version": "1.6.4",
"version": "1.6.5",
"private": true,
"license": "MIT",
"scripts": {
"build": "build-storybook -c .storybook -o .app -s ../../static",
"serve": "start-storybook -p 6006 -s ../../static"
},
"dependencies": {
"@vime-js/complete": "^1.6.4",
"@vime-js/complete": "^1.6.5",
"@vime-js/core": "^1.6.4",
"@vime-js/lite": "^1.6.4",
"@vime-js/preview": "^1.6.4",
Expand Down

0 comments on commit e2caa23

Please sign in to comment.