From a8f40fa79102f0478efbff04088da0a42c367ecc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Jan 2022 08:07:29 +0000 Subject: [PATCH] Version Packages --- .changeset/slow-buttons-rhyme.md | 5 ----- .../gatsby-theme-minimal-portfolio/CHANGELOG.md | 7 ++++++- .../gatsby-theme-minimal-portfolio/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .changeset/slow-buttons-rhyme.md diff --git a/.changeset/slow-buttons-rhyme.md b/.changeset/slow-buttons-rhyme.md deleted file mode 100644 index 45a75e4..0000000 --- a/.changeset/slow-buttons-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@dotnetthailand/gatsby-theme-minimal-portfolio": patch ---- - -Handle optional frontmatter value in Markdown document diff --git a/@dotnetthailand/gatsby-theme-minimal-portfolio/CHANGELOG.md b/@dotnetthailand/gatsby-theme-minimal-portfolio/CHANGELOG.md index 7841c96..ed64683 100644 --- a/@dotnetthailand/gatsby-theme-minimal-portfolio/CHANGELOG.md +++ b/@dotnetthailand/gatsby-theme-minimal-portfolio/CHANGELOG.md @@ -1,8 +1,13 @@ # @dotnetthailand/gatsby-theme-minimal-portfolio -## 0.0.2 +## 0.0.3 + ### Patch Changes +- [`75285c4`](https://github.com/dotnetthailand/minimal-portfolio/commit/75285c44a9f8b9d60faf66cb29a1829a9363b97d) Thanks [@aaronamm](https://github.com/aaronamm)! - Handle optional frontmatter value in Markdown document +## 0.0.2 + +### Patch Changes - [`ea814df`](https://github.com/dotnetthailand/minimal-portfolio/commit/ea814dfb563f7da784a2b03db80967ba11ae97ee) Thanks [@aaronamm](https://github.com/aaronamm)! - Convert existing code to TypeScript diff --git a/@dotnetthailand/gatsby-theme-minimal-portfolio/package.json b/@dotnetthailand/gatsby-theme-minimal-portfolio/package.json index 1338c05..3f05ebe 100644 --- a/@dotnetthailand/gatsby-theme-minimal-portfolio/package.json +++ b/@dotnetthailand/gatsby-theme-minimal-portfolio/package.json @@ -1,7 +1,7 @@ { "name": "@dotnetthailand/gatsby-theme-minimal-portfolio", "description": "Minimal portfolio website", - "version": "0.0.2", + "version": "0.0.3", "author": ".NET Thailand team", "publishConfig": { "access": "public"