Skip to content

Commit d876541

Browse files
chore(release): 1.23.2 [skip ci]
## [1.23.2](v1.23.1...v1.23.2) (2025-09-11) ### Enhancements and Bug Fixes 🐛 * exports.types in package.json for correct typescript entry point ([2bdc2fd](2bdc2fd)) ### Docs 📖 * adds a tutorial on how to integrate ecma scripts modules through a CDN ([faad1f9](faad1f9)), closes [#333](#333) [#331](#331) * remove note about yarn deduplication issue with video.js ([d23c1cb](d23c1cb)), closes [#222](#222) ### CI 🔁 * upgrade node version to 22 in ci workflow ([209577d](209577d))
1 parent 2bdc2fd commit d876541

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.23.2](https://github.com/SRGSSR/pillarbox-web/compare/v1.23.1...v1.23.2) (2025-09-11)
2+
3+
4+
### Enhancements and Bug Fixes 🐛
5+
6+
* exports.types in package.json for correct typescript entry point ([2bdc2fd](https://github.com/SRGSSR/pillarbox-web/commit/2bdc2fd5d4fc573c47987f4bab1c3ce427627d08))
7+
8+
9+
### Docs 📖
10+
11+
* adds a tutorial on how to integrate ecma scripts modules through a CDN ([faad1f9](https://github.com/SRGSSR/pillarbox-web/commit/faad1f9bbc44775ac21f43f586c5029eb703aea1)), closes [#333](https://github.com/SRGSSR/pillarbox-web/issues/333) [#331](https://github.com/SRGSSR/pillarbox-web/issues/331)
12+
* remove note about yarn deduplication issue with video.js ([d23c1cb](https://github.com/SRGSSR/pillarbox-web/commit/d23c1cb7363460d0c06d02dfd5507abc08e6d3b4)), closes [#222](https://github.com/SRGSSR/pillarbox-web/issues/222)
13+
14+
15+
### CI 🔁
16+
17+
* upgrade node version to 22 in ci workflow ([209577d](https://github.com/SRGSSR/pillarbox-web/commit/209577d7a35f259d29370b20e283ad9ae6ba8d3d))
18+
119
## [1.23.1](https://github.com/SRGSSR/pillarbox-web/compare/v1.23.0...v1.23.1) (2025-07-25)
220

321

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@srgssr/pillarbox-web",
33
"description": "Pillarbox is the modern SRG SSR player",
4-
"version": "1.23.1",
4+
"version": "1.23.2",
55
"type": "module",
66
"module": "dist/pillarbox.es.js",
77
"main": "dist/pillarbox.cjs",

0 commit comments

Comments
 (0)