diff --git a/packages/ggsmark/CHANGELOG.md b/packages/ggsmark/CHANGELOG.md index effe094..8900051 100644 --- a/packages/ggsmark/CHANGELOG.md +++ b/packages/ggsmark/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. +## [0.8.11](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.8.10...ggsmark@0.8.11) (2020-09-14) + +**Note:** Version bump only for package ggsmark + + + + + ## [0.8.10](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.8.9...ggsmark@0.8.10) (2020-09-14) diff --git a/packages/ggsmark/package-lock.json b/packages/ggsmark/package-lock.json index ed901b6..ba691f4 100644 --- a/packages/ggsmark/package-lock.json +++ b/packages/ggsmark/package-lock.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.8.10", + "version": "0.8.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/ggsmark/package.json b/packages/ggsmark/package.json index e9be343..b7dbcd8 100644 --- a/packages/ggsmark/package.json +++ b/packages/ggsmark/package.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.8.10", + "version": "0.8.11", "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.10", + "remark-color-text": "^0.3.11", "remark-iframes": "^4.0.4", "remark-parse": "^8.0.3", "remark-rehype": "^7.0.0", - "remark-spoilers": "^0.4.10", - "remark-text-alignment": "^0.5.10", + "remark-spoilers": "^0.5.0", + "remark-text-alignment": "^0.5.11", "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 b248f38..2126c01 100644 --- a/packages/remark-color-text/CHANGELOG.md +++ b/packages/remark-color-text/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. +## [0.3.11](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.3.10...remark-color-text@0.3.11) (2020-09-14) + +**Note:** Version bump only for package remark-color-text + + + + + ## [0.3.10](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.3.9...remark-color-text@0.3.10) (2020-09-14) diff --git a/packages/remark-color-text/package.json b/packages/remark-color-text/package.json index ab100e5..d35607b 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.10", + "version": "0.3.11", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-spoilers/CHANGELOG.md b/packages/remark-spoilers/CHANGELOG.md index e2d4747..5a87956 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.5.0](https://github.com/johnnyhuy/ggsmark/compare/remark-spoilers@0.4.10...remark-spoilers@0.5.0) (2020-09-14) + + +### Features + +* added class names to spoilers ([33886f1](https://github.com/johnnyhuy/ggsmark/commit/33886f167e0f7986e7dee82b7a6b3ebe75bea979)) + + + + + ## [0.4.10](https://github.com/johnnyhuy/ggsmark/compare/remark-spoilers@0.4.9...remark-spoilers@0.4.10) (2020-09-14) diff --git a/packages/remark-spoilers/package-lock.json b/packages/remark-spoilers/package-lock.json index d436728..ffcb44b 100644 --- a/packages/remark-spoilers/package-lock.json +++ b/packages/remark-spoilers/package-lock.json @@ -1,6 +1,6 @@ { "name": "remark-spoilers", - "version": "0.4.9", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/remark-spoilers/package.json b/packages/remark-spoilers/package.json index 08aafae..4ba4cab 100644 --- a/packages/remark-spoilers/package.json +++ b/packages/remark-spoilers/package.json @@ -1,6 +1,6 @@ { "name": "remark-spoilers", - "version": "0.4.10", + "version": "0.5.0", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-text-alignment/CHANGELOG.md b/packages/remark-text-alignment/CHANGELOG.md index 8f3b6b2..d84e33e 100644 --- a/packages/remark-text-alignment/CHANGELOG.md +++ b/packages/remark-text-alignment/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. +## [0.5.11](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.5.10...remark-text-alignment@0.5.11) (2020-09-14) + +**Note:** Version bump only for package remark-text-alignment + + + + + ## [0.5.10](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.5.9...remark-text-alignment@0.5.10) (2020-09-14) diff --git a/packages/remark-text-alignment/package-lock.json b/packages/remark-text-alignment/package-lock.json index 26f2cef..e2158e0 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.10", + "version": "0.5.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/remark-text-alignment/package.json b/packages/remark-text-alignment/package.json index bab2109..860b171 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.10", + "version": "0.5.11", "author": "Johnny Huynh ", "keywords": [ "remark"