Skip to content

Commit 7dcf72b

Browse files
committed
chore(release): publish
- @eshlox/gatsby-theme-axii@0.13.1 - site@0.9.5
1 parent f719bba commit 7dcf72b

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/gatsby-theme-axii/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.1](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/gatsby-theme-axii@0.13.0...@eshlox/gatsby-theme-axii@0.13.1) (2020-05-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **article:** do not use article update time when it does not exist ([f719bba](https://github.com/eshlox/gatsby-theme-axii/commit/f719bba37eee7546baaba24f63a734032a29a341))
12+
13+
14+
15+
16+
617
# [0.13.0](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/gatsby-theme-axii@0.12.0...@eshlox/gatsby-theme-axii@0.13.0) (2020-05-23)
718

819

packages/gatsby-theme-axii/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eshlox/gatsby-theme-axii",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "AXII - A Gatsby blog theme.",
55
"keywords": [
66
"gatsby",

packages/site/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.5](https://github.com/eshlox/gatsby-theme-axii/compare/site@0.9.4...site@0.9.5) (2020-05-23)
7+
8+
**Note:** Version bump only for package site
9+
10+
11+
12+
13+
614
## [0.9.4](https://github.com/eshlox/gatsby-theme-axii/compare/site@0.9.3...site@0.9.4) (2020-05-23)
715

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

packages/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "site",
4-
"version": "0.9.4",
4+
"version": "0.9.5",
55
"license": "MIT",
66
"scripts": {
77
"build": "gatsby build",
@@ -10,7 +10,7 @@
1010
"clean": "gatsby clean"
1111
},
1212
"dependencies": {
13-
"@eshlox/gatsby-theme-axii": "0.13.0",
13+
"@eshlox/gatsby-theme-axii": "0.13.1",
1414
"gatsby": "^2.22.4",
1515
"react": "^16.13.1",
1616
"react-dom": "^16.13.1"

0 commit comments

Comments
 (0)