Skip to content

Commit

Permalink
chore: version packages (#74)
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 <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2022
1 parent aa6c928 commit fdcd7c6
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/twenty-buttons-dream.md

This file was deleted.

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

# local env files
.env
.env.local
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@livepeer/design-system": "^1.0.3",
"@livepeer/react": "^1.0.0",
"@livepeer/react": "^1.0.1",
"@reach/skip-nav": "^0.17.0",
"formidable": "^2.0.1",
"hls.js": "^1.2.1",
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.0",
"@livepeer/react": "^1.0.1",
"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.0",
"@livepeer/react": "^1.0.1",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @livepeer/react

## 1.0.1

### Patch Changes

- [`a184505`](https://github.com/livepeer/livepeer.js/commit/a18450593e4f10d2622ffb70ea378c4c5f95dad5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** hotfix for moving livepeer to dependency array from peer dependencies.

## 1.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down
6 changes: 3 additions & 3 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 fdcd7c6

@vercel
Copy link

@vercel vercel bot commented on fdcd7c6 Sep 29, 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.