Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-plugin-remove-graphql-queries@2.9.4
 - gatsby-admin@0.1.66
 - gatsby-plugin-typescript@2.4.5
 - gatsby-remark-embed-snippet@4.3.4
 - gatsby-theme-blog-core@1.5.41
 - gatsby-theme-blog@1.6.41
 - gatsby-theme-notes@1.3.67
 - gatsby-theme-ui-preset@0.0.56
 - gatsby-transformer-react-docgen@5.2.4
 - gatsby@2.23.2
  • Loading branch information
ascorbic committed Jun 9, 2020
1 parent 055fc38 commit c3ecb22
Show file tree
Hide file tree
Showing 20 changed files with 70 additions and 21 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.4](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.9.3...babel-plugin-remove-graphql-queries@2.9.4) (2020-06-09)

### Bug Fixes

- **babel-plugin-remove-graphql-queries:** Strip ignored characters from query text for better caching and deduping ([#24807](https://github.com/gatsbyjs/gatsby/issues/24807)) ([752f5ff](https://github.com/gatsbyjs/gatsby/commit/752f5ff))

## [2.9.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.9.2...babel-plugin-remove-graphql-queries@2.9.3) (2020-06-02)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries
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.3",
"version": "2.9.4",
"author": "Jason Quense <monastic.panic@gmail.com>",
"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.66](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.65...gatsby-admin@0.1.66) (2020-06-09)

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

## [0.1.65](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.64...gatsby-admin@0.1.65) (2020-06-05)

**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.65",
"version": "0.1.66",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -17,9 +17,9 @@
"@typescript-eslint/parser": "^2.28.0",
"csstype": "^2.6.10",
"formik": "^2.1.4",
"gatsby": "^2.23.1",
"gatsby": "^2.23.2",
"gatsby-interface": "0.0.167",
"gatsby-plugin-typescript": "^2.4.4",
"gatsby-plugin-typescript": "^2.4.5",
"gatsby-source-graphql": "^2.5.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.4...gatsby-plugin-typescript@2.4.5) (2020-06-09)

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

## [2.4.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.3...gatsby-plugin-typescript@2.4.4) (2020-06-02)

**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.4",
"version": "2.4.5",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -16,7 +16,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/runtime": "^7.10.2",
"babel-plugin-remove-graphql-queries": "^2.9.3"
"babel-plugin-remove-graphql-queries": "^2.9.4"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-embed-snippet/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.

## [4.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.3.3...gatsby-remark-embed-snippet@4.3.4) (2020-06-09)

### Bug Fixes

- **gatsby-remark-embed-snippet:** readme - change code language ([#24821](https://github.com/gatsbyjs/gatsby/issues/24821)) ([8fcff17](https://github.com/gatsbyjs/gatsby/commit/8fcff17))

## [4.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.3.2...gatsby-remark-embed-snippet@4.3.3) (2020-06-02)

**Note:** Version bump only for package gatsby-remark-embed-snippet
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-embed-snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-embed-snippet",
"description": "Gatsby plugin to embed formatted code snippets within markdown",
"version": "4.3.3",
"version": "4.3.4",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/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.5.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.40...gatsby-theme-blog-core@1.5.41) (2020-06-09)

**Note:** Version bump only for package gatsby-theme-blog-core

## [1.5.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.39...gatsby-theme-blog-core@1.5.40) (2020-06-05)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.5.40",
"version": "1.5.41",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@mdx-js/react": "^1.6.5",
"gatsby": "^2.23.1",
"gatsby": "^2.23.2",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/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.6.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.40...gatsby-theme-blog@1.6.41) (2020-06-09)

**Note:** Version bump only for package gatsby-theme-blog

## [1.6.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.39...gatsby-theme-blog@1.6.40) (2020-06-05)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.6.40",
"version": "1.6.41",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-plugin-twitter": "^2.3.3",
"gatsby-theme-blog-core": "^1.5.40",
"gatsby-theme-blog-core": "^1.5.41",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand All @@ -39,7 +39,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.23.1",
"gatsby": "^2.23.2",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/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.3.67](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.66...gatsby-theme-notes@1.3.67) (2020-06-09)

**Note:** Version bump only for package gatsby-theme-notes

## [1.3.66](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.65...gatsby-theme-notes@1.3.66) (2020-06-05)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.3.66",
"version": "1.3.67",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
"devDependencies": {
"gatsby": "^2.23.1",
"gatsby": "^2.23.2",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-ui-preset/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.0.56](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.55...gatsby-theme-ui-preset@0.0.56) (2020-06-09)

**Note:** Version bump only for package gatsby-theme-ui-preset

## [0.0.55](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.54...gatsby-theme-ui-preset@0.0.55) (2020-06-05)

**Note:** Version bump only for package gatsby-theme-ui-preset
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-ui-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-ui-preset",
"version": "0.0.55",
"version": "0.0.56",
"description": "A Gatsby theme for theme-ui styles",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.23.1",
"gatsby": "^2.23.2",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-react-docgen/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.

## [5.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.2.3...gatsby-transformer-react-docgen@5.2.4) (2020-06-09)

### Bug Fixes

- **gatsby-transformer-react-docgen:** update react-docgen, fix tests ([#24788](https://github.com/gatsbyjs/gatsby/issues/24788)) ([032a18c](https://github.com/gatsbyjs/gatsby/commit/032a18c))

## [5.2.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.2.2...gatsby-transformer-react-docgen@5.2.3) (2020-06-02)

**Note:** Version bump only for package gatsby-transformer-react-docgen
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-react-docgen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-react-docgen",
"description": "Expose React component metadata and prop information as GraphQL types",
"version": "5.2.3",
"version": "5.2.4",
"author": "Jason Quense <monastic.panic@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.1...gatsby@2.23.2) (2020-06-09)

### Bug Fixes

- **babel-plugin-remove-graphql-queries:** Strip ignored characters from query text for better caching and deduping ([#24807](https://github.com/gatsbyjs/gatsby/issues/24807)) ([752f5ff](https://github.com/gatsbyjs/gatsby/commit/752f5ff))
- **gatsby:** Fix issue where inline static query in page gets added to page data ([#24805](https://github.com/gatsbyjs/gatsby/issues/24805)) ([7c9711b](https://github.com/gatsbyjs/gatsby/commit/7c9711b))

## [2.23.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.0...gatsby@2.23.1) (2020-06-05)

**Note:** Version bump only for package gatsby
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.23.1",
"version": "2.23.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -32,7 +32,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.3",
"babel-plugin-remove-graphql-queries": "^2.9.4",
"babel-preset-gatsby": "^0.4.8",
"better-opn": "1.0.0",
"better-queue": "^3.8.10",
Expand Down Expand Up @@ -72,13 +72,13 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-admin": "^0.1.65",
"gatsby-admin": "^0.1.66",
"gatsby-cli": "^2.12.44",
"gatsby-core-utils": "^1.3.4",
"gatsby-graphiql-explorer": "^0.4.4",
"gatsby-link": "^2.4.5",
"gatsby-plugin-page-creator": "^2.3.8",
"gatsby-plugin-typescript": "^2.4.4",
"gatsby-plugin-typescript": "^2.4.5",
"gatsby-react-router-scroll": "^3.0.2",
"gatsby-telemetry": "^1.3.10",
"glob": "^7.1.6",
Expand Down

0 comments on commit c3ecb22

Please sign in to comment.