Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhuy committed Sep 13, 2020
1 parent 54304cb commit 661d461
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 9 deletions.
11 changes: 11 additions & 0 deletions packages/ggsmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.4.1) (2020-09-13)

**Note:** Version bump only for package ggsmark
2 changes: 1 addition & 1 deletion packages/ggsmark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/ggsmark/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/remark-color-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@0.0.3) (2020-09-13)

**Note:** Version bump only for package remark-color-text





## [0.0.2](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.0.2) (2020-09-13)

**Note:** Version bump only for package remark-color-text
2 changes: 1 addition & 1 deletion packages/remark-color-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-color-text",
"version": "0.0.2",
"version": "0.0.3",
"author": "Johnny Huynh <[email protected]>",
"keywords": [
"remark"
Expand Down
12 changes: 12 additions & 0 deletions packages/remark-spoilers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/remark-spoilers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-spoilers",
"version": "0.0.0",
"version": "0.1.0",
"author": "Johnny Huynh <[email protected]>",
"keywords": [
"remark"
Expand Down
8 changes: 8 additions & 0 deletions packages/remark-text-alignment/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@0.2.3) (2020-09-13)

**Note:** Version bump only for package remark-text-alignment





## [0.2.2](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.2.2) (2020-09-13)

**Note:** Version bump only for package remark-text-alignment
2 changes: 1 addition & 1 deletion packages/remark-text-alignment/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/remark-text-alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-text-alignment",
"version": "0.2.2",
"version": "0.2.3",
"author": "Johnny Huynh <[email protected]>",
"keywords": [
"remark"
Expand Down

0 comments on commit 661d461

Please sign in to comment.