Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Release 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qw-in committed Jun 18, 2020
1 parent 494edfd commit b8a6fd9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.0.0-alpha.1](https://github.com/dignified-org/gatsby-source-shopify-incremental/compare/1.0.0-apha.0...1.0.0-alpha.1)
#### [1.0.0-alpha.2](https://github.com/dignified-org/gatsby-source-shopify-incremental/compare/1.0.0-apha.0...1.0.0-alpha.2)

> 18 June 2020
- fix: correctly set product___NODE on ProductMetafieldNode [`#1`](https://github.com/dignified-org/gatsby-source-shopify-incremental/pull/1)
- fix: reduce storefront page size to 100 [`#2`](https://github.com/dignified-org/gatsby-source-shopify-incremental/pull/2)
- Update dependencies and add release logic [`1209396`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/1209396aeb00ad410c72e471ed55f9b672ee7865)
- Add changelog [`5fb0ff9`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/5fb0ff9d61b446dd98f6cc3208eb66dccc17b7c2)
- Add build command before release [`494edfd`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/494edfd8ef61cdf293854932f46d10211a805184)

#### 1.0.0-apha.0
#### [1.0.0-apha.0](https://github.com/dignified-org/gatsby-source-shopify-incremental/compare/1.0.0-alpha.1...1.0.0-apha.0)

> 20 May 2020
#### 1.0.0-alpha.1

> 18 June 2020
- fix: correctly set product___NODE on ProductMetafieldNode [`#1`](https://github.com/dignified-org/gatsby-source-shopify-incremental/pull/1)
- fix: reduce storefront page size to 100 [`#2`](https://github.com/dignified-org/gatsby-source-shopify-incremental/pull/2)
- WIP [`5fdcbd5`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/5fdcbd547a04a9efdf249c3b64cbaf0437d2edc6)
- Incremental products [`34e56f5`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/34e56f54b26fe37e01eff8c84503b0674ce49012)
- Remove log [`a949c00`](https://github.com/dignified-org/gatsby-source-shopify-incremental/commit/a949c00b153788c4544de6d04f4320f850c4c0f8)
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-shopify-incremental",
"description": "Gatsby source plugin for Shopify",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"author": "Dignified <[email protected]>",
"contributors": [
{
Expand Down Expand Up @@ -66,7 +66,10 @@
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": ["npx auto-changelog -p", "yarn build"]
"after:bump": [
"npx auto-changelog -p",
"yarn build"
]
}
}
}

0 comments on commit b8a6fd9

Please sign in to comment.