Skip to content

Commit e40c83d

Browse files
committed
chore(release): Publish next
- 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
1 parent a5b5cf8 commit e40c83d

File tree

40 files changed

+137
-23
lines changed

40 files changed

+137
-23
lines changed

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.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)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [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)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.13.0-next.2",
3+
"version": "0.13.0-next.3",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^4.14.2",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.3.0-next.2",
23+
"gatsby": "^3.3.0-next.3",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.3.0-next.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.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)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [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)
713

814
**Note:** Version bump only for package gatsby-plugin-gatsby-cloud

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "2.3.0-next.1",
4+
"version": "2.3.0-next.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-image/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.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)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [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)
713

814
### Bug Fixes

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "1.3.0-next.2",
3+
"version": "1.3.0-next.3",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"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",

packages/gatsby-plugin-sharp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [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)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [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)
711

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

packages/gatsby-plugin-sharp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "3.3.0-next.2",
4+
"version": "3.3.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -34,7 +34,7 @@
3434
"@types/sharp": "^0.27.1",
3535
"babel-preset-gatsby-package": "^1.3.0-next.1",
3636
"cross-env": "^7.0.3",
37-
"gatsby-plugin-image": "^1.3.0-next.2",
37+
"gatsby-plugin-image": "^1.3.0-next.3",
3838
"gatsby-plugin-utils": "^1.3.0-next.1"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",

packages/gatsby-remark-autolink-headers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [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)
7+
8+
### Features
9+
10+
- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527))
11+
612
# [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)
713

814
**Note:** Version bump only for package gatsby-remark-autolink-headers

packages/gatsby-remark-autolink-headers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-autolink-headers",
33
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
4-
"version": "3.3.0-next.1",
4+
"version": "4.0.0-next.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)