Skip to content

Commit

Permalink
release: 12.2.0 (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert authored Mar 21, 2023
1 parent b029dc9 commit 20e5cd2
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 42 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [12.2.0](https://github.com/AxisCommunications/media-stream-library-js/compare/v12.1.1...v12.2.0) (2023-03-21T09:54:34.838Z)

### 🚧 Maintenance

- add fallback package exports (#745) ([b029dc9](https://github.com/AxisCommunications/media-stream-library-js/commit/b029dc9af8b701956ab0a18b605400a50799c4de))
- use correct GitHub repo link ([ee5142f](https://github.com/AxisCommunications/media-stream-library-js/commit/ee5142fbcfec9004c65e511ea7052ffebbeb261d))

## [12.1.1](https://github.com/AxisCommunications/media-stream-library-js/compare/v12.1.0...v12.1.1) (2023-03-18T18:01:24.397Z)

### 🚧 Maintenance
Expand Down
38 changes: 3 additions & 35 deletions changeset.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,6 @@
## [12.1.1](https://github.com/AxisCommunications/media-stream-library-js/compare/v12.1.0...v12.1.1) (2023-03-18T18:01:24.397Z)
## [12.2.0](https://github.com/AxisCommunications/media-stream-library-js/compare/v12.1.1...v12.2.0) (2023-03-21T09:54:34.838Z)

### 🚧 Maintenance

- install just in publish workflow (#741) ([b56be67](https://github.com/AxisCommunications/media-stream-library-js/commit/b56be67af064a5fc5cb34f01dba58cfbdcb21a4e))
- enable monorepo releases ([99d95e6](https://github.com/AxisCommunications/media-stream-library-js/commit/99d95e6da9fc244fc2861d69599cda8bd37b19ae))

## [12.1.0](https://github.com/AxisCommunications/media-stream-library-js/compare/v12.0.0...v12.1.0) (2023-03-18T17:27:44.064Z)

### 🚧 Maintenance

- enable monorepo releases ([9f8f807](https://github.com/AxisCommunications/media-stream-library-js/commit/9f8f8070c1d812df5c17b11148b67bb6b8fdd068))
- **deps**: update cypress/jsdom ([7f08808](https://github.com/AxisCommunications/media-stream-library-js/commit/7f08808681dfe7cd2d163b8a7a404713d712a18b))
- **deps**: upgrade vite ([3a4f0a3](https://github.com/AxisCommunications/media-stream-library-js/commit/3a4f0a353617cf42877f11581df9437ed4a370bf))
- **deps**: upgrade typescript/eslint ([996cd7d](https://github.com/AxisCommunications/media-stream-library-js/commit/996cd7d7d76ce479c29bbf8804cae058b4eed82d))
- automatically mark issues as stale (#738) ([843cc5e](https://github.com/AxisCommunications/media-stream-library-js/commit/843cc5e9ede828a30499d00af9af30b5363bab68))
- **deps**: upgrade esbuild (#737) ([71b4472](https://github.com/AxisCommunications/media-stream-library-js/commit/71b447230ea132b37f8e7d65fe08acc8d00ba2d8))
- support multiple architectures (#736) ([f865dc2](https://github.com/AxisCommunications/media-stream-library-js/commit/f865dc2d3f8efc96533069a79cf5bfd28fbc641b))
- **deps**: upgrade to Node 18 (#734) ([037bd44](https://github.com/AxisCommunications/media-stream-library-js/commit/037bd446078317a84d450de3a9cd26d07cf2e057))
- apply dprint formatting ([cdd17a1](https://github.com/AxisCommunications/media-stream-library-js/commit/cdd17a1418cc60b61a043bd00e0b32dc8196bfb9))
- replace prettier with dprint ([264f8c6](https://github.com/AxisCommunications/media-stream-library-js/commit/264f8c62888e60ea0125432175aff9994dd848a9))
- **deps**: upgrade all minor/patch ([8ce6f8b](https://github.com/AxisCommunications/media-stream-library-js/commit/8ce6f8bc57155a2095fa0c01b1566129246cfae9))
- upgrade all patch/minor deps ([2cb1886](https://github.com/AxisCommunications/media-stream-library-js/commit/2cb18866bdf64ef42797b3dd66e6a9c802bce93b))

### 📝 Documentation

- update information regarding just/dprint (#735) ([884306a](https://github.com/AxisCommunications/media-stream-library-js/commit/884306abeb810ffad8b6983ded468b8fb052695f))

### ✨ Features

- **player**: add debug logs (#730) ([5daea7e](https://github.com/AxisCommunications/media-stream-library-js/commit/5daea7e9e4102fe5bc746b872f6d40f8c1cbbfa8))

### 🐛 Bug fixes

- update copyright year (#724) ([6b7576f](https://github.com/AxisCommunications/media-stream-library-js/commit/6b7576fb393e3b9288b9e41bbde72a4f444a78d7))
- dprint ignore ([e2be404](https://github.com/AxisCommunications/media-stream-library-js/commit/e2be404da10ce5fe70d369f8d1e379e475bb0681))
- catch promises ([5b3e695](https://github.com/AxisCommunications/media-stream-library-js/commit/5b3e695f81623bd2ab9bcf4852f54fc5f318e907))
- MD5 hash ([cd2f370](https://github.com/AxisCommunications/media-stream-library-js/commit/cd2f370a3a7bf88c444ed1d2b3c1c13d33741eb0))
- add fallback package exports (#745) ([b029dc9](https://github.com/AxisCommunications/media-stream-library-js/commit/b029dc9af8b701956ab0a18b605400a50799c4de))
- use correct GitHub repo link ([ee5142f](https://github.com/AxisCommunications/media-stream-library-js/commit/ee5142fbcfec9004c65e511ea7052ffebbeb261d))
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": "12.1.1",
"version": "12.2.0",
"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
@@ -1,6 +1,6 @@
{
"name": "media-js",
"version": "12.1.1",
"version": "12.2.0",
"private": true,
"description": "Media libraries for Node and the Web.",
"workspaces": {
Expand Down
6 changes: 3 additions & 3 deletions player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-stream-player",
"version": "12.1.1",
"version": "12.2.0",
"license": "MIT",
"description": "Player built on top of media-stream-library",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"peerDependencies": {
"luxon": "^3.0.0",
"media-stream-library": "^12.1.1",
"media-stream-library": "^12.2.0",
"react": "^17.0.2 || ^18.1.0",
"react-dom": "^17.0.2 || ^18.1.0",
"styled-components": "^5.3.5"
Expand All @@ -53,7 +53,7 @@
"chalk": "5.2.0",
"esbuild": "0.17.12",
"luxon": "3.3.0",
"media-stream-library": "12.1.1",
"media-stream-library": "12.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
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": "12.1.1",
"version": "12.2.0",
"license": "MIT",
"description": "Media stream library for Node & the Web.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Git LFS file not shown

0 comments on commit 20e5cd2

Please sign in to comment.