Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit caa78f7

Browse files
committed
Bump version for v16 development
1 parent e8615da commit caa78f7

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-build",
33
"private": true,
4-
"version": "15.0.0-rc.2",
4+
"version": "16.0.0-alpha",
55
"devDependencies": {
66
"async": "^1.5.0",
77
"babel-cli": "^6.6.5",

Diff for: packages/react-addons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-addons-template",
3-
"version": "15.0.0-rc.2",
3+
"version": "16.0.0-alpha",
44
"main": "index.js",
55
"repository": "facebook/react",
66
"keywords": [
@@ -10,6 +10,6 @@
1010
"license": "BSD-3-Clause",
1111
"dependencies": {},
1212
"peerDependencies": {
13-
"react": "^15.0.0-rc.2"
13+
"react": "^16.0.0-alpha"
1414
}
1515
}

Diff for: packages/react-dom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom",
3-
"version": "15.0.0-rc.2",
3+
"version": "16.0.0-alpha",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": "facebook/react",
@@ -14,6 +14,6 @@
1414
"homepage": "https://facebook.github.io/react/",
1515
"dependencies": {},
1616
"peerDependencies": {
17-
"react": "^15.0.0-rc.2"
17+
"react": "^16.0.0-alpha"
1818
}
1919
}

Diff for: packages/react-linked-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"author": "",
2121
"license": "BSD-3-Clause",
2222
"peerDependencies": {
23-
"react": "^15.0.0-rc.2"
23+
"react": "^16.0.0-alpha"
2424
}
2525
}

Diff for: packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react",
33
"description": "React is a JavaScript library for building user interfaces.",
4-
"version": "15.0.0-rc.2",
4+
"version": "16.0.0-alpha",
55
"keywords": [
66
"react"
77
],

Diff for: src/ReactVersion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
'use strict';
1313

14-
module.exports = '15.0.0-rc.2';
14+
module.exports = '16.0.0-alpha';

Diff for: src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "react-haste",
3-
"version": "15.0.0-rc.2",
3+
"version": "16.0.0-alpha",
44
"license": "BSD-3-Clause"
55
}

0 commit comments

Comments
 (0)