Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.13.0-next.3
 - gatsby-plugin-gatsby-cloud@2.3.0-next.2
 - gatsby-plugin-image@1.3.0-next.3
 - gatsby-plugin-sharp@3.3.0-next.3
 - gatsby-remark-autolink-headers@4.0.0-next.0
 - gatsby-remark-code-repls@5.0.0-next.0
 - gatsby-remark-copy-linked-files@4.0.0-next.0
 - gatsby-remark-custom-blocks@3.3.0-next.2
 - gatsby-remark-embed-snippet@6.0.0-next.0
 - gatsby-remark-graphviz@3.0.0-next.0
 - gatsby-remark-images-contentful@4.0.0-next.0
 - gatsby-remark-images@5.0.0-next.0
 - gatsby-remark-katex@5.0.0-next.0
 - gatsby-remark-prismjs@5.0.0-next.0
 - gatsby-remark-responsive-iframe@4.0.0-next.0
 - gatsby-remark-smartypants@4.0.0-next.0
 - gatsby-source-wordpress@5.3.0-next.3
 - gatsby-transformer-remark@4.0.0-next.0
 - gatsby-transformer-sqip@3.3.0-next.3
 - gatsby@3.3.0-next.3
  • Loading branch information
vladar committed Apr 9, 2021
1 parent a5b5cf8 commit e40c83d
Show file tree
Hide file tree
Showing 40 changed files with 137 additions and 23 deletions.
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.13.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.13.0-next.2...gatsby-admin@0.13.0-next.3) (2021-04-09)

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

# [0.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.13.0-next.1...gatsby-admin@0.13.0-next.2) (2021-04-07)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.13.0-next.2",
"version": "0.13.0-next.3",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^4.14.2",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.3.0-next.2",
"gatsby": "^3.3.0-next.3",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.3.0-next.1",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-gatsby-cloud/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.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.3.0-next.1...gatsby-plugin-gatsby-cloud@2.3.0-next.2) (2021-04-09)

### Bug Fixes

