Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Shavin committed Oct 25, 2020
1 parent a8420ca commit 453e658
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "0.0.1",
"version": "0.0.2",
"changelog": {
"repo": "gridsome-plugin-cloudinary",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maya/cld-api",
"version": "0.0.1",
"version": "0.0.2",
"description": "> TODO: description",
"author": "Maya Shavin <maya@cloudinary.com>",
"homepage": "https://github.com/mayashavin/gridsome-plugin-cloudinary/tree/master/packages/api#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "demo",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@maya/gridsome-source-cld": "^0.0.1",
"@maya/gridsome-source-cld": "^0.0.2",
"dotenv": "^8.2.0",
"gridsome": "^0.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/gs-cld-source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/gs-cld-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maya/gridsome-source-cld",
"version": "0.0.1",
"version": "0.0.2",
"description": "Source plugin",
"keywords": [
"gridsome",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/mayashavin/gridsome-plugin-cloudinary/issues"
},
"dependencies": {
"@maya/cld-api": "0.0.1",
"@maya/cld-api": "^0.0.2",
"cloudinary-core": "^2.11.3",
"cross-env": "^7.0.2",
"lodash.snakecase": "^4.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gs-cld-transformer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gs-cld-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maya/gridsome-transformer-cld",
"version": "0.0.1",
"version": "0.0.2",
"description": "> TODO: description",
"author": "Maya Shavin <maya@cloudinary.com>",
"homepage": "https://github.com/mayashavin/gridsome-plugin-cloudinary/tree/master/packages/gs-cld-transformer#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/gs-image-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gs-image-node",
"version": "0.0.1",
"version": "0.0.2",
"description": "> TODO: description",
"keywords": [
"gridsome",
Expand Down

0 comments on commit 453e658

Please sign in to comment.