diff --git a/packages/ggsmark/CHANGELOG.md b/packages/ggsmark/CHANGELOG.md index 6b5755e..23156e4 100644 --- a/packages/ggsmark/CHANGELOG.md +++ b/packages/ggsmark/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.2](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.8.1...ggsmark@0.8.2) (2020-09-13) + + +### Bug Fixes + +* Revert "fix: try dist" ([8d6d36e](https://github.com/johnnyhuy/ggsmark/commit/8d6d36e60408532a9218b5db0597540b8bf33bdb)) +* Revert "fix: Use dist" ([f838486](https://github.com/johnnyhuy/ggsmark/commit/f8384861d7b043439a67dc903a9780dfafa8267e)) +* try dist ([d02b34c](https://github.com/johnnyhuy/ggsmark/commit/d02b34c43b9d02ae0ee156113426954e1d0b5bc3)) +* try src folder again ([5329336](https://github.com/johnnyhuy/ggsmark/commit/5329336cbb7456bc9fd844fcc43bbaa6c1fcc169)) +* Use dist ([e030308](https://github.com/johnnyhuy/ggsmark/commit/e03030845ada2600a25b0bd894844eedb4fc1358)) + + + + + ## [0.8.1](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.8.0...ggsmark@0.8.1) (2020-09-13) **Note:** Version bump only for package ggsmark diff --git a/packages/ggsmark/package-lock.json b/packages/ggsmark/package-lock.json index 1c641e8..f74a16b 100644 --- a/packages/ggsmark/package-lock.json +++ b/packages/ggsmark/package-lock.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/ggsmark/package.json b/packages/ggsmark/package.json index b8378b3..8721485 100644 --- a/packages/ggsmark/package.json +++ b/packages/ggsmark/package.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.8.1", + "version": "0.8.2", "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.1", + "remark-color-text": "^0.3.2", "remark-iframes": "^4.0.4", "remark-parse": "^8.0.3", "remark-rehype": "^7.0.0", - "remark-spoilers": "^0.4.1", - "remark-text-alignment": "^0.5.1", + "remark-spoilers": "^0.4.2", + "remark-text-alignment": "^0.5.2", "unified": "^9.2.0" }, "main": "src/index.js", diff --git a/packages/remark-color-text/CHANGELOG.md b/packages/remark-color-text/CHANGELOG.md index 6728b2d..135ca2f 100644 --- a/packages/remark-color-text/CHANGELOG.md +++ b/packages/remark-color-text/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.2](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.3.1...remark-color-text@0.3.2) (2020-09-13) + + +### Bug Fixes + +* Revert "fix: try dist" ([8d6d36e](https://github.com/johnnyhuy/ggsmark/commit/8d6d36e60408532a9218b5db0597540b8bf33bdb)) +* Revert "fix: Use dist" ([f838486](https://github.com/johnnyhuy/ggsmark/commit/f8384861d7b043439a67dc903a9780dfafa8267e)) +* try dist ([d02b34c](https://github.com/johnnyhuy/ggsmark/commit/d02b34c43b9d02ae0ee156113426954e1d0b5bc3)) +* try src folder again ([5329336](https://github.com/johnnyhuy/ggsmark/commit/5329336cbb7456bc9fd844fcc43bbaa6c1fcc169)) +* Use dist ([e030308](https://github.com/johnnyhuy/ggsmark/commit/e03030845ada2600a25b0bd894844eedb4fc1358)) + + + + + ## [0.3.1](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.3.0...remark-color-text@0.3.1) (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 392a3ac..facfb1e 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.1", + "version": "0.3.2", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-spoilers/CHANGELOG.md b/packages/remark-spoilers/CHANGELOG.md index 68b670e..f1cbb62 100644 --- a/packages/remark-spoilers/CHANGELOG.md +++ b/packages/remark-spoilers/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/johnnyhuy/ggsmark/compare/remark-spoilers@0.4.1...remark-spoilers@0.4.2) (2020-09-13) + + +### Bug Fixes + +* Revert "fix: try dist" ([8d6d36e](https://github.com/johnnyhuy/ggsmark/commit/8d6d36e60408532a9218b5db0597540b8bf33bdb)) +* Revert "fix: Use dist" ([f838486](https://github.com/johnnyhuy/ggsmark/commit/f8384861d7b043439a67dc903a9780dfafa8267e)) +* try dist ([d02b34c](https://github.com/johnnyhuy/ggsmark/commit/d02b34c43b9d02ae0ee156113426954e1d0b5bc3)) +* try src folder again ([5329336](https://github.com/johnnyhuy/ggsmark/commit/5329336cbb7456bc9fd844fcc43bbaa6c1fcc169)) +* Use dist ([e030308](https://github.com/johnnyhuy/ggsmark/commit/e03030845ada2600a25b0bd894844eedb4fc1358)) + + + + + ## [0.4.1](https://github.com/johnnyhuy/ggsmark/compare/remark-spoilers@0.4.0...remark-spoilers@0.4.1) (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 20a6958..6ca2a25 100644 --- a/packages/remark-spoilers/package.json +++ b/packages/remark-spoilers/package.json @@ -1,6 +1,6 @@ { "name": "remark-spoilers", - "version": "0.4.1", + "version": "0.4.2", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-text-alignment/CHANGELOG.md b/packages/remark-text-alignment/CHANGELOG.md index 1866a22..743b3e5 100644 --- a/packages/remark-text-alignment/CHANGELOG.md +++ b/packages/remark-text-alignment/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.2](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.5.1...remark-text-alignment@0.5.2) (2020-09-13) + + +### Bug Fixes + +* Revert "fix: try dist" ([8d6d36e](https://github.com/johnnyhuy/ggsmark/commit/8d6d36e60408532a9218b5db0597540b8bf33bdb)) +* Revert "fix: Use dist" ([f838486](https://github.com/johnnyhuy/ggsmark/commit/f8384861d7b043439a67dc903a9780dfafa8267e)) +* try dist ([d02b34c](https://github.com/johnnyhuy/ggsmark/commit/d02b34c43b9d02ae0ee156113426954e1d0b5bc3)) +* try src folder again ([5329336](https://github.com/johnnyhuy/ggsmark/commit/5329336cbb7456bc9fd844fcc43bbaa6c1fcc169)) +* Use dist ([e030308](https://github.com/johnnyhuy/ggsmark/commit/e03030845ada2600a25b0bd894844eedb4fc1358)) + + + + + ## [0.5.1](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.5.0...remark-text-alignment@0.5.1) (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 d6f4017..2008f95 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.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/remark-text-alignment/package.json b/packages/remark-text-alignment/package.json index 527e8ed..071cef3 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.1", + "version": "0.5.2", "author": "Johnny Huynh ", "keywords": [ "remark"