Skip to content

Commit

Permalink
release: 12.1.1 (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert authored Mar 18, 2023
1 parent b56be67 commit 6e9d1c7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 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.1.1](https://github.com/axteams-software/zeno-web/compare/v12.1.0...v12.1.1) (2023-03-18T18:01:24.397Z)

### 🚧 Maintenance

- install just in publish workflow (#741) ([b56be67](https://github.com/axteams-software/zeno-web/commit/b56be67af064a5fc5cb34f01dba58cfbdcb21a4e))
- enable monorepo releases ([99d95e6](https://github.com/axteams-software/zeno-web/commit/99d95e6da9fc244fc2861d69599cda8bd37b19ae))

## [12.1.0](https://github.com/axteams-software/zeno-web/compare/v12.0.0...v12.1.0) (2023-03-18T17:27:44.064Z)

### 🚧 Maintenance
Expand Down
7 changes: 7 additions & 0 deletions changeset.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [12.1.1](https://github.com/axteams-software/zeno-web/compare/v12.1.0...v12.1.1) (2023-03-18T18:01:24.397Z)

### 🚧 Maintenance

- install just in publish workflow (#741) ([b56be67](https://github.com/axteams-software/zeno-web/commit/b56be67af064a5fc5cb34f01dba58cfbdcb21a4e))
- enable monorepo releases ([99d95e6](https://github.com/axteams-software/zeno-web/commit/99d95e6da9fc244fc2861d69599cda8bd37b19ae))

## [12.1.0](https://github.com/axteams-software/zeno-web/compare/v12.0.0...v12.1.0) (2023-03-18T17:27:44.064Z)

### 🚧 Maintenance
Expand Down
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.0",
"version": "12.1.1",
"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.0",
"version": "12.1.1",
"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.0",
"version": "12.1.1",
"license": "MIT",
"description": "Player built on top of media-stream-library",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"peerDependencies": {
"luxon": "^3.0.0",
"media-stream-library": "^12.1.0",
"media-stream-library": "^12.1.1",
"react": "^17.0.2 || ^18.1.0",
"react-dom": "^17.0.2 || ^18.1.0",
"styled-components": "^5.3.5"
Expand All @@ -50,7 +50,7 @@
"chalk": "5.2.0",
"esbuild": "0.17.12",
"luxon": "3.3.0",
"media-stream-library": "12.1.0",
"media-stream-library": "12.1.1",
"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.0",
"version": "12.1.1",
"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 6e9d1c7

Please sign in to comment.