Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eshlox committed May 23, 2020
1 parent f719bba commit 7dcf72b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/gatsby-theme-axii/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/[email protected]...@eshlox/[email protected]) (2020-05-23)


### Bug Fixes

* **article:** do not use article update time when it does not exist ([f719bba](https://github.com/eshlox/gatsby-theme-axii/commit/f719bba37eee7546baaba24f63a734032a29a341))





# [0.13.0](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/[email protected]...@eshlox/[email protected]) (2020-05-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-axii/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eshlox/gatsby-theme-axii",
"version": "0.13.0",
"version": "0.13.1",
"description": "AXII - A Gatsby blog theme.",
"keywords": [
"gatsby",
Expand Down
8 changes: 8 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.5](https://github.com/eshlox/gatsby-theme-axii/compare/[email protected]@0.9.5) (2020-05-23)

**Note:** Version bump only for package site





## [0.9.4](https://github.com/eshlox/gatsby-theme-axii/compare/[email protected]@0.9.4) (2020-05-23)

**Note:** Version bump only for package site
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "site",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"build": "gatsby build",
Expand All @@ -10,7 +10,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"@eshlox/gatsby-theme-axii": "0.13.0",
"@eshlox/gatsby-theme-axii": "0.13.1",
"gatsby": "^2.22.4",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down

0 comments on commit 7dcf72b

Please sign in to comment.