Skip to content

Commit 85d05b3

Browse files
committed
Bump package.json versions
1 parent 96cdf33 commit 85d05b3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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.8.6",
4+
"version": "16.9.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": "1.6.1",
4+
"version": "1.7.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.6.6",
3+
"version": "0.7.0",
44
"description": "Jest matchers and utilities for testing React components.",
55
"main": "index.js",
66
"repository": {

‎packages/react-art/package.json‎

Lines changed: 1 addition & 1 deletion
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.8.6",
4+
"version": "16.9.0",
55
"main": "index.js",
66
"repository": {
77
"type": "git",

‎packages/react-dom/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom",
3-
"version": "16.8.6",
3+
"version": "16.9.0",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": {

‎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.8.6",
3+
"version": "16.9.0",
44
"description": "Brand checking of React Elements.",
55
"main": "index.js",
66
"repository": {

‎packages/react-reconciler/package.json‎

Lines changed: 1 addition & 1 deletion
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.20.4",
4+
"version": "0.21.0",
55
"keywords": [
66
"react"
77
],

‎packages/react-test-renderer/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-test-renderer",
3-
"version": "16.8.6",
3+
"version": "16.9.0",
44
"description": "React package for snapshot testing.",
55
"main": "index.js",
66
"repository": {

‎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.8.6",
7+
"version": "16.9.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.14.0",
3+
"version": "0.15.0",
44
"description": "Cooperative scheduler for the browser environment.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)