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 383f22e commit f65852e
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/ggsmark/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.8.1](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.8.1) (2020-09-13)

**Note:** Version bump only for package ggsmark





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


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.8.0",
"version": "0.8.1",
"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-color-text": "^0.3.0",
"remark-color-text": "^0.3.1",
"remark-iframes": "^4.0.4",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"remark-spoilers": "^0.4.0",
"remark-text-alignment": "^0.5.0",
"remark-spoilers": "^0.4.1",
"remark-text-alignment": "^0.5.1",
"unified": "^9.2.0"
},
"main": "src/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.3.1](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.3.1) (2020-09-13)

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





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


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.3.0",
"version": "0.3.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.4.1](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.4.1) (2020-09-13)

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





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


Expand Down
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.4.0",
"version": "0.4.1",
"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.1](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.5.1) (2020-09-13)

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





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


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.0",
"version": "0.5.1",
"author": "Johnny Huynh <[email protected]>",
"keywords": [
"remark"
Expand Down

0 comments on commit f65852e

Please sign in to comment.