Skip to content

Commit

Permalink
Merge pull request #51 from theowenyoung/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
theowenyoung authored Feb 17, 2022
2 parents 30ae81f + 42646c7 commit 261126a
Show file tree
Hide file tree
Showing 19 changed files with 96 additions and 33 deletions.
13 changes: 0 additions & 13 deletions .changeset/cuddly-insects-rhyme.md

This file was deleted.

9 changes: 9 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions gatsby-relative-path-to-slug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion gatsby-relative-path-to-slug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theowenyoung/gatsby-relative-path-to-slug",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions references/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions references/package.json
Original file line number Diff line number Diff line change
@@ -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": {},
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions remark-rewrite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion remark-rewrite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theowenyoung/remark-rewrite",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions rewrite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions rewrite/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
}
9 changes: 9 additions & 0 deletions slug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions slug/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
}
6 changes: 6 additions & 0 deletions summary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion summary/package.json
Original file line number Diff line number Diff line change
@@ -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": {},
Expand Down
12 changes: 12 additions & 0 deletions theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-primer-wiki",
"version": "2.0.3",
"version": "2.0.4",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions transformer-url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion transformer-url/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 261126a

Please sign in to comment.