From 394a22f3786417a89cc5e49dfd17435ac4e30b35 Mon Sep 17 00:00:00 2001 From: ginger-kang Date: Wed, 29 Mar 2023 14:30:26 +0900 Subject: [PATCH] patch release --- packages/gatsby-source-note-com/CHANGELOG.md | 9 +++++++++ packages/gatsby-source-note-com/package.json | 2 +- packages/note-com-js/CHANGELOG.md | 7 +++++++ packages/note-com-js/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 packages/gatsby-source-note-com/CHANGELOG.md create mode 100644 packages/note-com-js/CHANGELOG.md diff --git a/packages/gatsby-source-note-com/CHANGELOG.md b/packages/gatsby-source-note-com/CHANGELOG.md new file mode 100644 index 0000000..17bac8b --- /dev/null +++ b/packages/gatsby-source-note-com/CHANGELOG.md @@ -0,0 +1,9 @@ +# gatsby-source-note-com + +## 0.0.1 + +### Patch Changes + +- note.com sourcing patch release +- Updated dependencies + - note-com-js@0.0.1 diff --git a/packages/gatsby-source-note-com/package.json b/packages/gatsby-source-note-com/package.json index b753795..91d14f6 100644 --- a/packages/gatsby-source-note-com/package.json +++ b/packages/gatsby-source-note-com/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-note-com", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "main": "index.js", "files": [ diff --git a/packages/note-com-js/CHANGELOG.md b/packages/note-com-js/CHANGELOG.md new file mode 100644 index 0000000..abfc290 --- /dev/null +++ b/packages/note-com-js/CHANGELOG.md @@ -0,0 +1,7 @@ +# note-com-js + +## 0.0.1 + +### Patch Changes + +- note.com sourcing patch release diff --git a/packages/note-com-js/package.json b/packages/note-com-js/package.json index 307236c..aefae0c 100644 --- a/packages/note-com-js/package.json +++ b/packages/note-com-js/package.json @@ -1,6 +1,6 @@ { "name": "note-com-js", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "exports": { ".": {