Skip to content

Commit 586e970

Browse files
committed
update mixjar to 0.1.3, bump plugin to 0.0.4
Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
1 parent 0a40458 commit 586e970

File tree

3 files changed

+16
-390
lines changed

3 files changed

+16
-390
lines changed

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-mixcloud": "^0.0.3",
7+
"@alexjorgef/gatsby-source-mixcloud": "^0.0.4",
88
"gatsby": "^5.12.1",
99
"gatsby-adapter-netlify": "^1.0.0",
1010
"react": "^18.2.0",

plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alexjorgef/gatsby-source-mixcloud",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Gatsby source plugin for Mixcloud",
55
"main": "dist/gatsby-node.js",
66
"source": "src/gatsby-node.ts",
@@ -24,7 +24,7 @@
2424
"author": "Alexandre Ferreira <contact@alexjorgef.com>",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@alexjorgef/mixjar": "^0.1.2"
27+
"@alexjorgef/mixjar": "^0.1.3"
2828
},
2929
"bugs": {
3030
"url": "https://github.com/alexjorgef/gatsby-source-mixcloud/issues"

0 commit comments

Comments
 (0)