Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.3...v1.5.0) (2024-03-22)

### New Features 🚀

* add pillarbox-js css as main theme ([a18e19d](a18e19d))

### Chore 🧹

* **bundle:** add babel transpilation ([cedf945](cedf945)), closes [#230](#230)

### Docs 📖

* add custom events tutorial ([6243382](6243382))
* default fill option value ([84c1ffc](84c1ffc))
  • Loading branch information
semantic-release-bot committed Mar 22, 2024
1 parent a18e19d commit 4953477
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.5.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.4.3...v1.5.0) (2024-03-22)


### New Features 🚀

* add pillarbox-js css as main theme ([a18e19d](https://github.com/SRGSSR/pillarbox-web/commit/a18e19dfbdcb6e7799d302359d3ed5aeebe7354a))


### Chore 🧹

* **bundle:** add babel transpilation ([cedf945](https://github.com/SRGSSR/pillarbox-web/commit/cedf945c6f215040af2668e1ed303092f46f8795)), closes [#230](https://github.com/SRGSSR/pillarbox-web/issues/230)


### Docs 📖

* add custom events tutorial ([6243382](https://github.com/SRGSSR/pillarbox-web/commit/624338251f554c0b44d3027b2e8a859dd819b04d))
* default fill option value ([84c1ffc](https://github.com/SRGSSR/pillarbox-web/commit/84c1ffcb07af5fae67b9de41dc6c51b5f9f015ee))

## [1.4.3](https://github.com/SRGSSR/pillarbox-web/compare/v1.4.2...v1.4.3) (2024-03-18)


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,7 +1,7 @@
{
"name": "@srgssr/pillarbox-web",
"description": "Pillarbox is the modern SRG SSR player",
"version": "1.4.3",
"version": "1.5.0",
"type": "module",
"module": "dist/pillarbox.es.js",
"style": "./dist/pillarbox.min.css",
Expand Down

0 comments on commit 4953477

Please sign in to comment.