diff --git a/.changeset/cuddly-insects-rhyme.md b/.changeset/cuddly-insects-rhyme.md deleted file mode 100644 index c03e6842..00000000 --- a/.changeset/cuddly-insects-rhyme.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"example": patch -"@theowenyoung/gatsby-relative-path-to-slug": patch -"@theowenyoung/gatsby-transformer-references": patch -"@theowenyoung/remark-rewrite": patch -"gatsby-remark-rewrite-link-for-trailing-slash": patch -"@theowenyoung/gatsby-plugin-slug": patch -"gatsby-transformer-summary": patch -"gatsby-theme-primer-wiki": patch -"@theowenyoung/transformer-markdown-url": patch ---- - -update url diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index fb26f328..90f72ffe 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,14 @@ # example +## 2.0.2 + +### Patch Changes + +- [`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb) Thanks [@theowenyoung](https://github.com/theowenyoung)! - update url + +- Updated dependencies [[`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb)]: + - gatsby-theme-primer-wiki@2.0.4 + ## 2.0.1 ### Patch Changes diff --git a/example/package.json b/example/package.json index 368f23f4..36450457 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "example", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "scripts": { "develop": "gatsby develop -H 0.0.0.0", @@ -18,7 +18,7 @@ "gatsby-plugin-manifest": "^4.5.2", "gatsby-plugin-robots-txt": "^1.7.0", "gatsby-source-filesystem": "^4.5.2", - "gatsby-theme-primer-wiki": "^2.0.1", + "gatsby-theme-primer-wiki": "^2.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/gatsby-relative-path-to-slug/CHANGELOG.md b/gatsby-relative-path-to-slug/CHANGELOG.md new file mode 100644 index 00000000..91e0db25 --- /dev/null +++ b/gatsby-relative-path-to-slug/CHANGELOG.md @@ -0,0 +1,7 @@ +# @theowenyoung/gatsby-relative-path-to-slug + +## 1.0.1 + +### Patch Changes + +- [`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb) Thanks [@theowenyoung](https://github.com/theowenyoung)! - update url diff --git a/gatsby-relative-path-to-slug/package.json b/gatsby-relative-path-to-slug/package.json index 589362c2..0327b9ac 100644 --- a/gatsby-relative-path-to-slug/package.json +++ b/gatsby-relative-path-to-slug/package.json @@ -1,6 +1,6 @@ { "name": "@theowenyoung/gatsby-relative-path-to-slug", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { diff --git a/references/CHANGELOG.md b/references/CHANGELOG.md index eeccadfd..1d05e6b0 100644 --- a/references/CHANGELOG.md +++ b/references/CHANGELOG.md @@ -1,5 +1,15 @@ # @theowenyoung/gatsby-transformer-references +## 1.10.4 + +### Patch Changes + +- [`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb) Thanks [@theowenyoung](https://github.com/theowenyoung)! - update url + +- Updated dependencies [[`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb)]: + - @theowenyoung/remark-rewrite@1.0.2 + - @theowenyoung/transformer-markdown-url@1.9.7 + ## 1.10.3 ### Patch Changes diff --git a/references/package.json b/references/package.json index 3d9351b4..d8790f32 100644 --- a/references/package.json +++ b/references/package.json @@ -1,6 +1,6 @@ { "name": "@theowenyoung/gatsby-transformer-references", - "version": "1.10.3", + "version": "1.10.4", "description": "Transform markdown nodes to add the necesserary references for bi-directional links", "main": "index.js", "scripts": {}, @@ -26,8 +26,8 @@ "@types/react-dom": "^17.0.8" }, "dependencies": { - "@theowenyoung/remark-rewrite": "^1.0.0", - "@theowenyoung/transformer-markdown-url": "^1.9.5", + "@theowenyoung/remark-rewrite": "^1.0.2", + "@theowenyoung/transformer-markdown-url": "^1.9.7", "anymatch": "^3.1.2", "is-relative-url": "^3.0.0", "remark": "^13.0.0", diff --git a/remark-rewrite/CHANGELOG.md b/remark-rewrite/CHANGELOG.md index 79431cfc..b9a218e1 100644 --- a/remark-rewrite/CHANGELOG.md +++ b/remark-rewrite/CHANGELOG.md @@ -1,5 +1,11 @@ # @theowenyoung/remark-rewrite +## 1.0.2 + +### Patch Changes + +- [`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb) Thanks [@theowenyoung](https://github.com/theowenyoung)! - update url + ## 1.0.1 ### Patch Changes diff --git a/remark-rewrite/package.json b/remark-rewrite/package.json index f2df6859..6cb753db 100644 --- a/remark-rewrite/package.json +++ b/remark-rewrite/package.json @@ -1,6 +1,6 @@ { "name": "@theowenyoung/remark-rewrite", - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "index.js", "scripts": { diff --git a/rewrite/CHANGELOG.md b/rewrite/CHANGELOG.md index 91f2faa6..5f7e630d 100644 --- a/rewrite/CHANGELOG.md +++ b/rewrite/CHANGELOG.md @@ -1,5 +1,16 @@ # gatsby-remark-rewrite-link-for-trailing-slash +## 1.10.2 + +### Patch Changes + +- [`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb) Thanks [@theowenyoung](https://github.com/theowenyoung)! - update url + +- Updated dependencies [[`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb)]: + - @theowenyoung/gatsby-relative-path-to-slug@1.0.1 + - @theowenyoung/remark-rewrite@1.0.2 + - @theowenyoung/transformer-markdown-url@1.9.7 + ## 1.10.1 ### Patch Changes diff --git a/rewrite/package.json b/rewrite/package.json index c367104f..5bc02956 100644 --- a/rewrite/package.json +++ b/rewrite/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-rewrite-link-for-trailing-slash", "description": "It can freely rewrite the link URL of Markdown.", - "version": "1.10.1", + "version": "1.10.2", "license": "MIT", "keywords": [ "gatsby" @@ -14,10 +14,10 @@ "node": ">=12.13.0" }, "dependencies": { - "@theowenyoung/gatsby-relative-path-to-slug": "^1.0.0", - "@theowenyoung/transformer-markdown-url": "^1.9.5", + "@theowenyoung/gatsby-relative-path-to-slug": "^1.0.1", + "@theowenyoung/transformer-markdown-url": "^1.9.7", "slugify": "^1.6.0", "unist-util-visit": "^1.3.0", - "@theowenyoung/remark-rewrite": "^1.0.0" + "@theowenyoung/remark-rewrite": "^1.0.2" } } diff --git a/slug/CHANGELOG.md b/slug/CHANGELOG.md index 088825f7..798b0bf4 100644 --- a/slug/CHANGELOG.md +++ b/slug/CHANGELOG.md @@ -1,5 +1,14 @@ # @theowenyoung/gatsby-plugin-slug +## 1.10.2 + +### Patch Changes + +- [`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb) Thanks [@theowenyoung](https://github.com/theowenyoung)! - update url + +- Updated dependencies [[`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb)]: + - @theowenyoung/gatsby-relative-path-to-slug@1.0.1 + ## 1.10.1 ### Patch Changes diff --git a/slug/package.json b/slug/package.json index cd172fb6..5e7f13a4 100644 --- a/slug/package.json +++ b/slug/package.json @@ -1,7 +1,7 @@ { "name": "@theowenyoung/gatsby-plugin-slug", "description": "generate slug field", - "version": "1.10.1", + "version": "1.10.2", "license": "MIT", "keywords": [ "gatsby" @@ -14,6 +14,6 @@ "node": ">=12.13.0" }, "dependencies": { - "@theowenyoung/gatsby-relative-path-to-slug": "^1.0.0" + "@theowenyoung/gatsby-relative-path-to-slug": "^1.0.1" } } diff --git a/summary/CHANGELOG.md b/summary/CHANGELOG.md index aeb77998..3aa50c78 100644 --- a/summary/CHANGELOG.md +++ b/summary/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-transformer-summary +## 1.10.2 + +### Patch Changes + +- [`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb) Thanks [@theowenyoung](https://github.com/theowenyoung)! - update url + ## 1.10.1 ### Patch Changes diff --git a/summary/package.json b/summary/package.json index 8445f5c7..76b6cadd 100644 --- a/summary/package.json +++ b/summary/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-transformer-summary", - "version": "1.10.1", + "version": "1.10.2", "description": "Gatsby Plugin Source SUMMARY.md", "main": "index.js", "devDependencies": {}, diff --git a/theme/CHANGELOG.md b/theme/CHANGELOG.md index e06bcf26..facf4799 100644 --- a/theme/CHANGELOG.md +++ b/theme/CHANGELOG.md @@ -1,5 +1,17 @@ # gatsby-theme-primer-wiki +## 2.0.4 + +### Patch Changes + +- [`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb) Thanks [@theowenyoung](https://github.com/theowenyoung)! - update url + +- Updated dependencies [[`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb)]: + - @theowenyoung/gatsby-transformer-references@1.10.4 + - gatsby-remark-rewrite-link-for-trailing-slash@1.10.2 + - @theowenyoung/gatsby-plugin-slug@1.10.2 + - gatsby-transformer-summary@1.10.2 + ## 2.0.3 ### Patch Changes diff --git a/theme/package.json b/theme/package.json index b6a2d536..fa518157 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-primer-wiki", - "version": "2.0.3", + "version": "2.0.4", "main": "index.js", "license": "MIT", "scripts": { @@ -32,8 +32,8 @@ "@styled-system/theme-get": "^5.1.2", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", - "@theowenyoung/gatsby-plugin-slug": "^1.10.1", - "@theowenyoung/gatsby-transformer-references": "^1.10.3", + "@theowenyoung/gatsby-plugin-slug": "^1.10.2", + "@theowenyoung/gatsby-transformer-references": "^1.10.4", "@tippyjs/react": "^4.2.6", "babel-jest": "^27.4.6", "babel-plugin-styled-components": "^2.0.2", @@ -56,10 +56,10 @@ "gatsby-remark-images": "^6.5.2", "gatsby-remark-obsidian": "^0.5.0", "gatsby-remark-relative-images": "^2.0.2", - "gatsby-remark-rewrite-link-for-trailing-slash": "^1.10.1", + "gatsby-remark-rewrite-link-for-trailing-slash": "^1.10.2", "gatsby-source-filesystem": "^4.5.2", "gatsby-transformer-sharp": "^4.5.0", - "gatsby-transformer-summary": "^1.10.1", + "gatsby-transformer-summary": "^1.10.2", "get-md-title": "^1.0.4", "github-slugger": "^1.4.0", "html-react-parser": "^1.4.5", diff --git a/transformer-url/CHANGELOG.md b/transformer-url/CHANGELOG.md index 3b179cad..e6af4d64 100644 --- a/transformer-url/CHANGELOG.md +++ b/transformer-url/CHANGELOG.md @@ -1,5 +1,11 @@ # @theowenyoung/transformer-markdown-url +## 1.9.7 + +### Patch Changes + +- [`30ae81f3`](https://github.com/theowenyoung/gatsby-theme-primer-wiki/commit/30ae81f3a4c2028bbbc78039aa73a08c8f0999cb) Thanks [@theowenyoung](https://github.com/theowenyoung)! - update url + ## 1.9.6 ### Patch Changes diff --git a/transformer-url/package.json b/transformer-url/package.json index ac7b5c75..461cc6da 100644 --- a/transformer-url/package.json +++ b/transformer-url/package.json @@ -1,7 +1,7 @@ { "name": "@theowenyoung/transformer-markdown-url", "description": "It can freely transformer the link URL of Markdown.", - "version": "1.9.6", + "version": "1.9.7", "license": "MIT", "keywords": [ "gatsby"