Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #397

Merged
merged 2 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/eighty-elephants-flash.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/_expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev:web": "expo start --web"
},
"dependencies": {
"@livepeer/react-native": "^1.9.2",
"@livepeer/react-native": "^2.0.0",
"expo": "47.0.9",
"expo-av": "~13.0.2",
"expo-image-picker": "~14.0.2",
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": "^2.9.2",
"@livepeer/react": "^3.0.0",
"@rainbow-me/rainbowkit": "^0.8.0",
"ethers": "^5.7.2",
"next": "^13.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/_react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postinstall": "pnpm install:pod || echo 'pod installation failed, skipping'"
},
"dependencies": {
"@livepeer/react-native": "^1.9.2",
"@livepeer/react-native": "^2.0.0",
"expo": "^47.0.0",
"expo-av": "~13.0.1",
"react": "18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev:web": "expo start --web"
},
"dependencies": {
"@livepeer/react-native": "^1.9.2",
"@livepeer/react-native": "^2.0.0",
"expo": "47.0.9",
"expo-av": "~13.0.2",
"expo-image-picker": "~14.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@livepeer/core-web": "^2.9.2",
"@livepeer/core-web": "^3.0.0",
"@livepeer/design-system": "^1.1.0",
"@livepeer/react": "^2.9.2",
"@livepeer/react": "^3.0.0",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-toast": "^1.1.5",
"@sentry/nextjs": "^7.69.0",
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": "^2.9.2",
"@livepeer/react": "^3.0.0",
"next": "^13.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.2",
"@livepeer/core-web": "^2.9.2",
"@livepeer/core-web": "^3.0.0",
"cross-fetch": "^3.1.5",
"graphql": "^16.6.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.2.5"
},
"dependencies": {
"@livepeer/core-web": "^2.9.2"
"@livepeer/core-web": "^3.0.0"
}
}
13 changes: 12 additions & 1 deletion packages/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @livepeer/core-react

## 2.0.0

### Major Changes

- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API.

### Patch Changes

- Updated dependencies [[`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5)]:
- @livepeer/[email protected]

## 1.9.2

### Patch Changes
Expand Down Expand Up @@ -33,7 +44,7 @@

### Patch Changes

- [#388](https://github.com/livepeer/livepeer.js/pull/388) [`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onClipStarted` and ensured overridden `liveSyncDurationCount` in HLS config does not throw errors in HLS.js.
- [#388](https://github.com/livepeer/livepeer.js/pull/388) [`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onClipStarted` and ensured overridden `liveSyncDurationCount` in HLS config does not throw errors in HLS.js.

- Updated dependencies [[`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db)]:
- @livepeer/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions packages/core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@livepeer/core-react",
"description": "React components & hooks for apps built with Livepeer.",
"license": "MIT",
"version": "1.9.2",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"peerDependenciesMeta": {},
"dependencies": {
"@livepeer/core": "^1.9.2",
"@livepeer/core": "^2.0.0",
"@tanstack/query-async-storage-persister": "4.29.23",
"@tanstack/query-core": "4.29.23",
"@tanstack/react-query": "4.29.23",
Expand Down
11 changes: 11 additions & 0 deletions packages/core-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# livepeer

## 3.0.0

### Major Changes

- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API.

### Patch Changes

- Updated dependencies [[`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5)]:
- @livepeer/[email protected]

## 2.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@livepeer/core-web",
"description": "Livepeer's vanilla JS library.",
"license": "MIT",
"version": "2.9.2",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -115,7 +115,7 @@
}
},
"dependencies": {
"@livepeer/core": "^1.9.2",
"@livepeer/core": "^2.0.0",
"@stitches/core": "^1.2.8",
"core-js": "^3.31.1",
"cross-fetch": "^4.0.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/core

## 2.0.0

### Major Changes

- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API.

## 1.9.2

### 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/core",
"description": "Livepeer's core vanilla JS library.",
"license": "MIT",
"version": "1.9.2",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @livepeer/react-native

## 2.0.0

### Major Changes

- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API.

### Patch Changes

- Updated dependencies [[`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5)]:
- @livepeer/[email protected]

## 1.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@livepeer/react-native",
"description": "React Native components & hooks for mobile apps built with Livepeer.",
"license": "MIT",
"version": "1.9.2",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"peerDependenciesMeta": {},
"dependencies": {
"@livepeer/core-react": "^1.9.2",
"@livepeer/core-react": "^2.0.0",
"react-native-url-polyfill": "^2.0.0",
"stitches-native": "^0.4.0",
"zustand": "^4.3.9"
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

## 3.0.0

### Major Changes

- [#395](https://github.com/livepeer/livepeer.js/pull/395) [`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5) Thanks [@0xcadams](https://github.com/0xcadams)! - **Breaking:** moved `livepeer` to `@livepeer/core-web`, which will be aligned with our `livepeer` packages that are 1-1 with the backend API.

### Patch Changes

- Updated dependencies [[`119c28b`](https://github.com/livepeer/livepeer.js/commit/119c28b64d6f6d0e0948d0477feb7999f6e331d5)]:
- @livepeer/[email protected]
- @livepeer/[email protected]

## 2.9.2

### 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 web apps built with Livepeer.",
"license": "MIT",
"version": "2.9.2",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -60,8 +60,8 @@
}
},
"dependencies": {
"@livepeer/core-react": "^1.9.1",
"@livepeer/core-web": "^2.9.2",
"@livepeer/core-react": "^2.0.0",
"@livepeer/core-web": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
Expand Down
Loading
Loading