diff --git a/packages/ggsmark/CHANGELOG.md b/packages/ggsmark/CHANGELOG.md index bdd6ff1..be55152 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.4](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.8.3...ggsmark@0.8.4) (2020-09-13) + + +### Bug Fixes + +* try dist in browser ([aacd213](https://github.com/johnnyhuy/ggsmark/commit/aacd21371db48e1d094a4d64127af0703a919f4e)) + + + + + ## [0.8.3](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.8.2...ggsmark@0.8.3) (2020-09-13) diff --git a/packages/ggsmark/package-lock.json b/packages/ggsmark/package-lock.json index 1ab3b20..f9b8859 100644 --- a/packages/ggsmark/package-lock.json +++ b/packages/ggsmark/package-lock.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.8.3", + "version": "0.8.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/ggsmark/package.json b/packages/ggsmark/package.json index 7a9251f..ebb7127 100644 --- a/packages/ggsmark/package.json +++ b/packages/ggsmark/package.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.8.3", + "version": "0.8.4", "description": "Markdown extension for the Gentlemen's Gaming Society website.", "repository": "https://github.com/johnnyhuy/ggsmark.git", "author": "Johnny Huynh ", @@ -10,12 +10,12 @@ "hast-util-sanitize": "^3.0.0", "rehype-sanitize": "^4.0.0", "rehype-stringify": "^8.0.0", - "remark-color-text": "^0.3.3", + "remark-color-text": "^0.3.4", "remark-iframes": "^4.0.4", "remark-parse": "^8.0.3", "remark-rehype": "^7.0.0", - "remark-spoilers": "^0.4.3", - "remark-text-alignment": "^0.5.3", + "remark-spoilers": "^0.4.4", + "remark-text-alignment": "^0.5.4", "unified": "^9.2.0" }, "main": "index.js", diff --git a/packages/remark-color-text/CHANGELOG.md b/packages/remark-color-text/CHANGELOG.md index 81a0239..756c7d6 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.4](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.3.3...remark-color-text@0.3.4) (2020-09-13) + + +### Bug Fixes + +* try dist in browser ([aacd213](https://github.com/johnnyhuy/ggsmark/commit/aacd21371db48e1d094a4d64127af0703a919f4e)) + + + + + ## [0.3.3](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.3.2...remark-color-text@0.3.3) (2020-09-13) diff --git a/packages/remark-color-text/package.json b/packages/remark-color-text/package.json index a8479b2..a00415a 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.3", + "version": "0.3.4", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-spoilers/CHANGELOG.md b/packages/remark-spoilers/CHANGELOG.md index 6a8311a..4239b5e 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.4](https://github.com/johnnyhuy/ggsmark/compare/remark-spoilers@0.4.3...remark-spoilers@0.4.4) (2020-09-13) + + +### Bug Fixes + +* try dist in browser ([aacd213](https://github.com/johnnyhuy/ggsmark/commit/aacd21371db48e1d094a4d64127af0703a919f4e)) + + + + + ## [0.4.3](https://github.com/johnnyhuy/ggsmark/compare/remark-spoilers@0.4.2...remark-spoilers@0.4.3) (2020-09-13) diff --git a/packages/remark-spoilers/package.json b/packages/remark-spoilers/package.json index aab7f6d..466d009 100644 --- a/packages/remark-spoilers/package.json +++ b/packages/remark-spoilers/package.json @@ -1,6 +1,6 @@ { "name": "remark-spoilers", - "version": "0.4.3", + "version": "0.4.4", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-text-alignment/CHANGELOG.md b/packages/remark-text-alignment/CHANGELOG.md index a490cb5..098839e 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.4](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.5.3...remark-text-alignment@0.5.4) (2020-09-13) + + +### Bug Fixes + +* try dist in browser ([aacd213](https://github.com/johnnyhuy/ggsmark/commit/aacd21371db48e1d094a4d64127af0703a919f4e)) + + + + + ## [0.5.3](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.5.2...remark-text-alignment@0.5.3) (2020-09-13) diff --git a/packages/remark-text-alignment/package-lock.json b/packages/remark-text-alignment/package-lock.json index b5d94ff..f17d37b 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.3", + "version": "0.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/remark-text-alignment/package.json b/packages/remark-text-alignment/package.json index dc3d6f7..bafe1a2 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.3", + "version": "0.5.4", "author": "Johnny Huynh ", "keywords": [ "remark"