Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
fix(article): jump to id (close #89)
Browse files Browse the repository at this point in the history
  • Loading branch information
hitsuji_no_shippo committed Dec 28, 2019
1 parent 64093ab commit 42afca1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
:!author-email:
:author: {author-name}
:!email: {author-email}
:revnumber: v1.33.0
:revdate: 2019-12-26T20:10:40+0900
:revremark: Add log that delete unnecessary module
:revnumber: v1.34.0
:revdate: 2019-12-28T21:30:33+0900
:revremark: Add log that fix jump to id
:doctype: article
:description: gatsby-simple-blog-with-asciidoctor Change Log
:title:
Expand Down Expand Up @@ -42,7 +42,7 @@ ifndef::env-github[:icons: font]
:repository-url: {hitsuji-no-shippo-github-profile-url}/gatsby-simple-blog-with-asciidoctor
:issues-url: {repository-url}/issues

== 0.3.0 (2019-12-26)
== 0.3.0 (2019-12-28)

=== Features

Expand Down Expand Up @@ -75,6 +75,12 @@ ifndef::env-github[:icons: font]
Relation commit^]
--

=== Fix

* Jump to id. (link:{issues-url}/89[#89]) +
link:{gatasby-transformer-asciidoc-url}/commit/080df2810e23c7dee6033d00849ab9afd71dbc36[
Fix commit in gatsby-transformer-asciidoc]

=== Refactor

* Delete unnecessary module. (link:{issues-url}/70[#70])
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@hitsuji_no_shippo/gatsby-plugin-i18n": "^0.2.0",
"@hitsuji_no_shippo/gatsby-transformer-asciidoc": "^0.10.0",
"@hitsuji_no_shippo/gatsby-transformer-asciidoc": "^0.10.1",
"disqus-react": "^1.0.6",
"gatsby": "^2.15.14",
"gatsby-image": "^2.2.18",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -865,10 +865,10 @@
graphql "^0.11.7"
ptz-i18n "^1.0.0"

"@hitsuji_no_shippo/gatsby-transformer-asciidoc@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@hitsuji_no_shippo/gatsby-transformer-asciidoc/-/gatsby-transformer-asciidoc-0.10.0.tgz#b21f6a2e94da0770b8eee0297f31aff4fd03f662"
integrity sha512-w3sU5JpVZT9iEMbeOZFpgWrW4aMU7B+Q5r9f7U88432Hj+Su2tIoNvxD272Y3xGPkiPAlJInsVqRDT+Fe2Ujbg==
"@hitsuji_no_shippo/gatsby-transformer-asciidoc@^0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@hitsuji_no_shippo/gatsby-transformer-asciidoc/-/gatsby-transformer-asciidoc-0.10.1.tgz#51d2ea2c254fd45b7eecd66fda25076d5e6bfddc"
integrity sha512-tc4xLeykktU0dVKH38sEPSjCDJ4zQyD14cr0v2qWSC5MmyNAnZAr6BOjuxvwQq7Pbki4Mg4s5ZFhvtOWUwfEYg==
dependencies:
"@babel/runtime" "^7.0.0"
"@hitsuji_no_shippo/extract-matching-values-in-patterns" "^0.1.0"
Expand Down

0 comments on commit 42afca1

Please sign in to comment.