From 661d46141e6d4fc83fca08c79a28a98433329f03 Mon Sep 17 00:00:00 2001 From: johnnyhuy Date: Sun, 13 Sep 2020 04:59:17 +0000 Subject: [PATCH] Publish - ggsmark@0.5.0 - remark-color-text@0.0.3 - remark-spoilers@0.1.0 - remark-text-alignment@0.2.3 --- packages/ggsmark/CHANGELOG.md | 11 +++++++++++ packages/ggsmark/package-lock.json | 2 +- packages/ggsmark/package.json | 8 ++++---- packages/remark-color-text/CHANGELOG.md | 8 ++++++++ packages/remark-color-text/package.json | 2 +- packages/remark-spoilers/CHANGELOG.md | 12 ++++++++++++ packages/remark-spoilers/package.json | 2 +- packages/remark-text-alignment/CHANGELOG.md | 8 ++++++++ packages/remark-text-alignment/package-lock.json | 2 +- packages/remark-text-alignment/package.json | 2 +- 10 files changed, 48 insertions(+), 9 deletions(-) create mode 100644 packages/remark-spoilers/CHANGELOG.md diff --git a/packages/ggsmark/CHANGELOG.md b/packages/ggsmark/CHANGELOG.md index 34f3541..dad04c6 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.5.0](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.4.1...ggsmark@0.5.0) (2020-09-13) + + +### Features + +* added spoilers ([ec91cf1](https://github.com/johnnyhuy/ggsmark/commit/ec91cf11cc1f9e00eefd77310bb64d4fd28fefa5)) + + + + + ## [0.4.1](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.4.0...ggsmark@0.4.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 d7d743e..e2a7f81 100644 --- a/packages/ggsmark/package-lock.json +++ b/packages/ggsmark/package-lock.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/ggsmark/package.json b/packages/ggsmark/package.json index 98b3812..35173fe 100644 --- a/packages/ggsmark/package.json +++ b/packages/ggsmark/package.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.4.1", + "version": "0.5.0", "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-spoilers": "^0.0.0", - "remark-color-text": "^0.0.2", + "remark-color-text": "^0.0.3", "remark-iframes": "^4.0.4", "remark-parse": "^8.0.3", "remark-rehype": "^7.0.0", - "remark-text-alignment": "^0.2.2", + "remark-spoilers": "^0.1.0", + "remark-text-alignment": "^0.2.3", "unified": "^9.2.0" } } diff --git a/packages/remark-color-text/CHANGELOG.md b/packages/remark-color-text/CHANGELOG.md index f664277..3586166 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.0.3](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.0.2...remark-color-text@0.0.3) (2020-09-13) + +**Note:** Version bump only for package remark-color-text + + + + + ## [0.0.2](https://github.com/johnnyhuy/ggsmark/compare/remark-color-text@0.0.1...remark-color-text@0.0.2) (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 d92b20d..6f85514 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.0.2", + "version": "0.0.3", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-spoilers/CHANGELOG.md b/packages/remark-spoilers/CHANGELOG.md new file mode 100644 index 0000000..5c1c50e --- /dev/null +++ b/packages/remark-spoilers/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2020-09-13) + + +### Features + +* Added remark spoilers plugin ([eb44e0c](https://github.com/johnnyhuy/ggsmark/commit/eb44e0c3fa117f3e1e38e015552db1ba0fa0a171)) +* get spoilers working ([126a4df](https://github.com/johnnyhuy/ggsmark/commit/126a4df338efce9cf01c1db6385d89630413b048)) diff --git a/packages/remark-spoilers/package.json b/packages/remark-spoilers/package.json index e1c44e3..87f05b2 100644 --- a/packages/remark-spoilers/package.json +++ b/packages/remark-spoilers/package.json @@ -1,6 +1,6 @@ { "name": "remark-spoilers", - "version": "0.0.0", + "version": "0.1.0", "author": "Johnny Huynh ", "keywords": [ "remark" diff --git a/packages/remark-text-alignment/CHANGELOG.md b/packages/remark-text-alignment/CHANGELOG.md index dd16eef..4a35945 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.2.3](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.2.2...remark-text-alignment@0.2.3) (2020-09-13) + +**Note:** Version bump only for package remark-text-alignment + + + + + ## [0.2.2](https://github.com/johnnyhuy/ggsmark/compare/remark-text-alignment@0.2.1...remark-text-alignment@0.2.2) (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 fac9ec6..9d2f82d 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.2.2", + "version": "0.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/remark-text-alignment/package.json b/packages/remark-text-alignment/package.json index bb7e742..8241b61 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.2.2", + "version": "0.2.3", "author": "Johnny Huynh ", "keywords": [ "remark"