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.12
 - gatsby-admin@0.1.84
 - gatsby-design-tokens@2.0.10
 - gatsby-plugin-typescript@2.4.13
 - gatsby-theme-blog-core@1.5.58
 - gatsby-theme-blog@1.6.58
 - gatsby-theme-notes@1.3.84
 - gatsby-theme-ui-preset@0.0.73
 - gatsby@2.23.19
  • Loading branch information
freiksenet committed Jul 3, 2020
1 parent 5250a02 commit c9692ab
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 19 deletions.
4 changes: 4 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
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.9.12](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.9.11...babel-plugin-remove-graphql-queries@2.9.12) (2020-07-03)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries

## [2.9.11](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.9.10...babel-plugin-remove-graphql-queries@2.9.11) (2020-07-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
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
"version": "2.9.11",
"version": "2.9.12",
"author": "Jason Quense <monastic.panic@gmail.com>",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
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.84](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.83...gatsby-admin@0.1.84) (2020-07-03)

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

## [0.1.83](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.82...gatsby-admin@0.1.83) (2020-07-02)

**Note:** Version bump only for package gatsby-admin
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.1.83",
"version": "0.1.84",
"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.18",
"gatsby": "^2.23.19",
"gatsby-interface": "0.0.173",
"gatsby-plugin-typescript": "^2.4.12",
"gatsby-plugin-typescript": "^2.4.13",
"gatsby-source-graphql": "^2.6.1",
"ncp": "^2.0.0",
"nodemon": "^2.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-design-tokens/CHANGELOG.md
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.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.0.9...gatsby-design-tokens@2.0.10) (2020-07-03)

### Bug Fixes

- **gatsby-design-tokens:** Add border definitions to theme ([#25486](https://github.com/gatsbyjs/gatsby/issues/25486)) ([7efdbd3](https://github.com/gatsbyjs/gatsby/commit/7efdbd3))

## [2.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.0.8...gatsby-design-tokens@2.0.9) (2020-06-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-design-tokens",
"version": "2.0.9",
"version": "2.0.10",
"description": "Gatsby Design Tokens",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-typescript/CHANGELOG.md
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.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.12...gatsby-plugin-typescript@2.4.13) (2020-07-03)

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

## [2.4.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.11...gatsby-plugin-typescript@2.4.12) (2020-07-02)

**Note:** Version bump only for package gatsby-plugin-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-typescript/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
"version": "2.4.12",
"version": "2.4.13",
"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.3",
"@babel/preset-typescript": "^7.10.1",
"@babel/runtime": "^7.10.3",
"babel-plugin-remove-graphql-queries": "^2.9.11"
"babel-plugin-remove-graphql-queries": "^2.9.12"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/CHANGELOG.md
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.58](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.57...gatsby-theme-blog-core@1.5.58) (2020-07-03)

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

## [1.5.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.56...gatsby-theme-blog-core@1.5.57) (2020-07-02)

**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
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.5.57",
"version": "1.5.58",
"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.6",
"gatsby": "^2.23.18",
"gatsby": "^2.23.19",
"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
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.58](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.57...gatsby-theme-blog@1.6.58) (2020-07-03)

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

## [1.6.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.56...gatsby-theme-blog@1.6.57) (2020-07-02)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.6.57",
"version": "1.6.58",
"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.9",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-plugin-twitter": "^2.3.9",
"gatsby-theme-blog-core": "^1.5.57",
"gatsby-theme-blog-core": "^1.5.58",
"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.18",
"gatsby": "^2.23.19",
"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
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.84](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.83...gatsby-theme-notes@1.3.84) (2020-07-03)

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

## [1.3.83](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.82...gatsby-theme-notes@1.3.83) (2020-07-02)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.3.83",
"version": "1.3.84",
"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.18",
"gatsby": "^2.23.19",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-ui-preset/CHANGELOG.md
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.73](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.72...gatsby-theme-ui-preset@0.0.73) (2020-07-03)

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

## [0.0.72](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.71...gatsby-theme-ui-preset@0.0.72) (2020-07-02)

**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
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-ui-preset",
"version": "0.0.72",
"version": "0.0.73",
"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.18",
"gatsby": "^2.23.19",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby/CHANGELOG.md
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.23.19](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.18...gatsby@2.23.19) (2020-07-03)

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

## [2.23.18](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.17...gatsby@2.23.18) (2020-07-02)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.23.18",
"version": "2.23.19",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.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.11",
"babel-plugin-remove-graphql-queries": "^2.9.12",
"babel-preset-gatsby": "^0.5.1",
"better-opn": "1.0.0",
"better-queue": "^3.8.10",
Expand Down Expand Up @@ -77,7 +77,7 @@
"gatsby-graphiql-explorer": "^0.4.10",
"gatsby-link": "^2.4.11",
"gatsby-plugin-page-creator": "^2.3.15",
"gatsby-plugin-typescript": "^2.4.12",
"gatsby-plugin-typescript": "^2.4.13",
"gatsby-react-router-scroll": "^3.0.10",
"gatsby-telemetry": "^1.3.17",
"glob": "^7.1.6",
Expand Down

0 comments on commit c9692ab

Please sign in to comment.