Skip to content

Commit df31999

Browse files
Version Packages (#13)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dfde423 commit df31999

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/forty-bananas-impress.md

-6
This file was deleted.

packages/gatsby-source-note-com/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# gatsby-source-note-com
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- dfde423: Added a content node and modified some function and variable naming.
8+
- Updated dependencies [dfde423]
9+
10+
311
## 0.0.4
412

513
### Patch Changes

packages/gatsby-source-note-com/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-note-com",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"license": "MIT",
55
"main": "index.js",
66
"files": [
@@ -17,7 +17,7 @@
1717
"gatsby": "^4.0.0 || ^5.0.0"
1818
},
1919
"dependencies": {
20-
"note-com-js": "^0.0.1"
20+
"note-com-js": "^0.0.2"
2121
},
2222
"devDependencies": {
2323
"@babel/cli": "^7.19.3",

packages/note-com-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# note-com-js
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- dfde423: Added a content node and modified some function and variable naming.
8+
39
## 0.0.1
410

511
### Patch Changes

packages/note-com-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "note-com-js",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "MIT",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)