Skip to content

Commit e0a1b10

Browse files
committed
chore(release): publish
- @eshlox/gatsby-theme-axii@0.15.0 - site@0.11.0
1 parent 0059844 commit e0a1b10

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

packages/gatsby-theme-axii/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.15.0](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/gatsby-theme-axii@0.14.1...@eshlox/gatsby-theme-axii@0.15.0) (2020-06-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **monetization:** fix typo in graphql query ([0059844](https://github.com/eshlox/gatsby-theme-axii/commit/00598444f0cfb6491d2c085646ffd160186c31f1))
12+
13+
14+
### Features
15+
16+
* **monetization:** coil support ([7616942](https://github.com/eshlox/gatsby-theme-axii/commit/761694258e67a42c95699d6d861c9979113f1b3e))
17+
18+
19+
20+
21+
622
## [0.14.1](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/gatsby-theme-axii@0.14.0...@eshlox/gatsby-theme-axii@0.14.1) (2020-05-26)
723

824

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.14.1",
3+
"version": "0.15.0",
44
"description": "AXII - A Gatsby blog theme.",
55
"keywords": [
66
"gatsby",

packages/site/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.11.0](https://github.com/eshlox/gatsby-theme-axii/compare/site@0.10.1...site@0.11.0) (2020-06-11)
7+
8+
9+
### Features
10+
11+
* **monetization:** coil support ([7616942](https://github.com/eshlox/gatsby-theme-axii/commit/761694258e67a42c95699d6d861c9979113f1b3e))
12+
13+
14+
15+
16+
617
## [0.10.1](https://github.com/eshlox/gatsby-theme-axii/compare/site@0.10.0...site@0.10.1) (2020-05-26)
718

819

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.10.1",
4+
"version": "0.11.0",
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.14.1",
13+
"@eshlox/gatsby-theme-axii": "0.15.0",
1414
"gatsby": "^2.23.3",
1515
"react": "^16.13.1",
1616
"react-dom": "^16.13.1"

0 commit comments

Comments
 (0)