Skip to content

Commit 47f251b

Browse files
committed
chore(release): publish
- @eshlox/gatsby-theme-axii@0.4.3 - site@0.4.3
1 parent b2af774 commit 47f251b

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.4.3](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/gatsby-theme-axii@0.4.2...@eshlox/gatsby-theme-axii@0.4.3) (2020-02-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **paragraph:** center paragraph (production build issue) ([b2af774](https://github.com/eshlox/gatsby-theme-axii/commit/b2af7749b0e2baaf41cd56d87c6cffd6620b87a8))
12+
13+
14+
15+
16+
617
## [0.4.2](https://github.com/eshlox/gatsby-theme-axii/compare/@eshlox/gatsby-theme-axii@0.4.1...@eshlox/gatsby-theme-axii@0.4.2) (2020-02-16)
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.4.2",
3+
"version": "0.4.3",
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.4.3](https://github.com/eshlox/gatsby-theme-axii/compare/site@0.4.2...site@0.4.3) (2020-02-16)
7+
8+
**Note:** Version bump only for package site
9+
10+
11+
12+
13+
614
## [0.4.2](https://github.com/eshlox/gatsby-theme-axii/compare/site@0.4.1...site@0.4.2) (2020-02-16)
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,15 +1,15 @@
11
{
22
"private": true,
33
"name": "site",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
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.4.2",
12+
"@eshlox/gatsby-theme-axii": "0.4.3",
1313
"gatsby": "^2.19.15",
1414
"react": "^16.12.0",
1515
"react-dom": "^16.12.0"

0 commit comments

Comments
 (0)