Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhuy committed Oct 10, 2020
1 parent 6697d2a commit 6422d26
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 10 deletions.
12 changes: 12 additions & 0 deletions packages/ggsmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.4](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.10.4) (2020-10-10)


### Bug Fixes

* Formatting ([fb35086](https://github.com/johnnyhuy/ggsmark/commit/fb35086842e498158f043fca3c667ad75d8785d7))
* Set default summary to spoiler ([8563e19](https://github.com/johnnyhuy/ggsmark/commit/8563e19a609f49d27989b1fceb9fcc2003803114))





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

**Note:** Version bump only for package ggsmark
Expand Down
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.10.3",
"version": "0.10.4",
"description": "Markdown extension for the Gentlemen's Gaming Society website.",
"repository": "https://github.com/johnnyhuy/ggsmark.git",
"author": "Johnny Huynh <[email protected]>",
Expand All @@ -12,12 +12,12 @@
"rehype-highlight": "^4.0.0",
"rehype-sanitize": "^4.0.0",
"rehype-stringify": "^8.0.0",
"remark-color-text": "^0.4.0",
"remark-color-text": "^0.4.1",
"remark-iframes": "^4.0.4",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"remark-spoilers": "^0.5.1",
"remark-text-alignment": "^0.5.11",
"remark-spoilers": "^0.5.2",
"remark-text-alignment": "^0.5.12",
"unified": "^9.2.0"
},
"main": "dist/index.js",
Expand Down
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.4.1](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.4.1) (2020-10-10)

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





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


Expand Down
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.4.0",
"version": "0.4.1",
"author": "Johnny Huynh <[email protected]>",
"keywords": [
"remark"
Expand Down
8 changes: 8 additions & 0 deletions packages/remark-spoilers/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.5.2](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.5.2) (2020-10-10)

**Note:** Version bump only for package remark-spoilers





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


Expand Down
2 changes: 1 addition & 1 deletion packages/remark-spoilers/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-spoilers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-spoilers",
"version": "0.5.1",
"version": "0.5.2",
"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.5.12](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.5.12) (2020-10-10)

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





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

**Note:** Version bump only for package remark-text-alignment
Expand Down
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.5.11",
"version": "0.5.12",
"author": "Johnny Huynh <[email protected]>",
"keywords": [
"remark"
Expand Down

0 comments on commit 6422d26

Please sign in to comment.