Skip to content

Commit be68b02

Browse files
committed
1 parent fc93b7b commit be68b02

File tree

8 files changed

+26
-4
lines changed

8 files changed

+26
-4
lines changed

packages/gatsby-plugin-mdx/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+
## [1.0.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.33) (2019-08-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.0.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.32) (2019-08-25)
711

812
**Note:** Version bump only for package gatsby-plugin-mdx

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.0.32",
3+
"version": "1.0.33",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-remark-copy-linked-files/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.1.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2019-08-26)
7+
8+
**Note:** Version bump only for package gatsby-remark-copy-linked-files
9+
610
## [2.1.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2019-08-25)
711

812
**Note:** Version bump only for package gatsby-remark-copy-linked-files

packages/gatsby-remark-copy-linked-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-copy-linked-files",
33
"description": "Find files which are linked to from markdown and copy them to the public directory",
4-
"version": "2.1.12",
4+
"version": "2.1.13",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-responsive-iframe/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.2.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@[email protected]) (2019-08-26)
7+
8+
**Note:** Version bump only for package gatsby-remark-responsive-iframe
9+
610
## [2.2.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@[email protected]) (2019-08-25)
711

812
**Note:** Version bump only for package gatsby-remark-responsive-iframe

packages/gatsby-remark-responsive-iframe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-responsive-iframe",
33
"description": "Make iframes in Markdown processed by Remark responsive",
4-
"version": "2.2.9",
4+
"version": "2.2.10",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.14.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.14.0) (2019-08-26)
7+
8+
### Bug Fixes
9+
10+
- update dependency address to v1.1.2 ([#17083](https://github.com/gatsbyjs/gatsby/issues/17083)) ([1f9664a](https://github.com/gatsbyjs/gatsby/commit/1f9664a))
11+
12+
### Features
13+
14+
- **gatsby:** add better splitchunks config ([#17093](https://github.com/gatsbyjs/gatsby/issues/17093)) ([fc93b7b](https://github.com/gatsbyjs/gatsby/commit/fc93b7b))
15+
616
## [2.13.83](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.83) (2019-08-25)
717

818
### Bug Fixes

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.13.83",
4+
"version": "2.14.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)