🔖 Publish

- @marscollective/gatsby-theme-jdoe@0.0.8
 - @marscollective/gatsby-theme-link-free@0.0.8
 - @marscollective/gatsby-starter-jdoe@0.0.5
 - @marscollective/gatsby-starter-link-free@0.0.5
This commit is contained in:
Daniel Soares
2020-12-11 23:45:49 -03:00
parent 9f045bc55c
commit 17f92e0b92
2 changed files with 10 additions and 2 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.0.5](https://github.com/marscollective/gatsby-theme-jdoe/compare/@marscollective/gatsby-starter-link-free@0.0.4...@marscollective/gatsby-starter-link-free@0.0.5) (2020-12-12)
**Note:** Version bump only for package @marscollective/gatsby-starter-link-free
## [0.0.4](https://github.com/marscollective/gatsby-theme-jdoe/compare/@marscollective/gatsby-starter-link-free@0.0.3...@marscollective/gatsby-starter-link-free@0.0.4) (2020-12-12) ## [0.0.4](https://github.com/marscollective/gatsby-theme-jdoe/compare/@marscollective/gatsby-starter-link-free@0.0.3...@marscollective/gatsby-starter-link-free@0.0.4) (2020-12-12)
**Note:** Version bump only for package @marscollective/gatsby-starter-link-free **Note:** Version bump only for package @marscollective/gatsby-starter-link-free

View File

@@ -1,6 +1,6 @@
{ {
"name": "@marscollective/gatsby-starter-link-free", "name": "@marscollective/gatsby-starter-link-free",
"version": "0.0.4", "version": "0.0.5",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages", "build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
@@ -9,7 +9,7 @@
"clean": "gatsby clean" "clean": "gatsby clean"
}, },
"dependencies": { "dependencies": {
"@marscollective/gatsby-theme-link-free": "^0.0.7", "@marscollective/gatsby-theme-link-free": "^0.0.8",
"gatsby": "^2.28.2", "gatsby": "^2.28.2",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0" "react-dom": "^16.14.0"