Skip to content

Commit

Permalink
Merge pull request #79 from amplience/main
Browse files Browse the repository at this point in the history
chore: v4.1.0 sync
  • Loading branch information
neilmistryamplience authored Aug 29, 2024
2 parents 9f06476 + 669ee80 commit fbdeb24
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.1.0](https://github.com/amplience/dc-demostore-core/compare/v4.0.1...v4.1.0) (2024-08-29)


### Features

* added docs, in readme and additional profile ([f2edeb5](https://github.com/amplience/dc-demostore-core/commit/f2edeb5855ea7e2d48e8ff4fde3ed9b8ad17d87e))
* Video Captions and WIP docs process ([9d4b08e](https://github.com/amplience/dc-demostore-core/commit/9d4b08e851bcb83e3e77514e1a40e61fb7cd951f))


### Bug Fixes

* Crash on category page breadcrumb and fix to # to not link for group ([9f06476](https://github.com/amplience/dc-demostore-core/commit/9f064761d65218c0391b95565471146eb688cbd9))
* Display of locationName and click and collect with crash fix ([38d9b2f](https://github.com/amplience/dc-demostore-core/commit/38d9b2f89e51ad76a5878d2d7ce122e2ab19a4a4))
* Possible Link with no object / string causing crash ([742f82f](https://github.com/amplience/dc-demostore-core/commit/742f82f13f6392af877506b8b31b2210162dead6))

## [4.0.1](https://github.com/amplience/dc-demostore-core/compare/v4.0.0...v4.0.1) (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion docs/AutomatedVideoCaptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ See the video component for implementation.

1. Create your transcoding profile for captions for en-US following the [documentation](https://amplience.com/developers/docs/user-guides/assets/video/#captions-options)

2. Upload a video to Content Hub. For this demo, ensure there is speech in English. An example can be found [here](https://amp-product.s3.eu-west-1.amazonaws.com/examples/video/Automatic+video+captions_Master_no+sub.mp4)
2. Upload a video to Content Hub. For this demo, ensure there is speech in English. An example can be found [here](https://amp-product.s3.eu-west-1.amazonaws.com/examples/video/Automatic_video_captions_Master_no_sub.mp4)

3. Assign both your default profiles to the video and your new captions profile for en-US. For reference the default profiles are:

Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplience/dc-demostore-core",
"version": "4.0.1",
"version": "4.1.0",
"private": false,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit fbdeb24

Please sign in to comment.