Skip to content

Commit

Permalink
release: 13.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert committed Jan 11, 2025
1 parent 4fa9bdb commit 02a3a6d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## [13.3.1](https://github.com/AxisCommunications/media-stream-library-js/compare/v13.3.0..e0ff987acb55553d5674c066d2349637f90c85a6) (2025-01-11T17:41:45.022Z)
## [13.3.2](https://github.com/AxisCommunications/media-stream-library-js/compare/v13.3.1..4fa9bdb741cc9d5462fe83b1f4e614c8892bb621) (2025-01-11T17:46:39.866Z)
2 changes: 1 addition & 1 deletion overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-overlay-library",
"version": "13.3.1",
"version": "13.3.2",
"license": "MIT",
"description": "React library for SVG drawing.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "media-js",
"description": "Media libraries for Node and the Web.",
"private": true,
"version": "13.3.1",
"version": "13.3.2",
"repository": {
"type": "git",
"url": "https://github.com/AxisCommunications/media-stream-library-js"
Expand Down
4 changes: 2 additions & 2 deletions player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-stream-player",
"version": "13.3.1",
"version": "13.3.2",
"license": "MIT",
"description": "Player built on top of media-stream-library",
"keywords": [
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"luxon": "^3.0.0",
"media-stream-library": "^13.3.1",
"media-stream-library": "^13.3.2",
"react": "^17.0.2 || ^18.1.0",
"react-dom": "^17.0.2 || ^18.1.0",
"styled-components": "^5.3.5"
Expand Down
2 changes: 1 addition & 1 deletion streams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-stream-library",
"version": "13.3.1",
"version": "13.3.2",
"license": "MIT",
"description": "Media stream library for Node & the Web.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4194,7 +4194,7 @@ __metadata:
vite: 5.4.0
peerDependencies:
luxon: ^3.0.0
media-stream-library: ^13.3.1
media-stream-library: ^13.3.2
react: ^17.0.2 || ^18.1.0
react-dom: ^17.0.2 || ^18.1.0
styled-components: ^5.3.5
Expand Down

0 comments on commit 02a3a6d

Please sign in to comment.