Skip to content

Commit

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

* 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 6, 2022
1 parent c61dff7 commit e4cb3e4
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-panthers-applaud.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/moody-chefs-rescue.md

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ coverage
dist
node_modules
tsconfig.tsbuildinfo

# local env files
.env
.env.local
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.0.5",
"@livepeer/react": "^1.0.6",
"@reach/skip-nav": "^0.17.0",
"aptos": "^1.3.14",
"connectkit": "^0.0.2",
"ethers": "^5.7.0",
"formidable": "^2.0.1",
"hls.js": "^1.2.1",
"livepeer": "^1.0.3",
"livepeer": "^1.0.4",
"next": "^12.2.5",
"next-themes": "^0.2.0",
"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.0.5",
"@livepeer/react": "^1.0.6",
"connectkit": "^0.0.2",
"ethers": "^5.7.0",
"next": "^12.2.5",
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.0.5",
"@livepeer/react": "^1.0.6",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# livepeer

## 1.0.4

### Patch Changes

- [#90](https://github.com/livepeer/livepeer.js/pull/90) [`c61dff7`](https://github.com/livepeer/livepeer.js/commit/c61dff7fcaa58ebeb2c00c0cc03934a7fe7a894d) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** added fixes for Safari live streaming - live streams should now show the "live" indicator and bad playlists/media errors
will now retry loading with backoff.

- [#84](https://github.com/livepeer/livepeer.js/pull/84) [`f014cfa`](https://github.com/livepeer/livepeer.js/commit/f014cfa1f1cd6d7ea026c615a60b5350c80b48e1) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added metadata customization to storage to allow for customizing the metadata which is saved when an Asset
is uploaded to IPFS.

## 1.0.3

### 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.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @livepeer/react

## 1.0.6

### Patch Changes

- [#90](https://github.com/livepeer/livepeer.js/pull/90) [`c61dff7`](https://github.com/livepeer/livepeer.js/commit/c61dff7fcaa58ebeb2c00c0cc03934a7fe7a894d) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** added fixes for Safari live streaming - live streams should now show the "live" indicator and bad playlists/media errors
will now retry loading with backoff.

- [#84](https://github.com/livepeer/livepeer.js/pull/84) [`f014cfa`](https://github.com/livepeer/livepeer.js/commit/f014cfa1f1cd6d7ea026c615a60b5350c80b48e1) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added metadata customization to storage to allow for customizing the metadata which is saved when an Asset
is uploaded to IPFS.
- Updated dependencies [[`c61dff7`](https://github.com/livepeer/livepeer.js/commit/c61dff7fcaa58ebeb2c00c0cc03934a7fe7a894d), [`f014cfa`](https://github.com/livepeer/livepeer.js/commit/f014cfa1f1cd6d7ea026c615a60b5350c80b48e1)]:
- livepeer@1.0.4

## 1.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0.5",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@tanstack/react-query": "4.2.3",
"@tanstack/react-query-persist-client": "4.2.1",
"core-js": "^3.25.2",
"livepeer": "^1.0.3",
"livepeer": "^1.0.4",
"use-sync-external-store": "^1.2.0",
"zustand": "^4.1.1"
},
Expand All @@ -56,7 +56,7 @@
"@types/react-dom": "^18.0.6",
"@types/use-sync-external-store": "^0.0.3",
"ethers": "^5.7.0",
"livepeer": "^1.0.3",
"livepeer": "^1.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^0.6.4"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

1 comment on commit e4cb3e4

@vercel
Copy link

@vercel vercel bot commented on e4cb3e4 Oct 6, 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.