- **gatsby-plugin-gatsby-cloud:** Add missing index.js (so the plugin can be resolved in workspaces) ([#30761](https://github.com/gatsbyjs/gatsby/issues/30761)) ([4336d04](https://github.com/gatsbyjs/gatsby/commit/4336d04005745fe8de2defd8bba0b93380f04359))

# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.3.0-next.0...gatsby-plugin-gatsby-cloud@2.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-plugin-gatsby-cloud
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-gatsby-cloud/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-gatsby-cloud",
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
"version": "2.3.0-next.1",
"version": "2.3.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-image/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.

# [1.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.3.0-next.2...gatsby-plugin-image@1.3.0-next.3) (2021-04-09)

### Bug Fixes

- **gatsby-plugin-image:** Don't inherit all img styles ([#30754](https://github.com/gatsbyjs/gatsby/issues/30754)) ([1a9b830](https://github.com/gatsbyjs/gatsby/commit/1a9b830062a654ff7595da0813f21087e0937bd3))

# [1.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.3.0-next.1...gatsby-plugin-image@1.3.0-next.2) (2021-04-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "1.3.0-next.2",
"version": "1.3.0-next.3",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/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.

# [3.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.3.0-next.2...gatsby-plugin-sharp@3.3.0-next.3) (2021-04-09)

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

# [3.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.3.0-next.1...gatsby-plugin-sharp@3.3.0-next.2) (2021-04-07)

**Note:** Version bump only for package gatsby-plugin-sharp
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "3.3.0-next.2",
"version": "3.3.0-next.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/sharp": "^0.27.1",
"babel-preset-gatsby-package": "^1.3.0-next.1",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.3.0-next.2",
"gatsby-plugin-image": "^1.3.0-next.3",
"gatsby-plugin-utils": "^1.3.0-next.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-autolink-headers/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.

# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.3.0-next.1...gatsby-remark-autolink-headers@4.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.3.0-next.0...gatsby-remark-autolink-headers@3.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-autolink-headers
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-autolink-headers/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-autolink-headers",
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
"version": "3.3.0-next.1",
"version": "4.0.0-next.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-code-repls/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.

# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@4.3.0-next.1...gatsby-remark-code-repls@5.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@4.3.0-next.0...gatsby-remark-code-repls@4.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-code-repls
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-code-repls/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-code-repls",
"description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen",
"version": "4.3.0-next.1",
"version": "5.0.0-next.0",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-copy-linked-files/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.

# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@3.3.0-next.1...gatsby-remark-copy-linked-files@4.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@3.3.0-next.0...gatsby-remark-copy-linked-files@3.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-copy-linked-files
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-copy-linked-files",
"description": "Find files which are linked to from markdown and copy them to the public directory",
"version": "3.3.0-next.1",
"version": "4.0.0-next.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-custom-blocks/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.

# [3.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.3.0-next.1...gatsby-remark-custom-blocks@3.3.0-next.2) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.3.0-next.0...gatsby-remark-custom-blocks@3.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-custom-blocks
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-custom-blocks/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-custom-blocks",
"description": "Gatsby remark plugin for adding custom blocks in markdown",
"version": "3.3.0-next.1",
"version": "3.3.0-next.2",
"author": "Mohammad Asad Mohammad <m91.alahmadi@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-embed-snippet/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.

# [6.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.3.0-next.1...gatsby-remark-embed-snippet@6.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.3.0-next.0...gatsby-remark-embed-snippet@5.3.0-next.1) (2021-04-07)

**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
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-embed-snippet",
"description": "Gatsby plugin to embed formatted code snippets within markdown",
"version": "5.3.0-next.1",
"version": "6.0.0-next.0",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-graphviz/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.

# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@2.3.0-next.1...gatsby-remark-graphviz@3.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@2.3.0-next.0...gatsby-remark-graphviz@2.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-graphviz
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-graphviz/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-graphviz",
"description": "Processes graphviz code blocks and renders to SVG using viz.js",
"version": "2.3.0-next.1",
"version": "3.0.0-next.0",
"author": "Anthony Marcar <anthony@moocar.me>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-images-contentful/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.

# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@3.3.0-next.1...gatsby-remark-images-contentful@4.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@3.3.0-next.0...gatsby-remark-images-contentful@3.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-images-contentful
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images-contentful",
"version": "3.3.0-next.1",
"version": "4.0.0-next.0",
"description": "Process Images in Contentful markdown so they can use the images API.",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-images/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.

# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.3.0-next.1...gatsby-remark-images@5.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.3.0-next.0...gatsby-remark-images@4.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-images
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
"version": "4.3.0-next.1",
"version": "5.0.0-next.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-katex/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.

# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@4.3.0-next.1...gatsby-remark-katex@5.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@4.3.0-next.0...gatsby-remark-katex@4.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-katex
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-katex/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-katex",
"description": "Transform math nodes to html markup",
"version": "4.3.0-next.1",
"version": "5.0.0-next.0",
"author": "Jeffrey Xiao <jeffrey.xiao1998@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-prismjs/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.

# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@4.3.0-next.1...gatsby-remark-prismjs@5.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@4.3.0-next.0...gatsby-remark-prismjs@4.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-prismjs
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-prismjs/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-prismjs",
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
"version": "4.3.0-next.1",
"version": "5.0.0-next.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-responsive-iframe/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.

# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@3.3.0-next.1...gatsby-remark-responsive-iframe@4.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@3.3.0-next.0...gatsby-remark-responsive-iframe@3.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-responsive-iframe
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-responsive-iframe/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-responsive-iframe",
"description": "Make iframes in Markdown processed by Remark responsive",
"version": "3.3.0-next.1",
"version": "4.0.0-next.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-smartypants/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.

# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@3.3.0-next.1...gatsby-remark-smartypants@4.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@3.3.0-next.0...gatsby-remark-smartypants@3.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-remark-smartypants
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-smartypants/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-smartypants",
"description": "Use retext-smartypants to auto-enhance typography of markdown",
"version": "3.3.0-next.1",
"version": "4.0.0-next.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-wordpress/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.

# [5.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.3.0-next.2...gatsby-source-wordpress@5.3.0-next.3) (2021-04-09)

### Bug Fixes

- **gatsby-source-wordpress:** only log out duplicate node if we have all the data we want to log ([#30751](https://github.com/gatsbyjs/gatsby/issues/30751)) ([2bdd5a5](https://github.com/gatsbyjs/gatsby/commit/2bdd5a5865b696e0d31dd8ff3c0dde6fdd7cb181))

# [5.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.3.0-next.1...gatsby-source-wordpress@5.3.0-next.2) (2021-04-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
"version": "5.3.0-next.2",
"version": "5.3.0-next.3",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-remark/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.

# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.3.0-next.1...gatsby-transformer-remark@4.0.0-next.0) (2021-04-09)

### Features

- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))

# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.3.0-next.0...gatsby-transformer-remark@3.3.0-next.1) (2021-04-07)

**Note:** Version bump only for package gatsby-transformer-remark
Expand Down

0 comments on commit e40c83d

Please sign in to comment.