Skip to content

Commit

Permalink
v7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Feb 10, 2021
1 parent ad9cf7d commit b5745c8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "7.5.0",
"version": "7.5.1",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-static-plugin-reach-router/package.json
@@ -1,6 +1,6 @@
{
"name": "react-static-plugin-reach-router",
"version": "7.5.0",
"version": "7.5.1",
"description": "A React-Static plugin that adds @reach/router support for React Static",
"main": "browser.api.js",
"repository": "https://github.com/react-static/react-static.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-static-plugin-react-location/package.json
@@ -1,6 +1,6 @@
{
"name": "react-static-plugin-react-location",
"version": "7.5.0",
"version": "7.5.1",
"description": "A React-Static plugin that adds react-location support for React Static",
"main": "browser.api.js",
"repository": "https://github.com/react-static/react-static.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-static-plugin-react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "react-static-plugin-react-router",
"version": "7.5.0",
"version": "7.5.1",
"description": "A React-Static plugin that adds react-router support for React Static",
"main": "browser.api.js",
"repository": "https://github.com/react-static/react-static.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-static-plugin-sitemap/package.json
@@ -1,6 +1,6 @@
{
"name": "react-static-plugin-sitemap",
"version": "7.5.0",
"version": "7.5.1",
"description": "A React-Static plugin for exporting sitemap information",
"main": "dist/node.api.js",
"repository": "https://github.com/react-static/react-static.git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "react-static-plugin-source-filesystem",
"version": "7.5.0",
"version": "7.5.1",
"description": "A React-Static plugin that adds support for creating routes from a directory",
"main": "node.api.js",
"repository": "https://github.com/react-static/react-static.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-static-plugin-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "react-static-plugin-typescript",
"version": "7.5.0",
"version": "7.5.1",
"description": "A React-Static plugin that adds support for typescript",
"main": "node.api.js",
"repository": "https://github.com/react-static/react-static.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-static/package.json
@@ -1,7 +1,7 @@
{
"name": "react-static",
"description": "A progressive static site generator for React",
"version": "7.5.0",
"version": "7.5.1",
"license": "MIT",
"repository": "https://github.com/react-static/react-static",
"main": "lib/index.js",
Expand Down

0 comments on commit b5745c8

Please sign in to comment.