Skip to content

Commit 7c43f38

Browse files
committed
chore(release): Publish
- gatsby-worker@1.10.1 - gatsby@4.10.2
1 parent 9a087ec commit 7c43f38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/gatsby-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-worker",
33
"description": "Utility to create worker pools",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "4.10.1",
4+
"version": "4.10.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -90,7 +90,7 @@
9090
"gatsby-plugin-utils": "^3.4.1",
9191
"gatsby-react-router-scroll": "^5.10.0",
9292
"gatsby-telemetry": "^3.10.0",
93-
"gatsby-worker": "^1.10.0",
93+
"gatsby-worker": "^1.10.1",
9494
"glob": "^7.2.0",
9595
"globby": "^11.1.0",
9696
"got": "^11.8.2",

0 commit comments

Comments
 (0)