Skip to content

Commit 19e68a5

Browse files
committed
chore(release): publish
- @eshlox/gatsby-theme-axii@0.4.0 - site@0.4.0
1 parent bb80ca4 commit 19e68a5

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

packages/gatsby-theme-axii/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.4.0](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/gatsby-theme-axii@0.3.0...@eshlox/gatsby-theme-axii@0.4.0) (2020-02-16)
7+
8+
9+
### Features
10+
11+
* **graphql:** article graphql type ([2ac4589](https://github.com/eshlox/gatsby-theme-axii/commit/2ac4589780f3906c6be2139695238318fd507371)), closes [#20](https://github.com/eshlox/gatsby-theme-axii/issues/20)
12+
* **theme:** material UI ([bb80ca4](https://github.com/eshlox/gatsby-theme-axii/commit/bb80ca4e11ae803fa287a5a0f6c42739a0e0ae8b)), closes [#3](https://github.com/eshlox/gatsby-theme-axii/issues/3) [#5](https://github.com/eshlox/gatsby-theme-axii/issues/5) [#6](https://github.com/eshlox/gatsby-theme-axii/issues/6) [#7](https://github.com/eshlox/gatsby-theme-axii/issues/7) [#8](https://github.com/eshlox/gatsby-theme-axii/issues/8) [#10](https://github.com/eshlox/gatsby-theme-axii/issues/10) [#18](https://github.com/eshlox/gatsby-theme-axii/issues/18) [#22](https://github.com/eshlox/gatsby-theme-axii/issues/22)
13+
14+
15+
16+
17+
618
# [0.3.0](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/gatsby-theme-axii@0.2.1...@eshlox/gatsby-theme-axii@0.3.0) (2019-11-30)
719

820

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.3.0",
3+
"version": "0.4.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.4.0](https://github.com/eshlox/gatsby-theme-axii/compare/site@0.3.0...site@0.4.0) (2020-02-16)
7+
8+
9+
### Features
10+
11+
* **theme:** material UI ([bb80ca4](https://github.com/eshlox/gatsby-theme-axii/commit/bb80ca4e11ae803fa287a5a0f6c42739a0e0ae8b)), closes [#3](https://github.com/eshlox/gatsby-theme-axii/issues/3) [#5](https://github.com/eshlox/gatsby-theme-axii/issues/5) [#6](https://github.com/eshlox/gatsby-theme-axii/issues/6) [#7](https://github.com/eshlox/gatsby-theme-axii/issues/7) [#8](https://github.com/eshlox/gatsby-theme-axii/issues/8) [#10](https://github.com/eshlox/gatsby-theme-axii/issues/10) [#18](https://github.com/eshlox/gatsby-theme-axii/issues/18) [#22](https://github.com/eshlox/gatsby-theme-axii/issues/22)
12+
13+
14+
15+
16+
617
# [0.3.0](https://github.com/eshlox/gatsby-theme-axii/compare/site@0.2.1...site@0.3.0) (2019-11-30)
718

819

packages/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"private": true,
33
"name": "site",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "gatsby build",
88
"develop": "gatsby develop",
99
"clean": "gatsby clean"
1010
},
1111
"dependencies": {
12-
"@eshlox/gatsby-theme-axii": "0.3.0",
12+
"@eshlox/gatsby-theme-axii": "0.4.0",
1313
"gatsby": "^2.19.15",
1414
"react": "^16.12.0",
1515
"react-dom": "^16.12.0"

0 commit comments

Comments
 (0)