Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
blainekasten committed Aug 10, 2020
1 parent 61d8849 commit 4765a4e
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 11 deletions.
6 changes: 6 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/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.9.17](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-08-10)

### Features

- **gatsby:** Extend support for file system pages to build client-only and collections of pages! ([#25204](https://github.com/gatsbyjs/gatsby/issues/25204)) ([61d8849](https://github.com/gatsbyjs/gatsby/commit/61d8849))

## [2.9.16](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2020-08-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
"version": "2.9.16",
"version": "2.9.17",
"author": "Jason Quense <[email protected]>",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-admin/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.

## [0.1.128](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.128) (2020-08-10)

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

## [0.1.127](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.127) (2020-08-10)

**Note:** Version bump only for package gatsby-admin
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.127",
"version": "0.1.128",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -19,9 +19,9 @@
"csstype": "^2.6.10",
"feedback-fish": "^0.1.12",
"formik": "^2.1.4",
"gatsby": "^2.24.38",
"gatsby": "^2.24.39",
"gatsby-interface": "0.0.183",
"gatsby-plugin-typescript": "^2.4.17",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-plugin-webfonts": "^1.1.3",
"gatsby-source-graphql": "^2.7.0",
"lodash-es": "^4.17.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-page-creator/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.3.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.21) (2020-08-10)

### Features

- **gatsby:** Extend support for file system pages to build client-only and collections of pages! ([#25204](https://github.com/gatsbyjs/gatsby/issues/25204)) ([61d8849](https://github.com/gatsbyjs/gatsby/commit/61d8849))

## [2.3.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.20) (2020-08-05)

**Note:** Version bump only for package gatsby-plugin-page-creator
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.3.20",
"version": "2.3.21",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-typescript/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.

## [2.4.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.18) (2020-08-10)

**Note:** Version bump only for package gatsby-plugin-typescript

## [2.4.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.17) (2020-08-06)

**Note:** Version bump only for package gatsby-plugin-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
"version": "2.4.17",
"version": "2.4.18",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -16,7 +16,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/preset-typescript": "^7.10.1",
"@babel/runtime": "^7.10.3",
"babel-plugin-remove-graphql-queries": "^2.9.16"
"babel-plugin-remove-graphql-queries": "^2.9.17"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
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.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.39) (2020-08-10)

### Features

- **gatsby:** Extend support for file system pages to build client-only and collections of pages! ([#25204](https://github.com/gatsbyjs/gatsby/issues/25204)) ([61d8849](https://github.com/gatsbyjs/gatsby/commit/61d8849))

## [2.24.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.38) (2020-08-10)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.38",
"version": "2.24.39",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-remove-graphql-queries": "^2.9.16",
"babel-plugin-remove-graphql-queries": "^2.9.17",
"babel-preset-gatsby": "^0.5.5",
"better-opn": "1.0.0",
"better-queue": "^3.8.10",
Expand Down Expand Up @@ -76,8 +76,8 @@
"gatsby-graphiql-explorer": "^0.4.12",
"gatsby-legacy-polyfills": "^0.0.2",
"gatsby-link": "^2.4.13",
"gatsby-plugin-page-creator": "^2.3.20",
"gatsby-plugin-typescript": "^2.4.17",
"gatsby-plugin-page-creator": "^2.3.21",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-react-router-scroll": "^3.0.12",
"gatsby-telemetry": "^1.3.26",
"glob": "^7.1.6",
Expand Down

0 comments on commit 4765a4e

Please sign in to comment.