Skip to content

Commit

Permalink
chore: version packages (next) (#100)
Browse files Browse the repository at this point in the history
* chore: version packages (next)

* ci: bump

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>
  • Loading branch information
3 people authored Oct 20, 2022
1 parent 5fc44a5 commit abe35a5
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 19 deletions.
5 changes: 1 addition & 4 deletions .changeset/poor-trains-divide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@

**Feature:** added picture in picture support to the Livepeer player.

We support both the [w3c](https://w3c.github.io/picture-in-picture/) standard (which most modern browsers support), as well as the [older Safari/iOS
spec](https://developer.apple.com/documentation/webkitjs/adding_picture_in_picture_to_your_safari_media_controls).
See the browsers which support Picture-in-Picture on
[caniuse](https://caniuse.com/picture-in-picture).
We support both the [w3c](https://w3c.github.io/picture-in-picture/) standard (which most modern browsers support), as well as the [older Safari/iOS spec](https://developer.apple.com/documentation/webkitjs/adding_picture_in_picture_to_your_safari_media_controls). See the browsers which support Picture-in-Picture on [caniuse](https://caniuse.com/picture-in-picture).

```tsx
<Player playbackId="6d7el73r1y12chxr" showPipButton />
Expand Down
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
"livepeer": "1.0.4",
"@livepeer/react": "1.0.6"
},
"changesets": ["giant-donuts-pump", "selfish-mugs-watch"]
"changesets": [
"giant-donuts-pump",
"poor-trains-divide",
"pretty-seals-worry",
"selfish-mugs-watch"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tsconfig.tsbuildinfo
logs
*.log
pnpm-debug.log*

# local env files
.env
.envrc
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@livepeer/design-system": "^1.0.3",
"@livepeer/react": "^1.1.0-next.1",
"@livepeer/react": "^1.1.0-next.2",
"@reach/skip-nav": "^0.17.0",
"aptos": "^1.3.15",
"connectkit": "^0.0.2",
"ethers": "^5.7.1",
"formidable": "^2.0.1",
"hls.js": "^1.2.4",
"livepeer": "^1.1.0-next.1",
"livepeer": "^1.1.0-next.2",
"next": "^12.3.1",
"next-themes": "^0.2.1",
"nextra": "2.0.0-beta.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/_dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livepeer/react": "^1.1.0-next.1",
"@livepeer/react": "^1.1.0-next.2",
"connectkit": "^0.0.2",
"ethers": "^5.7.1",
"next": "^12.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livepeer/react": "^1.1.0-next.1",
"@livepeer/react": "^1.1.0-next.2",
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"vite": "^3.1.6"
},
"dependencies": {
"livepeer": "^1.1.0-next.1"
"livepeer": "^1.1.0-next.2"
}
}
19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# livepeer

## 1.1.0-next.2

### Minor Changes

- [#98](https://github.com/livepeer/livepeer.js/pull/98) [`5fc44a5`](https://github.com/livepeer/livepeer.js/commit/5fc44a56e9e5ee5790bb05e76e1e430c44aee02a) Thanks [@suhailkakar](https://github.com/suhailkakar)! - **Feature:** added picture in picture support to the Livepeer player.

We support both the [w3c](https://w3c.github.io/picture-in-picture/) standard (which most modern browsers support), as well as the [older Safari/iOS
spec](https://developer.apple.com/documentation/webkitjs/adding_picture_in_picture_to_your_safari_media_controls).
See the browsers which support Picture-in-Picture on
[caniuse](https://caniuse.com/picture-in-picture).

```tsx
<Player playbackId="6d7el73r1y12chxr" showPipButton />
```

### Patch Changes

- [#98](https://github.com/livepeer/livepeer.js/pull/98) [`5fc44a5`](https://github.com/livepeer/livepeer.js/commit/5fc44a56e9e5ee5790bb05e76e1e430c44aee02a) Thanks [@suhailkakar](https://github.com/suhailkakar)! - **Fix:** fixed fullscreen state updating properly when entering/exiting fullscreen.

## 1.1.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "livepeer",
"description": "Livepeer's vanilla JS library.",
"license": "MIT",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down
22 changes: 22 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @livepeer/react

## 1.1.0-next.2

### Minor Changes

- [#98](https://github.com/livepeer/livepeer.js/pull/98) [`5fc44a5`](https://github.com/livepeer/livepeer.js/commit/5fc44a56e9e5ee5790bb05e76e1e430c44aee02a) Thanks [@suhailkakar](https://github.com/suhailkakar)! - **Feature:** added picture in picture support to the Livepeer player.

We support both the [w3c](https://w3c.github.io/picture-in-picture/) standard (which most modern browsers support), as well as the [older Safari/iOS
spec](https://developer.apple.com/documentation/webkitjs/adding_picture_in_picture_to_your_safari_media_controls).
See the browsers which support Picture-in-Picture on
[caniuse](https://caniuse.com/picture-in-picture).

```tsx
<Player playbackId="6d7el73r1y12chxr" showPipButton />
```

### Patch Changes

- [#98](https://github.com/livepeer/livepeer.js/pull/98) [`5fc44a5`](https://github.com/livepeer/livepeer.js/commit/5fc44a56e9e5ee5790bb05e76e1e430c44aee02a) Thanks [@suhailkakar](https://github.com/suhailkakar)! - **Fix:** fixed fullscreen state updating properly when entering/exiting fullscreen.

- Updated dependencies [[`5fc44a5`](https://github.com/livepeer/livepeer.js/commit/5fc44a56e9e5ee5790bb05e76e1e430c44aee02a), [`5fc44a5`](https://github.com/livepeer/livepeer.js/commit/5fc44a56e9e5ee5790bb05e76e1e430c44aee02a)]:
- livepeer@1.1.0-next.2

## 1.1.0-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@livepeer/react",
"description": "React components & hooks for apps built with Livepeer.",
"license": "MIT",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@tanstack/react-query": "4.10.1",
"@tanstack/react-query-persist-client": "4.10.1",
"core-js": "^3.25.5",
"livepeer": "^1.1.0-next.1",
"livepeer": "^1.1.0-next.2",
"use-sync-external-store": "^1.2.0",
"zustand": "^4.1.1"
},
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 comments on commit abe35a5

@vercel
Copy link

@vercel vercel bot commented on abe35a5 Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on abe35a5 Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on abe35a5 Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.