Skip to content

Commit

Permalink
chore(release): v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Apr 10, 2020
1 parent 0c8817c commit ad16f9d
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.4.3](https://github.com/vime-js/vime/compare/v1.4.2...v1.4.3) (2020-04-10)


### Bug Fixes

* **standard:** player not becoming active ([89ab81c](https://github.com/vime-js/vime/commit/89ab81ce40b9e260086d122e3f05623b69e9bc7a))





## [1.4.2](https://github.com/vime-js/vime/compare/v1.4.1...v1.4.2) (2020-04-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.4.2",
"version": "1.4.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vime-complete/CHANGELOG.md
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.4.3](https://github.com/vime-js/vime/tree/master/packages/vime-complete/compare/v1.4.2...v1.4.3) (2020-04-10)

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





## [1.4.2](https://github.com/vime-js/vime/tree/master/packages/vime-complete/compare/v1.4.1...v1.4.2) (2020-04-10)

**Note:** Version bump only for package @vime-js/complete
Expand Down
4 changes: 2 additions & 2 deletions packages/vime-complete/package.json
@@ -1,7 +1,7 @@
{
"name": "@vime-js/complete",
"description": "Vime Complete Player",
"version": "1.4.2",
"version": "1.4.3",
"svelte": "src/index.js",
"main": "dist/complete.js",
"module": "dist/complete.esm.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@vime-js/core": "^1.4.2",
"@vime-js/lite": "^1.4.2",
"@vime-js/standard": "^1.4.2",
"@vime-js/standard": "^1.4.3",
"@vime-js/utils": "^1.4.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vime-playground/CHANGELOG.md
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.4.3](https://github.com/vime-js/vime/compare/v1.4.2...v1.4.3) (2020-04-10)

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





## [1.4.2](https://github.com/vime-js/vime/compare/v1.4.1...v1.4.2) (2020-04-10)

**Note:** Version bump only for package @vime-js/playground
Expand Down
6 changes: 3 additions & 3 deletions packages/vime-playground/package.json
@@ -1,18 +1,18 @@
{
"name": "@vime-js/playground",
"version": "1.4.2",
"version": "1.4.3",
"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.4.2",
"@vime-js/complete": "^1.4.3",
"@vime-js/core": "^1.4.2",
"@vime-js/lite": "^1.4.2",
"@vime-js/preview": "^1.4.2",
"@vime-js/standard": "^1.4.2",
"@vime-js/standard": "^1.4.3",
"@vime-js/utils": "^1.4.0",
"fuzzy": "^0.1.3",
"javascript-time-ago": "^2.0.7"
Expand Down
11 changes: 11 additions & 0 deletions packages/vime-standard/CHANGELOG.md
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.4.3](https://github.com/vime-js/vime/tree/master/packages/vime-standard/compare/v1.4.2...v1.4.3) (2020-04-10)


### Bug Fixes

* **standard:** player not becoming active ([89ab81c](https://github.com/vime-js/vime/tree/master/packages/vime-standard/commit/89ab81ce40b9e260086d122e3f05623b69e9bc7a))





## [1.4.2](https://github.com/vime-js/vime/tree/master/packages/vime-standard/compare/v1.4.1...v1.4.2) (2020-04-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/vime-standard/package.json
@@ -1,7 +1,7 @@
{
"name": "@vime-js/standard",
"description": "Vime Standard Player",
"version": "1.4.2",
"version": "1.4.3",
"svelte": "src/index.js",
"main": "dist/standard.js",
"module": "dist/standard.esm.js",
Expand Down

0 comments on commit ad16f9d

Please sign in to comment.