Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Sep 16, 2020
1 parent 61099b3 commit eaac84b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-admin/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.

## [0.1.151](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.151) (2020-09-16)

### Features

- **gatsby-admin:** prompt to restart develop process on config changes ([#26916](https://github.com/gatsbyjs/gatsby/issues/26916)) ([1d3ff02](https://github.com/gatsbyjs/gatsby/commit/1d3ff024cb349906373657e8e826a2ac6a415c7c))

## [0.1.150](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.150) (2020-09-16)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.1.150",
"version": "0.1.151",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"csstype": "^2.6.10",
"feedback-fish": "^0.1.12",
"formik": "^2.1.4",
"gatsby": "^2.24.61",
"gatsby": "^2.24.62",
"gatsby-interface": "0.0.183",
"gatsby-plugin-typescript": "^2.4.20",
"gatsby-plugin-webfonts": "^1.1.3",
Expand All @@ -39,9 +39,9 @@
"react-markdown": "^4.3.1",
"remove-markdown": "^0.3.0",
"rimraf": "^3.0.2",
"socket.io-client": "^2.3.0",
"strict-ui": "^0.2.0-0",
"subscriptions-transport-ws": "^0.9.16",
"socket.io-client": "^2.3.0",
"theme-ui": "^0.4.0-alpha.3",
"typescript": "^3.9.5",
"urql": "^1.9.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-cli/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.

## [2.12.99](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.99) (2020-09-16)

### Reverts

- Revert "chore(gatsby-cli): bundle ink logger (#26887)" (#26921) ([61099b3](https://github.com/gatsbyjs/gatsby/commit/61099b31862f501c148f24aaefde75cc3d090f27)), closes [#26887](https://github.com/gatsbyjs/gatsby/issues/26887) [#26921](https://github.com/gatsbyjs/gatsby/issues/26921)

## [2.12.98](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.98) (2020-09-16)

**Note:** Version bump only for package gatsby-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.12.98",
"version": "2.12.99",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "cli.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/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.

## [2.24.62](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.62) (2020-09-16)

### Features

- **gatsby:** add babel-lodash plugin to reduce lodash filesize ([#26611](https://github.com/gatsbyjs/gatsby/issues/26611)) ([ede2fd9](https://github.com/gatsbyjs/gatsby/commit/ede2fd9eb89b08d97e5eab0883af819621d7f55f))

## [2.24.61](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.61) (2020-09-16)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.24.61",
"version": "2.24.62",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -32,9 +32,9 @@
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-remove-graphql-queries": "^2.9.19",
"babel-preset-gatsby": "^0.5.10",
"babel-plugin-lodash": "3.3.4",
"better-opn": "1.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
Expand Down Expand Up @@ -75,7 +75,7 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.12.98",
"gatsby-cli": "^2.12.99",
"gatsby-core-utils": "^1.3.20",
"gatsby-graphiql-explorer": "^0.4.14",
"gatsby-legacy-polyfills": "^0.0.4",
Expand Down

0 comments on commit eaac84b

Please sign in to comment.