Skip to content

Commit 9875dfd

Browse files
committedJul 2, 2020
chore(release): Publish
- gatsby-admin@0.1.79 - gatsby-source-graphql@2.6.0
1 parent c424dc1 commit 9875dfd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed
 

‎packages/gatsby-admin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.79](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.78...gatsby-admin@0.1.79) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.78](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.77...gatsby-admin@0.1.78) (2020-07-01)
711

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

‎packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.78",
3+
"version": "0.1.79",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"gatsby": "^2.23.14",
2121
"gatsby-interface": "0.0.173",
2222
"gatsby-plugin-typescript": "^2.4.10",
23-
"gatsby-source-graphql": "^2.5.9",
23+
"gatsby-source-graphql": "^2.6.0",
2424
"ncp": "^2.0.0",
2525
"nodemon": "^2.0.4",
2626
"react": "^16.12.0",

‎packages/gatsby-source-graphql/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.5.9...gatsby-source-graphql@2.6.0) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-source-graphql
9+
610
## [2.5.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.5.8...gatsby-source-graphql@2.5.9) (2020-07-01)
711

812
**Note:** Version bump only for package gatsby-source-graphql

‎packages/gatsby-source-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-graphql",
33
"description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL",
4-
"version": "2.5.9",
4+
"version": "2.6.0",
55
"author": "Mikhail Novikov <freiksenet@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)
Please sign in to comment.