Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1c5499

Browse files
update version numbers for 16.13 (facebook#18143)
also includes a bugfix when downloading error codes from circleci.
1 parent 169b1f7 commit c1c5499

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed

packages/create-subscription/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-subscription",
33
"description": "utility for subscribing to external data sources inside React components",
4-
"version": "16.12.0",
4+
"version": "16.13.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/react.git",

packages/eslint-plugin-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-react-hooks",
33
"description": "ESLint rules for React Hooks",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/react.git",

packages/jest-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-react",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Jest matchers and utilities for testing React components.",
55
"main": "index.js",
66
"repository": {

packages/react-art/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-art",
33
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
4-
"version": "16.12.0",
4+
"version": "16.13.0",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
@@ -27,7 +27,7 @@
2727
"loose-envify": "^1.1.0",
2828
"object-assign": "^4.1.1",
2929
"prop-types": "^15.6.2",
30-
"scheduler": "^0.18.0"
30+
"scheduler": "^0.19.0"
3131
},
3232
"peerDependencies": {
3333
"react": "^16.0.0"

packages/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom",
3-
"version": "16.12.0",
3+
"version": "16.13.0",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"loose-envify": "^1.1.0",
2121
"object-assign": "^4.1.1",
2222
"prop-types": "^15.6.2",
23-
"scheduler": "^0.18.0"
23+
"scheduler": "^0.19.0"
2424
},
2525
"peerDependencies": {
2626
"react": "^16.0.0"

packages/react-is/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-is",
3-
"version": "16.12.0",
3+
"version": "16.13.0",
44
"description": "Brand checking of React Elements.",
55
"main": "index.js",
66
"repository": {

packages/react-reconciler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-reconciler",
33
"description": "React package for creating custom renderers.",
4-
"version": "0.24.0",
4+
"version": "0.25.0",
55
"keywords": [
66
"react"
77
],
@@ -33,7 +33,7 @@
3333
"loose-envify": "^1.1.0",
3434
"object-assign": "^4.1.1",
3535
"prop-types": "^15.6.2",
36-
"scheduler": "^0.18.0"
36+
"scheduler": "^0.19.0"
3737
},
3838
"browserify": {
3939
"transform": [

packages/react-refresh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": [
55
"react"
66
],
7-
"version": "0.7.2",
7+
"version": "0.8.0",
88
"homepage": "https://reactjs.org/",
99
"bugs": "https://github.com/facebook/react/issues",
1010
"license": "MIT",

packages/react-test-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-test-renderer",
3-
"version": "16.12.0",
3+
"version": "16.13.0",
44
"description": "React package for snapshot testing.",
55
"main": "index.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"object-assign": "^4.1.1",
2323
"prop-types": "^15.6.2",
2424
"react-is": "^16.8.6",
25-
"scheduler": "^0.18.0"
25+
"scheduler": "^0.19.0"
2626
},
2727
"peerDependencies": {
2828
"react": "^16.0.0"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": [
55
"react"
66
],
7-
"version": "16.12.0",
7+
"version": "16.13.0",
88
"homepage": "https://reactjs.org/",
99
"bugs": "https://github.com/facebook/react/issues",
1010
"license": "MIT",

packages/scheduler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scheduler",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "Cooperative scheduler for the browser environment.",
55
"main": "index.js",
66
"repository": {

packages/shared/ReactVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
'use strict';
99

1010
// TODO: this is special because it gets imported during build.
11-
module.exports = '16.12.0';
11+
module.exports = '16.13.0';

packages/use-subscription/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "use-subscription",
33
"description": "Reusable hooks",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/react.git",

scripts/release/publish-commands/download-error-codes-from-ci.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ const run = async ({cwd, packages, tags}) => {
2929
// Each container stores an "error-codes" artifact, unfortunately.
3030
// We want to use the one that also ran `yarn build` since it may have modifications.
3131
const {node_index} = artifacts.find(
32-
entry => entry.path === 'home/circleci/project/node_modules.tgz'
32+
entry => entry.path.endsWith('node_modules.tgz')
3333
);
3434
const {url} = artifacts.find(
3535
entry =>
3636
entry.node_index === node_index &&
37-
entry.path === 'home/circleci/project/scripts/error-codes/codes.json'
37+
entry.path.endsWith('codes.json')
3838
);
3939

4040
// Download and stage changers

0 commit comments

Comments
 (0)