Skip to content

Commit 0873388

Browse files

File tree

18 files changed

+65
-11
lines changed

18 files changed

+65
-11
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.23.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.23.0-next.2) (2021-08-20)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.23.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.23.0-next.1) (2021-08-19)
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.23.0-next.1",
3+
"version": "0.23.0-next.2",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@typescript-eslint/parser": "^4.28.1",
3030
"csstype": "^2.6.14",
3131
"formik": "^2.2.6",
32-
"gatsby": "^3.13.0-next.1",
32+
"gatsby": "^3.13.0-next.2",
3333
"gatsby-interface": "^0.0.244",
3434
"gatsby-plugin-typescript": "^3.13.0-next.0",
3535
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-plugin-manifest/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+
# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.13.0-next.1) (2021-08-20)
7+
8+
### Features
9+
10+
- **gatsby-plugin-sharp:** reduce encoding time and install size ([#32851](https://github.com/gatsbyjs/gatsby/issues/32851)) ([ddcfbd8](https://github.com/gatsbyjs/gatsby/commit/ddcfbd8e7b4b68fe31fa77815599b479e0cef6a1)), closes [#1](https://github.com/gatsbyjs/gatsby/issues/1)
11+
612
# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.13.0-next.0) (2021-08-12)
713

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

packages/gatsby-plugin-manifest/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-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "3.13.0-next.0",
4+
"version": "3.13.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sharp/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+
# [3.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.13.0-next.2) (2021-08-20)
7+
8+
### Features
9+
10+
- **gatsby-plugin-sharp:** reduce encoding time and install size ([#32851](https://github.com/gatsbyjs/gatsby/issues/32851)) ([ddcfbd8](https://github.com/gatsbyjs/gatsby/commit/ddcfbd8e7b4b68fe31fa77815599b479e0cef6a1)), closes [#1](https://github.com/gatsbyjs/gatsby/issues/1)
11+
612
# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.13.0-next.1) (2021-08-19)
713

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

packages/gatsby-plugin-sharp/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-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "3.13.0-next.1",
4+
"version": "3.13.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-images-contentful/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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2021-08-20)
7+
8+
### Features
9+
10+
- **gatsby-plugin-sharp:** reduce encoding time and install size ([#32851](https://github.com/gatsbyjs/gatsby/issues/32851)) ([ddcfbd8](https://github.com/gatsbyjs/gatsby/commit/ddcfbd8e7b4b68fe31fa77815599b479e0cef6a1)), closes [#1](https://github.com/gatsbyjs/gatsby/issues/1)
11+
612
# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2021-08-12)
713

814
**Note:** Version bump only for package gatsby-remark-images-contentful

packages/gatsby-remark-images-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-images-contentful",
3-
"version": "4.10.0-next.0",
3+
"version": "4.10.0-next.1",
44
"description": "Process Images in Contentful markdown so they can use the images API.",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-source-shopify/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+
# [5.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.5.0-next.2) (2021-08-20)
7+
8+
### Features
9+
10+
- **gatsby-plugin-sharp:** reduce encoding time and install size ([#32851](https://github.com/gatsbyjs/gatsby/issues/32851)) ([ddcfbd8](https://github.com/gatsbyjs/gatsby/commit/ddcfbd8e7b4b68fe31fa77815599b479e0cef6a1)), closes [#1](https://github.com/gatsbyjs/gatsby/issues/1)
11+
612
# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.5.0-next.1) (2021-08-19)
713

814
**Note:** Version bump only for package gatsby-source-shopify

packages/gatsby-source-shopify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "5.5.0-next.1",
3+
"version": "5.5.0-next.2",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",

0 commit comments

Comments
 (0)