Skip to content

Commit bfa7f2d

Browse files
author
Laurie
committed
chore(release): Publish next
- [email protected]
1 parent 665e867 commit bfa7f2d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/gatsby-codemods/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0-next.2) (2020-12-04)
7+
8+
**Note:** Version bump only for package gatsby-codemods
9+
610
# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0-next.1) (2020-12-04)
711

812
**Note:** Version bump only for package gatsby-codemods

packages/gatsby-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "1.7.0-next.1",
3+
"version": "1.7.0-next.2",
44
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
55
"main": "index.js",
66
"scripts": {
@@ -35,8 +35,8 @@
3535
"@babel/plugin-syntax-jsx": "^7.12.1",
3636
"@babel/plugin-syntax-typescript": "^7.12.1",
3737
"babel-preset-gatsby-package": "^0.9.0-next.0",
38-
"execa":"^5.0.0",
3938
"cross-env": "^7.0.2",
39+
"execa": "^5.0.0",
4040
"recast": "^0.20.4"
4141
},
4242
"engines": {

0 commit comments

Comments
 (0)