Skip to content

Commit

Permalink
chore(release): publish v5.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2021
1 parent ae44e52 commit 309bdaa
Show file tree
Hide file tree
Showing 36 changed files with 169 additions and 39 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)


### Bug Fixes

* **demo:** demo page not working ([#262](https://github.com/vime-js/vime/issues/262)) ([23ba7bb](https://github.com/vime-js/vime/commit/23ba7bbff6e2b71decfe8e1767d81c46ea3edc01))
* downgrade `@stencil/core` to `2.5.2` to resolve `attachShadow` missing ([ae44e52](https://github.com/vime-js/vime/commit/ae44e5263521ad3f92c395c22ce727152c6a8452)), closes [#261](https://github.com/vime-js/vime/issues/261)





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)


Expand Down
8 changes: 8 additions & 0 deletions examples/angular/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)

**Note:** Version bump only for package @vime/angular-example





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)


Expand Down
6 changes: 3 additions & 3 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vime/angular-example",
"private": true,
"version": "5.0.34",
"version": "5.0.35",
"scripts": {
"ng": "ng",
"build": "ng build",
Expand All @@ -16,8 +16,8 @@
"@angular/platform-browser": "v11-lts",
"@angular/platform-browser-dynamic": "v11-lts",
"@angular/router": "v11-lts",
"@vime/angular": "^5.0.34",
"@vime/core": "^5.0.34",
"@vime/angular": "^5.0.35",
"@vime/core": "^5.0.35",
"rxjs": "~6.6.3",
"tslib": "^2.0.1",
"zone.js": "~0.10.3"
Expand Down
8 changes: 8 additions & 0 deletions examples/react/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)

**Note:** Version bump only for package @vime/react-example





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)


Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@vime/react-example",
"version": "5.0.34",
"version": "5.0.35",
"private": true,
"dependencies": {
"@vime/core": "^5.0.34",
"@vime/react": "^5.0.34",
"@vime/core": "^5.0.35",
"@vime/react": "^5.0.35",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/rollup/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)

**Note:** Version bump only for package @vime/rollup-example





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)


Expand Down
4 changes: 2 additions & 2 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@vime/rollup-example",
"version": "5.0.34",
"version": "5.0.35",
"private": true,
"scripts": {
"build": "rollup -c",
"serve": "rollup -c -w",
"start": "sirv public"
},
"dependencies": {
"@vime/core": "^5.0.34"
"@vime/core": "^5.0.35"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^10.0.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/stencil/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)


### Bug Fixes

* downgrade `@stencil/core` to `2.5.2` to resolve `attachShadow` missing ([ae44e52](https://github.com/vime-js/vime/commit/ae44e5263521ad3f92c395c22ce727152c6a8452)), closes [#261](https://github.com/vime-js/vime/issues/261)





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)


Expand Down
4 changes: 2 additions & 2 deletions examples/stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@vime/stencil-example",
"version": "5.0.34",
"version": "5.0.35",
"private": true,
"scripts": {
"build": "stencil build",
"serve": "stencil build --dev --watch --serve"
},
"dependencies": {
"@vime/core": "^5.0.34"
"@vime/core": "^5.0.35"
},
"devDependencies": {
"@stencil/core": "2.5.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/svelte/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)

**Note:** Version bump only for package @vime/svelte-example





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)

**Note:** Version bump only for package @vime/svelte-example
6 changes: 3 additions & 3 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@vime/svelte-example",
"version": "5.0.34",
"version": "5.0.35",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"validate": "svelte-check",
"serve": "webpack-dev-server"
},
"dependencies": {
"@vime/core": "^5.0.34",
"@vime/svelte": "^5.0.34"
"@vime/core": "^5.0.35",
"@vime/svelte": "^5.0.35"
},
"devDependencies": {
"@tsconfig/svelte": "^1.0.10",
Expand Down
8 changes: 8 additions & 0 deletions examples/vue-next/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)

**Note:** Version bump only for package @vime/vue-next-example





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)

**Note:** Version bump only for package @vime/vue-next-example
6 changes: 3 additions & 3 deletions examples/vue-next/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@vime/vue-next-example",
"version": "5.0.34",
"version": "5.0.35",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@vime/core": "^5.0.34",
"@vime/vue-next": "^5.0.34",
"@vime/core": "^5.0.35",
"@vime/vue-next": "^5.0.35",
"core-js": "^3.6.5",
"vue": "^3.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/vue/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)

**Note:** Version bump only for package @vime/vue-example





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)

**Note:** Version bump only for package @vime/vue-example
6 changes: 3 additions & 3 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@vime/vue-example",
"version": "5.0.34",
"version": "5.0.35",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"serve": "vue-cli-service serve"
},
"dependencies": {
"@vime/core": "^5.0.34",
"@vime/vue": "^5.0.34",
"@vime/core": "^5.0.35",
"@vime/vue": "^5.0.35",
"tslib": "^2.0.1",
"vue": "^2.6.12",
"vue-class-component": "^7.2.5",
Expand Down
8 changes: 8 additions & 0 deletions examples/webpack/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)

**Note:** Version bump only for package @vime/webpack-example





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)


Expand Down
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@vime/webpack-example",
"version": "5.0.34",
"version": "5.0.35",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"serve": "webpack serve --open true"
},
"dependencies": {
"@vime/core": "^5.0.34"
"@vime/core": "^5.0.35"
},
"devDependencies": {
"cross-env": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.34",
"version": "5.0.35",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/angular/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)

**Note:** Version bump only for package @vime/angular





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vime/angular",
"version": "5.0.34",
"version": "5.0.35",
"license": "MIT",
"scripts": {
"build": "ng build --prod",
Expand All @@ -11,7 +11,7 @@
"ng": "ng"
},
"dependencies": {
"@vime/core": "^5.0.34"
"@vime/core": "^5.0.35"
},
"devDependencies": {
"@angular-devkit/build-angular": "v11-lts",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)


### Bug Fixes

* downgrade `@stencil/core` to `2.5.2` to resolve `attachShadow` missing ([ae44e52](https://github.com/vime-js/vime/commit/ae44e5263521ad3f92c395c22ce727152c6a8452)), closes [#261](https://github.com/vime-js/vime/issues/261)





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vime/core",
"version": "5.0.34",
"version": "5.0.35",
"description": "Customizable, extensible, accessible and framework agnostic media player.",
"license": "MIT",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.

## [5.0.35](https://github.com/vime-js/vime/compare/v5.0.34...v5.0.35) (2021-11-05)

**Note:** Version bump only for package @vime/react





## [5.0.34](https://github.com/vime-js/vime/compare/v5.0.33...v5.0.34) (2021-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/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 309bdaa

Please sign in to comment.