Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurie committed Dec 4, 2020
1 parent 665e867 commit bfa7f2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0-next.2) (2020-12-04)

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

# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0-next.1) (2020-12-04)

**Note:** Version bump only for package gatsby-codemods
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-codemods",
"version": "1.7.0-next.1",
"version": "1.7.0-next.2",
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/plugin-syntax-typescript": "^7.12.1",
"babel-preset-gatsby-package": "^0.9.0-next.0",
"execa":"^5.0.0",
"cross-env": "^7.0.2",
"execa": "^5.0.0",
"recast": "^0.20.4"
},
"engines": {
Expand Down

0 comments on commit bfa7f2d

Please sign in to comment.