Skip to content

Commit 4b5251a

Browse files
committed
set initial version to 0.0.1
Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
1 parent 0bbbcfc commit 4b5251a

File tree

5 files changed

+4
-17
lines changed

5 files changed

+4
-17
lines changed

demo/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
11
# demo
2-
3-
## 0.0.2
4-
5-
### Patch Changes
6-
7-
- Updated dependencies [[`cd56c50`](https://github.com/alexjorgef/gatsby-source-discogs/commit/cd56c505049d2ab501c7fb33476bf0eb6c9712ae)]:
8-
- @alexjorgef/gatsby-source-discogs@0.1.0

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"license": "MIT",
66
"dependencies": {
7-
"@alexjorgef/gatsby-source-discogs": "^0.1.0",
7+
"@alexjorgef/gatsby-source-discogs": "^0.0.1",
88
"gatsby": "^5.12.1",
99
"gatsby-adapter-netlify": "^1.0.0",
1010
"react": "^18.2.0",

plugin/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
11
# @alexjorgef/gatsby-source-discogs
2-
3-
## 0.1.0
4-
5-
### Minor Changes
6-
7-
- [#2](https://github.com/alexjorgef/gatsby-source-discogs/pull/2) [`cd56c50`](https://github.com/alexjorgef/gatsby-source-discogs/commit/cd56c505049d2ab501c7fb33476bf0eb6c9712ae) Thanks [@alexjorgef](https://github.com/alexjorgef)! - Minimum required Node.js version is 18. Support Gatsby 5.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alexjorgef/gatsby-source-discogs",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "Gatsby source plugin for Discogs",
55
"main": "dist/gatsby-node.js",
66
"source": "src/gatsby-node.ts",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ __metadata:
55
version: 6
66
cacheKey: 8
77

8-
"@alexjorgef/gatsby-source-discogs@^0.1.0, @alexjorgef/gatsby-source-discogs@workspace:plugin":
8+
"@alexjorgef/gatsby-source-discogs@^0.0.1, @alexjorgef/gatsby-source-discogs@workspace:plugin":
99
version: 0.0.0-use.local
1010
resolution: "@alexjorgef/gatsby-source-discogs@workspace:plugin"
1111
dependencies:
@@ -8025,7 +8025,7 @@ __metadata:
80258025
version: 0.0.0-use.local
80268026
resolution: "demo@workspace:demo"
80278027
dependencies:
8028-
"@alexjorgef/gatsby-source-discogs": ^0.1.0
8028+
"@alexjorgef/gatsby-source-discogs": ^0.0.1
80298029
gatsby: ^5.12.1
80308030
gatsby-adapter-netlify: ^1.0.0
80318031
react: ^18.2.0

0 commit comments

Comments
 (0)