Skip to content

Commit

Permalink
chore(publish): update packages
Browse files Browse the repository at this point in the history
 - @tds/core-video@1.3.14
 - @tds/core-web-video@1.1.20
 - @tds/shared-video-splash@1.1.41
  • Loading branch information
TDSBot committed Feb 2, 2021
1 parent c32f625 commit 29dccae
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/Video/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.3.14](https://github.com/telus/tds-core/compare/@tds/core-video@1.3.13...@tds/core-video@1.3.14) (2021-02-02)

**Note:** Version bump only for package @tds/core-video





## [1.3.13](https://github.com/telus/tds-core/compare/@tds/core-video@1.3.12...@tds/core-video@1.3.13) (2021-01-15)

**Note:** Version bump only for package @tds/core-video
Expand Down
4 changes: 2 additions & 2 deletions packages/Video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-video",
"version": "1.3.13",
"version": "1.3.14",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -38,6 +38,6 @@
"prop-types": "^15.5.10"
},
"devDependencies": {
"@tds/shared-video-splash": "^1.1.40"
"@tds/shared-video-splash": "^1.1.41"
}
}
8 changes: 8 additions & 0 deletions packages/WebVideo/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.1.20](https://github.com/telus/tds-core/compare/@tds/core-web-video@1.1.19...@tds/core-web-video@1.1.20) (2021-02-02)

**Note:** Version bump only for package @tds/core-web-video





## [1.1.19](https://github.com/telus/tds-core/compare/@tds/core-web-video@1.1.18...@tds/core-web-video@1.1.19) (2021-01-15)

**Note:** Version bump only for package @tds/core-web-video
Expand Down
4 changes: 2 additions & 2 deletions packages/WebVideo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-web-video",
"version": "1.1.19",
"version": "1.1.20",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -35,6 +35,6 @@
"react-youtube": "^7.9.0"
},
"devDependencies": {
"@tds/shared-video-splash": "^1.1.40"
"@tds/shared-video-splash": "^1.1.41"
}
}
11 changes: 11 additions & 0 deletions shared/components/VideoSplash/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.1.41](https://github.com/telus/tds-core/compare/@tds/shared-video-splash@1.1.40...@tds/shared-video-splash@1.1.41) (2021-02-02)


### Bug Fixes

* **shared-video-splash:** move styled-component outside of render ([2abbe00](https://github.com/telus/tds-core/commit/2abbe0031a7a43b0ab4bf2617b5f4d0abc2d1eeb))





## [1.1.40](https://github.com/telus/tds-core/compare/@tds/shared-video-splash@1.1.39...@tds/shared-video-splash@1.1.40) (2021-01-15)

**Note:** Version bump only for package @tds/shared-video-splash
Expand Down
2 changes: 1 addition & 1 deletion shared/components/VideoSplash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/shared-video-splash",
"version": "1.1.40",
"version": "1.1.41",
"private": true,
"main": "",
"module": "",
Expand Down

0 comments on commit 29dccae

Please sign in to comment.