Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/johnnyhuy/ggsmark into ma…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
johnnyhuy committed Sep 14, 2020
2 parents 33886f1 + ce0c020 commit d8382e4
Show file tree
Hide file tree
Showing 10 changed files with 53 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.8.10](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.8.10) (2020-09-14)


### Bug Fixes

* added browser to dist ([fe7a4db](https://github.com/johnnyhuy/ggsmark/commit/fe7a4db9a9be13ea4d7d93b24215cd89cde13bad))





## [0.8.9](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.8.9) (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.9",
"version": "0.8.10",
"description": "Markdown extension for the Gentlemen's Gaming Society website.",
"repository": "https://github.com/johnnyhuy/ggsmark.git",
"author": "Johnny Huynh <[email protected]>",
Expand All @@ -11,12 +11,12 @@
"regenerator-runtime": "^0.13.7",
"rehype-sanitize": "^4.0.0",
"rehype-stringify": "^8.0.0",
"remark-color-text": "^0.3.9",
"remark-color-text": "^0.3.10",
"remark-iframes": "^4.0.4",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"remark-spoilers": "^0.4.9",
"remark-text-alignment": "^0.5.9",
"remark-spoilers": "^0.4.10",
"remark-text-alignment": "^0.5.10",
"unified": "^9.2.0"
},
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/remark-color-text/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.3.10](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.3.10) (2020-09-14)


### Bug Fixes

* added browser to dist ([fe7a4db](https://github.com/johnnyhuy/ggsmark/commit/fe7a4db9a9be13ea4d7d93b24215cd89cde13bad))





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

**Note:** Version bump only for package remark-color-text
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.9",
"version": "0.3.10",
"author": "Johnny Huynh <[email protected]>",
"keywords": [
"remark"
Expand Down
11 changes: 11 additions & 0 deletions packages/remark-spoilers/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.4.10](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.4.10) (2020-09-14)


### Bug Fixes

* added browser to dist ([fe7a4db](https://github.com/johnnyhuy/ggsmark/commit/fe7a4db9a9be13ea4d7d93b24215cd89cde13bad))





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

**Note:** Version bump only for package remark-spoilers
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.9",
"version": "0.4.10",
"author": "Johnny Huynh <[email protected]>",
"keywords": [
"remark"
Expand Down
11 changes: 11 additions & 0 deletions packages/remark-text-alignment/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.10](https://github.com/johnnyhuy/ggsmark/compare/[email protected]@0.5.10) (2020-09-14)


### Bug Fixes

* added browser to dist ([fe7a4db](https://github.com/johnnyhuy/ggsmark/commit/fe7a4db9a9be13ea4d7d93b24215cd89cde13bad))





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

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

0 comments on commit d8382e4

Please sign in to comment.