diff --git a/@pewriebontal/gatsby-theme-novela/CHANGELOG.md b/@pewriebontal/gatsby-theme-novela/CHANGELOG.md index a5d168e..f3bf161 100644 --- a/@pewriebontal/gatsby-theme-novela/CHANGELOG.md +++ b/@pewriebontal/gatsby-theme-novela/CHANGELOG.md @@ -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.18.14](https://github.com/pewriebontal/gatsby-theme-novela/compare/@pewriebontal/gatsby-theme-novela@0.18.13...@pewriebontal/gatsby-theme-novela@0.18.14) (2022-01-23) + + +### Bug Fixes + +* share pop-up ([4c2121c](https://github.com/pewriebontal/gatsby-theme-novela/commit/4c2121c9fe92aab1d864db67f02680682e2ece37)) + + + + + ## 0.18.13 (2022-01-19) **Note:** Version bump only for package @pewriebontal/gatsby-theme-novela diff --git a/@pewriebontal/gatsby-theme-novela/package.json b/@pewriebontal/gatsby-theme-novela/package.json index cba5b35..0845e7a 100644 --- a/@pewriebontal/gatsby-theme-novela/package.json +++ b/@pewriebontal/gatsby-theme-novela/package.json @@ -2,7 +2,7 @@ "name": "@pewriebontal/gatsby-theme-novela", "author": "hello@pewriebontal.ml", "repository": "https://github.com/pewriebontal/gatsby-theme-novela", - "version": "0.18.13", + "version": "0.18.14", "main": "index.js", "license": "MIT", "keywords": [ diff --git a/www/CHANGELOG.md b/www/CHANGELOG.md index 9109e65..513de56 100644 --- a/www/CHANGELOG.md +++ b/www/CHANGELOG.md @@ -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. +## [1.6.19](https://github.com/pewriebontal/gatsby-theme-novela/compare/www@1.6.18...www@1.6.19) (2022-01-23) + +**Note:** Version bump only for package www + + + + + ## [1.6.18](https://github.com/pewriebontal/gatsby-theme-novela/compare/www@1.6.14...www@1.6.18) (2022-01-19) **Note:** Version bump only for package www diff --git a/www/package.json b/www/package.json index ecd74f1..119e7f1 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "www", - "version": "1.6.18", + "version": "1.6.19", "license": "MIT", "scripts": { "build": "npm run clean && gatsby build", @@ -9,7 +9,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@pewriebontal/gatsby-theme-novela": "^0.18.13", + "@pewriebontal/gatsby-theme-novela": "^0.18.14", "dotenv": "^8.0.0", "gatsby": "^2.13.41", "gatsby-plugin-google-analytics": "^2.1.6",