diff --git a/packages/ggsmark/CHANGELOG.md b/packages/ggsmark/CHANGELOG.md index 0367dd8..effe094 100644 --- a/packages/ggsmark/CHANGELOG.md +++ b/packages/ggsmark/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.8.10](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.8.9...ggsmark@0.8.10) (2020-09-14) + + +### Bug Fixes + +* added browser to dist ([fe7a4db](https://github.com/johnnyhuy/ggsmark/commit/fe7a4db9a9be13ea4d7d93b24215cd89cde13bad)) + + + + + ## [0.8.9](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.8.8...ggsmark@0.8.9) (2020-09-13) diff --git a/packages/ggsmark/package-lock.json b/packages/ggsmark/package-lock.json index 1a3a4a4..ed901b6 100644 --- a/packages/ggsmark/package-lock.json +++ b/packages/ggsmark/package-lock.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.8.9", + "version": "0.8.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/ggsmark/package.json b/packages/ggsmark/package.json index e6a9241..e9be343 100644 --- a/packages/ggsmark/package.json +++ b/packages/ggsmark/package.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.8.9", + "version": "0.8.10", "description": "Markdown extension for the Gentlemen's Gaming Society website.", "repository": "https://github.com/johnnyhuy/ggsmark.git", "author": "Johnny Huynh ", @@ -11,12 +11,12 @@ "regenerator-runtime": "^0.13.7", "rehype-sanitize": "^4.0.0", "rehype-stringify": "^8.0.0", - "remark-color-text": "^0.3.9", + "remark-color-text": "^0.3.10", "remark-iframes": "^4.0.4", "remark-parse": "^8.0.3", "remark-rehype": "^7.0.0", - "remark-spoilers": "^0.4.9", - "remark-text-alignment": "^0.5.9", + "remark-spoilers": "^0.4.10", + "remark-text-alignment": "^0.5.10", "unified": "^9.2.0" }, "main": "dist/index.js", diff --git a/packages/remark-color-text/CHANGELOG.md b/packages/remark-color-text/CHANGELOG.md index 74dd1ac..b248f38 100644 --- a/packages/remark-color-text/CHANGELOG.md +++ b/packages/remark-color-text/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.3.10](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.3.9...remark-color-text@0.3.10) (2020-09-14) + + +### Bug Fixes + +* added browser to dist ([fe7a4db](https://github.com/johnnyhuy/ggsmark/commit/fe7a4db9a9be13ea4d7d93b24215cd89cde13bad)) + + + + + ## [0.3.9](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.3.8...remark-color-text@0.3.9) (2020-09-13) **Note:** Version bump only for package remark-color-text diff --git a/packages/remark-color-text/package.json b/packages/remark-color-text/package.json index 089560e..ab100e5 100644 --- a/packages/remark-color-text/package.json +++ b/packages/remark-color-text/package.json @@ -1,6 +1,6 @@ { "name": "remark-color-text", - "version": "0.3.9", + "version": "0.3.10", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-spoilers/CHANGELOG.md b/packages/remark-spoilers/CHANGELOG.md index 3f97754..e2d4747 100644 --- a/packages/remark-spoilers/CHANGELOG.md +++ b/packages/remark-spoilers/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.4.10](https://github.com/johnnyhuy/ggsmark/compare/remark-spoilers@0.4.9...remark-spoilers@0.4.10) (2020-09-14) + + +### Bug Fixes + +* added browser to dist ([fe7a4db](https://github.com/johnnyhuy/ggsmark/commit/fe7a4db9a9be13ea4d7d93b24215cd89cde13bad)) + + + + + ## [0.4.9](https://github.com/johnnyhuy/ggsmark/compare/remark-spoilers@0.4.8...remark-spoilers@0.4.9) (2020-09-13) **Note:** Version bump only for package remark-spoilers diff --git a/packages/remark-spoilers/package.json b/packages/remark-spoilers/package.json index 7e8dd49..08aafae 100644 --- a/packages/remark-spoilers/package.json +++ b/packages/remark-spoilers/package.json @@ -1,6 +1,6 @@ { "name": "remark-spoilers", - "version": "0.4.9", + "version": "0.4.10", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-text-alignment/CHANGELOG.md b/packages/remark-text-alignment/CHANGELOG.md index c3f0b07..8f3b6b2 100644 --- a/packages/remark-text-alignment/CHANGELOG.md +++ b/packages/remark-text-alignment/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.5.10](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.5.9...remark-text-alignment@0.5.10) (2020-09-14) + + +### Bug Fixes + +* added browser to dist ([fe7a4db](https://github.com/johnnyhuy/ggsmark/commit/fe7a4db9a9be13ea4d7d93b24215cd89cde13bad)) + + + + + ## [0.5.9](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.5.8...remark-text-alignment@0.5.9) (2020-09-13) **Note:** Version bump only for package remark-text-alignment diff --git a/packages/remark-text-alignment/package-lock.json b/packages/remark-text-alignment/package-lock.json index c536071..26f2cef 100644 --- a/packages/remark-text-alignment/package-lock.json +++ b/packages/remark-text-alignment/package-lock.json @@ -1,6 +1,6 @@ { "name": "remark-text-alignment", - "version": "0.5.9", + "version": "0.5.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/remark-text-alignment/package.json b/packages/remark-text-alignment/package.json index 6ef70a3..bab2109 100644 --- a/packages/remark-text-alignment/package.json +++ b/packages/remark-text-alignment/package.json @@ -1,6 +1,6 @@ { "name": "remark-text-alignment", - "version": "0.5.9", + "version": "0.5.10", "author": "Johnny Huynh ", "keywords": [ "remark"