Skip to content

Commit 45d7400

Browse files
committed
bump version to 0.0.2 due to previous wrong release
Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
1 parent 78d3844 commit 45d7400

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "demo",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"private": true,
55
"license": "MIT",
66
"dependencies": {
7-
"@alexjorgef/gatsby-source-mixcloud": "^0.0.1",
7+
"@alexjorgef/gatsby-source-mixcloud": "^0.0.2",
88
"gatsby": "^5.12.1",
99
"gatsby-adapter-netlify": "^1.0.0",
1010
"react": "^18.2.0",

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-mixcloud",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Gatsby source plugin for Mixcloud",
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-mixcloud@^0.0.1, @alexjorgef/gatsby-source-mixcloud@workspace:plugin":
8+
"@alexjorgef/gatsby-source-mixcloud@^0.0.2, @alexjorgef/gatsby-source-mixcloud@workspace:plugin":
99
version: 0.0.0-use.local
1010
resolution: "@alexjorgef/gatsby-source-mixcloud@workspace:plugin"
1111
dependencies:
@@ -8110,7 +8110,7 @@ __metadata:
81108110
version: 0.0.0-use.local
81118111
resolution: "demo@workspace:demo"
81128112
dependencies:
8113-
"@alexjorgef/gatsby-source-mixcloud": ^0.0.1
8113+
"@alexjorgef/gatsby-source-mixcloud": ^0.0.2
81148114
gatsby: ^5.12.1
81158115
gatsby-adapter-netlify: ^1.0.0
81168116
react: ^18.2.0

0 commit comments

Comments
 (0)