Skip to content

Commit 6b88938

Browse files
committed
3.0.0-rc.1
1 parent 6e916fd commit 6b88938

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"test:lint": "eslint .",
1010
"dev": "npm run dev --workspace example & npm run dev --workspace react-hook-videojs",
1111
"publish": "npm run publish --workspace react-hook-videojs"
12-
}
12+
},
13+
"version": "3.0.0-rc.1"
1314
}

packages/react-hook-videojs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hook-videojs",
3-
"version": "2.1.0-beta.2",
3+
"version": "3.0.0-rc.1",
44
"description": "A simple react hook to easily integrate video.js with React",
55
"author": "jimmycallin",
66
"license": "MIT",

0 commit comments

Comments
 (0)