Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Shavin committed Oct 25, 2020
1 parent d2769d5 commit 23e3bfa
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mayashavin/cld-api",
"name": "@mayas/cld-api",
"version": "0.0.4",
"description": "> TODO: description",
"author": "Maya Shavin <maya@cloudinary.com>",
Expand Down Expand Up @@ -33,5 +33,5 @@
"devDependencies": {
"eslint": "^7.11.0"
},
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
"gitHead": "d2769d55a67eadd72c52733e32fe9f90af2a92e7"
}
2 changes: 1 addition & 1 deletion packages/demo/gridsome.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
siteName: 'Gridsome',
plugins: [
{
use: '@mayashavin/gridsome-source-cld',
use: '@mayas/gridsome-source-cld',
options: {
cloudName: process.env.CLOUDNAME,
apiKey: process.env.API_KEY,
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"explore": "gridsome explore"
},
"dependencies": {
"@mayashavin/gridsome-source-cld": "^0.0.4",
"@mayas/gridsome-source-cld": "^0.0.4",
"dotenv": "^8.2.0",
"gridsome": "^0.7.0"
},
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
"gitHead": "d2769d55a67eadd72c52733e32fe9f90af2a92e7"
}
6 changes: 3 additions & 3 deletions packages/gs-cld-source/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mayashavin/gridsome-source-cld",
"name": "@mayas/gridsome-source-cld",
"version": "0.0.4",
"description": "Source plugin",
"keywords": [
Expand Down Expand Up @@ -33,13 +33,13 @@
"url": "https://github.com/mayashavin/gridsome-plugin-cloudinary/issues"
},
"dependencies": {
"@mayashavin/cld-api": "^0.0.4",
"@mayas/cld-api": "^0.0.4",
"cloudinary-core": "^2.11.3",
"cross-env": "^7.0.2",
"lodash.snakecase": "^4.1.1"
},
"devDependencies": {
"eslint": "^7.11.0"
},
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
"gitHead": "d2769d55a67eadd72c52733e32fe9f90af2a92e7"
}
4 changes: 2 additions & 2 deletions packages/gs-cld-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mayashavin/gridsome-transformer-cld",
"name": "@mayas/gridsome-transformer-cld",
"version": "0.0.4",
"description": "> TODO: description",
"author": "Maya Shavin <maya@cloudinary.com>",
Expand Down Expand Up @@ -39,5 +39,5 @@
"devDependencies": {
"eslint": "^7.11.0"
},
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
"gitHead": "d2769d55a67eadd72c52733e32fe9f90af2a92e7"
}
2 changes: 1 addition & 1 deletion packages/gs-image-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"devDependencies": {
"eslint": "^7.11.0"
},
"gitHead": "e0d05ead96beaa650ccca1d440705bacf14a1eb3"
"gitHead": "d2769d55a67eadd72c52733e32fe9f90af2a92e7"
}

0 comments on commit 23e3bfa

Please sign in to comment.