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 01b0278 commit bf11df1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0-next.3) (2020-12-04)

### Bug Fixes

- **gatsby-codemods:** Need as dependencies and not devDependencies ([#28493](https://github.com/gatsbyjs/gatsby/issues/28493)) ([01b0278](https://github.com/gatsbyjs/gatsby/commit/01b0278b53460c348c5e803d7fcb49229a8e9131))

# [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
Expand Down
14 changes: 7 additions & 7 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.2",
"version": "1.7.0-next.3",
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
"main": "index.js",
"scripts": {
Expand All @@ -24,15 +24,15 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"execa":"^5.0.0",
"jscodeshift": "^0.11.0",
"recast": "^0.20.4",
"graphql": "^14.7.0",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/plugin-syntax-typescript": "^7.12.1"
"@babel/plugin-syntax-typescript": "^7.12.1",
"@babel/runtime": "^7.12.5",
"execa": "^5.0.0",
"graphql": "^14.7.0",
"jscodeshift": "^0.11.0",
"recast": "^0.20.4"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down

0 comments on commit bf11df1

Please sign in to comment.