Skip to content

Commit

Permalink
chore: version packages (#80)
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 Sep 30, 2022
1 parent d43c04a commit 2d6df2d
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/pink-countries-destroy.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,11 +10,11 @@
},
"dependencies": {
"@livepeer/design-system": "^1.0.3",
"@livepeer/react": "^1.0.3",
"@livepeer/react": "^1.0.4",
"@reach/skip-nav": "^0.17.0",
"formidable": "^2.0.1",
"hls.js": "^1.2.1",
"livepeer": "^1.0.1",
"livepeer": "^1.0.2",
"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.3",
"@livepeer/react": "^1.0.4",
"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.3",
"@livepeer/react": "^1.0.4",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livepeer

## 1.0.2

### Patch Changes

- [`d43c04a`](https://github.com/livepeer/livepeer.js/commit/d43c04ade7cfaf18800508a7da31d99b9989f931) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix**: added `PlayerObjectFit` type to exports.

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

## 1.0.4

### Patch Changes

- [`d43c04a`](https://github.com/livepeer/livepeer.js/commit/d43c04ade7cfaf18800508a7da31d99b9989f931) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix**: added `PlayerObjectFit` type to exports.

- Updated dependencies [[`d43c04a`](https://github.com/livepeer/livepeer.js/commit/d43c04ade7cfaf18800508a7da31d99b9989f931)]:
- livepeer@1.0.2

## 1.0.3

### 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.3",
"version": "1.0.4",
"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.1",
"livepeer": "^1.0.2",
"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.1",
"livepeer": "^1.0.2",
"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 2d6df2d

@vercel
Copy link

@vercel vercel bot commented on 2d6df2d Sep 30, 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.