From 10f8cc3ce1d34c438e7506609c352a8b53610a19 Mon Sep 17 00:00:00 2001 From: Daniel Soares Date: Mon, 14 Dec 2020 04:34:45 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=94=96=20Publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @marscollective/gatsby-theme-core@0.2.0 - @marscollective/gatsby-theme-jdoe@0.2.0 - @marscollective/gatsby-theme-link-free@0.2.0 - @marscollective/gatsby-theme-portfolio@0.2.0 - @marscollective/gatsby-starter-jdoe@0.2.0 - @marscollective/gatsby-starter-link-free@0.2.0 - @marscollective/gatsby-starter-portfolio@0.2.0 - website@0.2.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be4de48..9545b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/marscollective/gatsby-theme-jdoe/compare/@marscollective/gatsby-starter-link-free@0.1.0...@marscollective/gatsby-starter-link-free@0.2.0) (2020-12-14) + + +### Bug Fixes + +* 🐛 Data import ([#34](https://github.com/marscollective/gatsby-theme-jdoe/issues/34)) ([5b3c7ed](https://github.com/marscollective/gatsby-theme-jdoe/commit/5b3c7eda09079aa827642d01594c280b7225bb3e)) + + + + + # [0.1.0](https://github.com/marscollective/gatsby-theme-jdoe/compare/@marscollective/gatsby-starter-link-free@0.0.7...@marscollective/gatsby-starter-link-free@0.1.0) (2020-12-14) **Note:** Version bump only for package @marscollective/gatsby-starter-link-free diff --git a/package.json b/package.json index d89b012..8124bf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marscollective/gatsby-starter-link-free", - "version": "0.1.0", + "version": "0.2.0", "private": true, "scripts": { "build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages", @@ -10,7 +10,7 @@ "deploy": "yarn build && netlify deploy -p" }, "dependencies": { - "@marscollective/gatsby-theme-link-free": "^0.1.0", + "@marscollective/gatsby-theme-link-free": "^0.2.0", "gatsby": "2.28.2", "react": "17.0.1", "react-dom": "17.0.1"